mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-05-14 11:11:35 +00:00
26 lines
440 B
Plaintext
26 lines
440 B
Plaintext
[pages]
|
|
protocol = "tcp"
|
|
address = ":3333"
|
|
|
|
[caddy]
|
|
protocol = "tcp"
|
|
address = ":3334"
|
|
|
|
[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"
|