Add syncthing to nextcloud aio

This commit is contained in:
2024-06-06 19:12:27 +01:00
parent 21d2b5ec68
commit 33b5c5e8c8
3 changed files with 51 additions and 2 deletions

View File

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