Immich + tailscale

This commit is contained in:
2024-05-14 19:18:16 +01:00
parent aa4961dc2f
commit 51aed660b0
3 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://immich_server:3001"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": false
}
}