mirror of
https://github.com/rachelos/we-mp-rss.git
synced 2026-09-01 15:33:05 +08:00
e98fc3505e
- add a sing-box sidecar that routes browser traffic through a configurable socks proxy\n- keep docker compose config driven by .env and document the proxy entry in .env.example\n- pass proxy settings into the article fetch browser flow to bypass datacenter IP interception
11 lines
249 B
Bash
11 lines
249 B
Bash
USERNAME=admin
|
|
PASSWORD=admin@123
|
|
TZ=Asia/Shanghai
|
|
AUTO_RELOAD=True
|
|
MYSQL_ROOT_PASSWORD=rootpass123
|
|
MYSQL_DATABASE=we_mp_rss
|
|
MYSQL_USER=rss_user
|
|
MYSQL_PASSWORD=pass123456
|
|
PROXY_ENABLED=False
|
|
PROXY_URL=socks5://<username>:<password>@p.webshare.io:80
|