forgejoPages/.env.example
creations 9389fd5f8c
All checks were successful
Code quality checks / biome (push) Successful in 7s
first commit
2025-05-11 14:07:03 -04:00

11 lines
243 B
Text

# Server configuration
HOST=0.0.0.0
PORT=8080
# Forgejo instance settings
FORGEJO_URL=https://git.example.com
FORGEJO_TOKEN=your_forgejo_api_token_here
# Repository branch and name to serve static content from
BRANCH=static-pages
REPO=pages