mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
WIP
This commit is contained in:
parent
dd5124912e
commit
0e334d8e64
32 changed files with 611 additions and 211 deletions
31
example_config.toml
Normal file
31
example_config.toml
Normal 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 = ''
|
Loading…
Add table
Add a link
Reference in a new issue