This commit is contained in:
crapStone 2024-01-18 21:22:19 +01:00
parent 7b3a09d8ac
commit 4a6f56b44b
No known key found for this signature in database
GPG key ID: 22D4BF0CF7CC29C8
7 changed files with 54 additions and 34 deletions

View file

@ -1,33 +1,32 @@
# specify at which log level should be logged
# Possible options: trace, debug, info, warn, error
logLevel = 'debug'
[server]
host = '127.0.0.1'
host = '[::]'
port = 443
httpPort = 80
httpServerEnabled = true
mainDomain = ''
rawDomain = ''
mainDomain = 'codeberg.page'
rawDomain = 'raw.codeberg.page'
pagesBranches = ["pages"]
allowedCorsDomains = []
blacklistedPaths = []
[gitea]
root = ''
token = ''
lfsEnabled = false
followSymlinks = false
root = 'https://codeberg.org'
token = 'ASDF1234'
lfsEnabled = true
followSymlinks = true
[database]
type = 'sqlite'
conn = 'certs.sqlite'
[ACME]
email = ''
apiEndpoint = ''
email = 'noreply@example.email'
apiEndpoint = 'https://acme-v02.api.letsencrypt.org/directory'
acceptTerms = false
useRateLimits = false
eab_hmac = ''
eab_kid = ''
dnsProvider = ''
accountConfigFile = ''
accountConfigFile = 'acme-account.json'