add a page for tickets from gitea

This commit is contained in:
Blake Ridgway
2026-04-11 13:15:22 -05:00
parent 5bc3050dd4
commit 0ba2f7af4e
11 changed files with 471 additions and 6 deletions

View File

@@ -51,3 +51,22 @@ 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