Added filebrowser to photoprism

This commit is contained in:
2024-04-30 06:36:03 +00:00
parent ab5bba6bbb
commit b3f8b4e583
2 changed files with 48 additions and 0 deletions

View File

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