We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5537b7e commit 1d03a92Copy full SHA for 1d03a92
1 file changed
docker-compose.yml
@@ -85,6 +85,12 @@ services:
85
# unset — the picker to manual entry, Game Finder to Steam-only).
86
TWITCH_CLIENT_ID: ${TWITCH_CLIENT_ID:-}
87
TWITCH_CLIENT_SECRET: ${TWITCH_CLIENT_SECRET:-}
88
+ # Reddit OAuth app for the flair editor's "Scan subreddit" — public reddit.com
89
+ # JSON 403s from server IPs, so the scan needs OAuth (falls back to public
90
+ # JSON + a clean error when unset). client-credentials grant, so no user/pass.
91
+ REDDIT_CLIENT_ID: ${ADMIN_REDDIT_CLIENT_ID:-}
92
+ REDDIT_CLIENT_SECRET: ${ADMIN_REDDIT_CLIENT_SECRET:-}
93
+ REDDIT_USER_AGENT: ${ADMIN_REDDIT_USER_AGENT:-}
94
# Game Finder's persistent "not interested" ignore list.
95
GAME_FINDER_IGNORE_FILE: /data/ignored.json
96
volumes:
0 commit comments