mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-05-14 11:11:35 +00:00
23 lines
470 B
Plaintext
23 lines
470 B
Plaintext
[listen]
|
|
pages = "tcp/:3000"
|
|
caddy = "tcp/:3001"
|
|
health = "tcp/:3002"
|
|
|
|
# [wildcard]
|
|
# domain = "codeberg.page"
|
|
# clone-url = "https://codeberg.org/<user>/<project>.git"
|
|
# index-repos = ["<user>.codeberg.page", "pages"]
|
|
|
|
[backend]
|
|
type = "fs"
|
|
|
|
[backend.fs]
|
|
root = "data"
|
|
|
|
# [backend.s3]
|
|
# endpoint = "play.min.io"
|
|
# access-key-id = "Q3AM3UQ867SPQQA43P2F"
|
|
# secret-access-key = "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"
|
|
# region = "us-east-1"
|
|
# bucket = "git-pages-demo"
|