ExoticBerry
ExoticBerry
HHomarr
Created by ExoticBerry on 11/11/2023 in #💬・get-help
v0.14 broken on podman?
my service file running as root:
[Unit]
Description=Podman container-hm.service
Documentation=man:podman-generate-systemd(1)
Wants=network-online.target
After=network-online.target
StartLimitIntervalSec=400
StartLimitBurst=3
RequiresMountsFor=%t/containers

[Service]
Environment=PODMAN_SYSTEMD_UNIT=%n
Restart=on-failure
RestartSec=90
TimeoutStopSec=70
ExecStartPre=/bin/rm \
-f %t/%n.ctr-id
ExecStart=/usr/bin/podman run \
--cidfile=%t/%n.ctr-id \
--cgroups=no-conmon \
--rm \
--sdnotify=conmon \
--replace \
-d \
--name hm \
--label io.containers.autoupdate=registry \
-p 100.77.179.89:7575:7575 \
-v /root/hm/data:/data \
-v /root/hm/configs:/app/data/configs \
-v /root/hm/icons:/app/public/icons ghcr.io/ajnart/homarr:latest
ExecStop=/usr/bin/podman stop \
--ignore -t 10 \
--cidfile=%t/%n.ctr-id
ExecStopPost=/usr/bin/podman rm \
-f \
--ignore -t 10 \
--cidfile=%t/%n.ctr-id
Type=notify
NotifyAccess=all
[Install]
WantedBy=default.target
[Unit]
Description=Podman container-hm.service
Documentation=man:podman-generate-systemd(1)
Wants=network-online.target
After=network-online.target
StartLimitIntervalSec=400
StartLimitBurst=3
RequiresMountsFor=%t/containers

[Service]
Environment=PODMAN_SYSTEMD_UNIT=%n
Restart=on-failure
RestartSec=90
TimeoutStopSec=70
ExecStartPre=/bin/rm \
-f %t/%n.ctr-id
ExecStart=/usr/bin/podman run \
--cidfile=%t/%n.ctr-id \
--cgroups=no-conmon \
--rm \
--sdnotify=conmon \
--replace \
-d \
--name hm \
--label io.containers.autoupdate=registry \
-p 100.77.179.89:7575:7575 \
-v /root/hm/data:/data \
-v /root/hm/configs:/app/data/configs \
-v /root/hm/icons:/app/public/icons ghcr.io/ajnart/homarr:latest
ExecStop=/usr/bin/podman stop \
--ignore -t 10 \
--cidfile=%t/%n.ctr-id
ExecStopPost=/usr/bin/podman rm \
-f \
--ignore -t 10 \
--cidfile=%t/%n.ctr-id
Type=notify
NotifyAccess=all
[Install]
WantedBy=default.target
8 replies
HHomarr
Created by ExoticBerry on 11/11/2023 in #💬・get-help
v0.14 broken on podman?
No description
8 replies