This commit is contained in:
wjqserver 2025-06-20 16:33:27 +08:00
commit b10790c212
40 changed files with 4149 additions and 0 deletions

11
config.toml Normal file
View file

@ -0,0 +1,11 @@
[Server]
port = 81
host = "0.0.0.0"
debug = false
caddyDir = "./"
[Tmpl]
path = "./tmpl"
[database]
filepath = "caddydash.db"