https://github.com/caenjones/just-another-proxy
Just another selfhosted web proxy
https://github.com/caenjones/just-another-proxy
freedom-of-information freedom-of-speech proxy school selfhosted
Last synced: 3 months ago
JSON representation
Just another selfhosted web proxy
- Host: GitHub
- URL: https://github.com/caenjones/just-another-proxy
- Owner: CaenJones
- License: mit
- Created: 2024-06-07T11:31:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T19:20:27.000Z (over 1 year ago)
- Last Synced: 2024-06-23T11:26:10.535Z (over 1 year ago)
- Topics: freedom-of-information, freedom-of-speech, proxy, school, selfhosted
- Language: JavaScript
- Homepage:
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Just Another Proxy
DISCLAIMER:
I AM NOT RESPONSIBLE FOR WHATEVER YOU DO WITH THIS PROGRAM. THIS PROGRAM IS CREATED FOR EDUCATIONAL REASONS ONLY
This is a seflhosted proxy client and server. It is still a work in progress, but currently has basic functionality. More updates will be added soon!
## How to Run
[](https://heroku.com/deploy/?template=https://github.com/ultrabrowse/Just-Another-Proxy)
[](https://replit.com/github/ultrabrowse/Just-Another-Proxy)
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/ultrabrowse/Just-Another-Proxy/archive/refs/heads/main.zip)
[](https://vercel.com/new/clone?repository-url=https://github.com/ultrabrowse/Just-Another-Proxy)
[](https://app.netlify.com/start/deploy?repository=https://github.com/ultrabrowse/Just-Another-Proxy)```sh
git clone https://github.com/caenjones/Just-Another-Proxy
cd Just-Another-Proxy
npm install
npm start
```