photoprism

This commit is contained in:
2024-04-29 22:20:06 +00:00
parent 555415c93e
commit 901d05412f
4 changed files with 151 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://photprism-front:2342"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": true
}
}