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/config.toml Normal file
View file

@ -0,0 +1,11 @@
[server]
host = "0.0.0.0"
port = 8080
debug = false
caddyDir = "./"
[tmpl]
path = "/data/github/WJQSERVER/caddydash/tmpl"
[database]
filepath = "test.db"