"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"
},
"LittleShop": {
"ApiUrl": "http://hq.lan",
"ApiUrl": "http://littleshop-admin:8080",
"OnionUrl": "",
"Username": "admin",
"Password": "admin",
"UseTor": true,
"Comment": "WARNING: UseTor=false will expose your bot's real IP address!"
"UseTor": false,
"Comment": "UseTor=false is safe for internal Docker network communication. TOR is only needed for external Telegram API calls."
},
"Privacy": {
"Mode": "strict",