add in twitch integration

This commit is contained in:
Blake Ridgway
2026-04-13 03:49:24 -05:00
parent 0ba2f7af4e
commit 668530ce37
11 changed files with 312 additions and 7 deletions

View File

@@ -70,3 +70,15 @@ GITEA_REPO=tickets
# Label name applied to planned-outage tickets (default: planned-outage).
# The label is created automatically if it does not exist.
GITEA_LABEL=planned-outage
# ------------------------------------------------------------------
# Twitch integration (live badge + stream page)
# ------------------------------------------------------------------
# Twitch application credentials.
# Create an app at: https://dev.twitch.tv/console
TWITCH_CLIENT_ID=your-client-id-here
TWITCH_CLIENT_SECRET=your-client-secret-here
# Your Twitch channel name (lowercase).
TWITCH_CHANNEL=your-twitch-channel-here