add a page for tickets from gitea (#2)
Co-authored-by: Blake Ridgway <blake@blakeridgway.com> Reviewed-on: https://git.ridgwaysystems.org/RidgwaySystems/rs_website/pulls/2
This commit is contained in:
31
.env.example
31
.env.example
@@ -51,3 +51,34 @@ CONTACT_EMAIL=hire@ridgwaysystems.org
|
||||
# How often (in minutes) to HTTP-check services with a check_url in status.json.
|
||||
# Default: 5
|
||||
CHECK_INTERVAL=5
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
# Gitea integration (planned outage tagger)
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# Base URL of your Gitea instance (no trailing slash).
|
||||
GITEA_URL=https://git.ridgwaysystems.org
|
||||
|
||||
# Gitea personal access token with "issues" write scope.
|
||||
# Generate at: <GITEA_URL>/user/settings/applications
|
||||
GITEA_TOKEN=your-gitea-token-here
|
||||
|
||||
# Owner (org or user) and repo to pull tickets from.
|
||||
GITEA_OWNER=ridgway-infra
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user