manual init 2

This commit is contained in:
peskyadmin 2025-06-04 20:08:42 -05:00
parent b9e0df7599
commit f41702661a

View File

@ -1,19 +1,26 @@
{ {
"TCP": { "TCP": {
"443": { "443": {
"HTTPS": true "HTTPS": true
}
}, },
"Web": { "8443": {
"${TS_CERT_DOMAIN}:443": { "HTTPS": true
"Handlers": { }
"/": { },
"Proxy": "http://127.0.0.1:3000" "Web": {
} "${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://nextcloud-aio-apache:11000"
} }
} }
}, },
"AllowFunnel": { "${TS_CERT_DOMAIN}:8443": {
"${TS_CERT_DOMAIN}:443": false "Handlers": {
"/": {
"Proxy": "https+insecure://nextcloud-aio-mastercontainer:8080"
}
}
} }
} }
}