"Fix-LittleShop-API-URL-for-Docker-network-and-disable-TOR-for-internal-calls"

This commit is contained in:
sysadmin 2025-10-03 16:27:14 +01:00
parent 9192658f7d
commit e3f6ec4bac

View File

@ -20,12 +20,12 @@
"Comment": "Optional secret key for webhook authentication" "Comment": "Optional secret key for webhook authentication"
}, },
"LittleShop": { "LittleShop": {
"ApiUrl": "http://hq.lan", "ApiUrl": "http://littleshop-admin:8080",
"OnionUrl": "", "OnionUrl": "",
"Username": "admin", "Username": "admin",
"Password": "admin", "Password": "admin",
"UseTor": true, "UseTor": false,
"Comment": "WARNING: UseTor=false will expose your bot's real IP address!" "Comment": "UseTor=false is safe for internal Docker network communication. TOR is only needed for external Telegram API calls."
}, },
"Privacy": { "Privacy": {
"Mode": "strict", "Mode": "strict",