1st commit

This commit is contained in:
2025-07-01 11:09:51 +02:00
commit 2d3e33d643
787 changed files with 185055 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
{
"apps": {
"http": {
"servers": {
"static-server": {
"listen": [":443"],
"routes": [
{
"match": [
{
"host": ["apx.apxtri.farm.ants"]
}
],
"handle": [
{
"handler": "file_server",
"root": "/media/phil/usbfarm/apxtowns/data/apxtri/objects/wwws/apx/dist"
},
{
"handler": "static_response",
"body": "404 - Not Found",
"status_code": 404
}
],
"terminal": true
}
],
"tls_connection_policies": [{}]
}
}
},
"tls": {
"certificates": {
"automate": ["apx.apxtri.farm.ants"]
}
}
},
"logging": {
"logs": {
"default": {
"level": "INFO",
"writer": {
"output": "stdout"
}
}
}
},
"storage": {
"module": "file_system",
"root": "/var/lib/caddy"
}
}