friendship ended with nextcloud now opencloud is my new friend

This commit is contained in:
coolnsx
2025-06-29 19:58:31 +05:30
parent 75528b93fa
commit 12622b9091
5 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
[Unit]
Description=Opencloud Container
[Container]
Pod=opencloud.pod
ContainerName=opencloud
Image=docker.io/opencloudeu/opencloud-rolling:latest
# Enable auto-update container
AutoUpdate=registry
# pass this to attach it to container
EnvironmentFile=./.env
Volume=%h/podman/opencloud:/etc/opencloud
Volume=${EXTERNAL_DIR}:/var/lib/opencloud
[Service]
# pass this to autofill above variables
EnvironmentFile=%h/.config/containers/systemd/opencloud/.env
Restart=always
TimeoutStartSec=300
[Install]
WantedBy=default.target