Feat: Immich Server

This commit is contained in:
coolnsx
2025-06-30 19:27:52 +05:30
parent aa90d66815
commit 3fac8699fc
10 changed files with 156 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ PROXY_HTTP_ADDR=0.0.0.0:9200
# do not use SSL between the reverse proxy and OpenCloud
PROXY_TLS=false
OC_INSECURE=true
OC_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD=false
OC_SHARING_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD=false
# email server (if configured)
NOTIFICATIONS_SMTP_HOST=
NOTIFICATIONS_SMTP_PORT=

View File

@@ -1,5 +1,7 @@
[Unit]
Description=Opencloud WOPIServer Container
Requires=opencloud.service
After=opencloud.service
[Container]
Pod=opencloud.pod