Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alicewriteswrongs/mini-web-proxy

a mini, sanitizing website proxy that pulls out `main` on some site you'd like to read more plainly
https://github.com/alicewriteswrongs/mini-web-proxy

Last synced: about 1 month ago
JSON representation

a mini, sanitizing website proxy that pulls out `main` on some site you'd like to read more plainly

Awesome Lists containing this project

README

        

# mini web proxy

This is small Rust webserver which basically serves as a sanitizing web proxy.
It's quite unsophisticated! So I wouldn't rely on it for much.

## configuration

You can set a `$BASE_URL` environment variable to the url which you wish to
proxy access to, like so (for development):

```sh
BASE_URL="https://example.com" cargo run
```