Files
gitea-auto-urls/.env.example
Pihkaal 7ec02d3dca
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
chore: git.pihkaal.xyz -> git.pihkaal.me
2026-02-11 11:28:31 +01:00

16 lines
454 B
Plaintext

PORT="3000"
# Gitea base url (like https://git.pihkaal.me)
GITEA_URL=""
# Gitea main username (for me it's pihkaal)
GITEA_USERNAME=""
# Create an access token here /user/settings/applications
# Required permissions:
# - read:repository
# - read:user
GITEA_TOKEN=""
# Create your own in /user/settings/hooks
GITEA_WEBHOOK_SECRET=""
# File used by traefik to create the middleware
TEMPLATE_FILE="gitea-rewrites.yml.in"
OUTPUT_FILE="gitea-rewrites.yml"