Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alicewriteswrongs/mini-web-proxy
- Owner: alicewriteswrongs
- Created: 2022-03-26T17:16:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-26T19:58:05.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T06:59:29.098Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```