mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 03:45:16 +05:30
Feat: Immich Server
This commit is contained in:
@@ -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=
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
[Unit]
|
||||
Description=Opencloud WOPIServer Container
|
||||
Requires=opencloud.service
|
||||
After=opencloud.service
|
||||
|
||||
[Container]
|
||||
Pod=opencloud.pod
|
||||
|
||||
Reference in New Issue
Block a user