2024-02-15 16:08:29 +00:00
|
|
|
logLevel = 'debug'
|
|
|
|
|
|
|
|
[server]
|
|
|
|
host = '[::]'
|
|
|
|
port = 443
|
|
|
|
httpPort = 80
|
|
|
|
httpServerEnabled = true
|
|
|
|
mainDomain = 'codeberg.page'
|
|
|
|
rawDomain = 'raw.codeberg.page'
|
|
|
|
pagesBranches = ["pages"]
|
|
|
|
allowedCorsDomains = []
|
|
|
|
blacklistedPaths = []
|
|
|
|
|
2024-05-26 14:45:03 +00:00
|
|
|
[forge]
|
2024-02-15 16:08:29 +00:00
|
|
|
root = 'https://codeberg.org'
|
|
|
|
token = 'ASDF1234'
|
|
|
|
lfsEnabled = true
|
|
|
|
followSymlinks = true
|
|
|
|
|
|
|
|
[database]
|
|
|
|
type = 'sqlite'
|
|
|
|
conn = 'certs.sqlite'
|
|
|
|
|
|
|
|
[ACME]
|
|
|
|
email = 'noreply@example.email'
|
|
|
|
apiEndpoint = 'https://acme-v02.api.letsencrypt.org/directory'
|
|
|
|
acceptTerms = false
|
|
|
|
useRateLimits = false
|
|
|
|
eab_hmac = ''
|
|
|
|
eab_kid = ''
|
|
|
|
dnsProvider = ''
|
|
|
|
accountConfigFile = 'acme-account.json'
|