init
This commit is contained in:
commit
b10790c212
40 changed files with 4149 additions and 0 deletions
11
config.toml
Normal file
11
config.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Server]
|
||||
port = 81
|
||||
host = "0.0.0.0"
|
||||
debug = false
|
||||
caddyDir = "./"
|
||||
|
||||
[Tmpl]
|
||||
path = "./tmpl"
|
||||
|
||||
[database]
|
||||
filepath = "caddydash.db"
|
||||
Loading…
Add table
Add a link
Reference in a new issue