any.software.immich-podman: add role

This commit is contained in:
Jef Roosens 2026-02-15 22:59:33 +01:00
parent c4c5ab0e2a
commit 073127fcc0
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
9 changed files with 123 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# vim: ft=systemd
[Container]
HealthCmd=redis-cli ping || exit 1
Image=docker.io/valkey/valkey:9@sha256:546304417feac0874c3dd576e0952c6bb8f06bb4093ea0c9ca303c73cf458f63
Pod=immich.pod
[Service]
Restart=always

View file

@ -0,0 +1,5 @@
photos.roosens.me {
reverse_proxy localhost:8024 {
header_down +X-Robots-Tag "none"
}
}

View file

@ -0,0 +1,3 @@
# vim: ft=systemd
[Pod]
PublishPort=127.0.0.1:8024:2283