https://github.com/stewartpark/noauth-proxy
noauth-proxy lets a local process use an authenticated proxy without credentials
https://github.com/stewartpark/noauth-proxy
authentication docker http-proxy http-proxy-middleware squid
Last synced: 15 days ago
JSON representation
noauth-proxy lets a local process use an authenticated proxy without credentials
- Host: GitHub
- URL: https://github.com/stewartpark/noauth-proxy
- Owner: stewartpark
- Created: 2020-01-07T04:21:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T06:17:29.000Z (about 6 years ago)
- Last Synced: 2025-03-28T19:49:59.018Z (about 1 year ago)
- Topics: authentication, docker, http-proxy, http-proxy-middleware, squid
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# noauth-proxy
noauth-proxy lets a local process use an authenticated proxy without credentials. Do not use this on production.
```
docker run -it \
-e PROXY_HOST=... \
-e PROXY_PORT=... \
-e PROXY_USERNAME=... \
-e PROXY_PASSWORD=... \
-p 8080:8080
stewartpark/noauth-proxy
```