This commit is contained in:
crapStone 2023-11-17 16:15:25 +01:00 committed by crapStone
parent dd5124912e
commit 0e334d8e64
32 changed files with 611 additions and 211 deletions

31
example_config.toml Normal file
View file

@ -0,0 +1,31 @@
logLevel = 'debug'
[server]
host = '127.0.0.1'
port = 443
httpPort = 80
httpServerEnabled = false
mainDomain = ''
rawDomain = ''
allowedCorsDomains = ['asdf', 'jkl;']
blacklistedPaths = []
[gitea]
root = ''
token = ''
lfsEnabled = false
followSymlinks = false
[database]
type = 'sqlite'
conn = 'certs.sqlite'
[ACME]
email = ''
apiEndpoint = ''
acceptTerms = false
useRateLimits = false
eab_hmac = ''
eab_kid = ''
dnsProvider = ''
accountConfigFile = ''