Commit Graph

4 Commits

Author SHA1 Message Date
isboyjc
a70df0d505 feat: add environment variable support for proxy authentication and geo-blocking
- Introduced `.env.example` for environment variable configuration.
- Updated `docker-compose.yml` to utilize environment variables for proxy settings.
- Implemented proxy authentication with Basic Auth and geo-blocking based on country codes.
- Added `GEO_FILTER.md` for documentation on geo-filtering configuration.
- Enhanced logging to indicate authentication status and blocked countries during proxy server startup.
2026-03-29 04:11:38 +08:00
isboyjc
f55209d8d3 feat: init 2026-03-29 03:31:59 +08:00
jonasen1988
f2c3fbac24 feat: support WEBUI_PASSWORD env var with default password
Set default WebUI password to "proxygo" and allow customization via
WEBUI_PASSWORD environment variable, eliminating the need to manually
compute SHA256 hashes and modify source code.
2026-03-27 19:48:36 +08:00
jonasen1988
d2e679401e Initial commit 2026-03-26 21:14:16 +08:00