Nextcloud

This commit is contained in:
Luka Jankovic 2025-08-27 23:02:35 +02:00
commit c0a8ce1320
2 changed files with 92 additions and 0 deletions

19
nextcloud/ts-serve.json Normal file
View file

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