add Caddy

This commit is contained in:
Sönke Domröse
2025-04-24 06:36:03 -05:00
parent e0ae8f2bed
commit a1f598c46a
4 changed files with 142 additions and 0 deletions

29
caddy/config/config Normal file
View File

@@ -0,0 +1,29 @@
{
"admin": {
"disabled": false,
"listen": "*:2019",
"enforce_origin": false,
"origins": [
"0.0.0.0",
"localhost",
"192.168.0.0/24"
],
"remote": {
"listen": "",
"access_control": [{
"public_keys": [
""
],
"permissions": [{
"paths": [
""
],
"methods": [
""
]
}]
}]
}
}
}