This commit is contained in:
commit
9389fd5f8c
15 changed files with 418 additions and 0 deletions
11
.env.example
Normal file
11
.env.example
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue