Nextcloud AIO working

This commit is contained in:
2024-05-10 20:46:40 +01:00
parent 8f29d02066
commit 9e43a3adb8
4 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://localhost:11000"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": true
}
}