Add private admin console and disconnect handling
This commit is contained in:
@@ -12,3 +12,9 @@ TWITCH_CHANNEL_LOGIN=
|
||||
TWITCH_EXTENSION_SECRET=
|
||||
TWITCH_OAUTH_REDIRECT_URI=https://twungeon.example/oauth/callback
|
||||
TWITCH_TOKEN_FILE=/var/lib/twungeon/twitch-token.json
|
||||
|
||||
# Private operator panel. The listener and request filter are restricted to 10.138.0.0/16.
|
||||
ADMIN_ENABLED=false
|
||||
ADMIN_HOST=10.138.4.44
|
||||
ADMIN_PORT=3001
|
||||
ADMIN_PASSWORD=
|
||||
|
||||
Reference in New Issue
Block a user