Files
docker-container/caddy/config/config
nerdlicht ae4dbd7d87 add Caddy (#2)
Co-authored-by: Sönke Domröse <soenke@heimdall.himdall.home.domroese.eu>
Reviewed-on: #2
2025-04-24 13:37:58 +02:00

30 lines
445 B
Plaintext

{
"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": [
""
]
}]
}]
}
}
}