Added Immich

This commit is contained in:
Luka Jankovic 2025-10-12 00:22:35 +02:00
parent c386c384c0
commit 6b74ac2d99
2 changed files with 133 additions and 0 deletions

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

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