pages-server/example_config.toml

33 wiersze
603 B
TOML
Czysty Zwykły widok Historia

2023-11-17 15:15:25 +00:00
logLevel = 'debug'
[server]
2024-01-18 20:22:19 +00:00
host = '[::]'
2023-11-17 15:15:25 +00:00
port = 443
httpPort = 80
2023-11-19 22:56:56 +00:00
httpServerEnabled = true
2024-01-18 20:22:19 +00:00
mainDomain = 'codeberg.page'
rawDomain = 'raw.codeberg.page'
pagesBranches = ["pages"]
2023-11-19 22:56:56 +00:00
allowedCorsDomains = []
2023-11-17 15:15:25 +00:00
blacklistedPaths = []
[gitea]
2024-01-18 20:22:19 +00:00
root = 'https://codeberg.org'
token = 'ASDF1234'
lfsEnabled = true
followSymlinks = true
2023-11-17 15:15:25 +00:00
[database]
type = 'sqlite'
conn = 'certs.sqlite'
[ACME]
2024-01-18 20:22:19 +00:00
email = 'noreply@example.email'
apiEndpoint = 'https://acme-v02.api.letsencrypt.org/directory'
2023-11-17 15:15:25 +00:00
acceptTerms = false
useRateLimits = false
eab_hmac = ''
eab_kid = ''
dnsProvider = ''
2024-01-18 20:22:19 +00:00
accountConfigFile = 'acme-account.json'