mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-05-14 03:01:48 +00:00
23 lines
443 B
Plaintext
23 lines
443 B
Plaintext
[listen]
|
|
pages = "tcp/:3000"
|
|
caddy = "tcp/:3001"
|
|
health = "tcp/:3002"
|
|
|
|
# [wildcard]
|
|
# domain = "codeberg.page"
|
|
# clone-url = "https://codeberg.org/%s/%s.git"
|
|
# index-repo = "%s.codeberg.page"
|
|
|
|
[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"
|