Adds firefly and homebox, replaces nginx-proxy/acme-companion with acme

This commit is contained in:
tga
2026-08-15 20:08:35 +02:00
parent 7e87a6cbb9
commit c8af74ad7d
38 changed files with 596 additions and 52 deletions
+22
View File
@@ -0,0 +1,22 @@
[Unit]
Description=ACME container
[Container]
AutoUpdate=registry
ContainerName=acme
Environment=TZ=Europe/Zurich
Exec=daemon
Image=ghcr.io/acmesh-official/acme.sh:latest
Label=io.containers.autoupdate=registry
Pod=nginx.pod
StartWithPod=true
Timezone=Europe/Zurich
Volume=nginx-certs.volume:/etc/nginx/certs:z
Volume=nginx-html.volume:/usr/share/nginx/html
Volume=acme.volume:/acme.sh
[Service]
Restart=always
[Install]
WantedBy=default.target