first commit
All checks were successful
Code quality checks / biome (push) Successful in 7s

This commit is contained in:
creations 2025-05-11 14:07:03 -04:00
commit 9389fd5f8c
Signed by: creations
GPG key ID: 8F553AA4320FC711
15 changed files with 418 additions and 0 deletions

11
.env.example Normal file
View file

@ -0,0 +1,11 @@
# 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