Added Immich
This commit is contained in:
parent
c386c384c0
commit
6b74ac2d99
2 changed files with 133 additions and 0 deletions
19
immich/ts-serve.json
Normal file
19
immich/ts-serve.json
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue