1
0
Fork
You've already forked containers
0
Definition for all the containers I use in my home server.
Find a file
gabe 5f3322bf83 disable reddit notifier
thank you for your service
2026年07月07日 12:12:41 -04:00
actual add apps systemd target 2026年07月04日 16:40:34 -04:00
fittrackee add apps systemd target 2026年07月04日 16:40:34 -04:00
immich add apps systemd target 2026年07月04日 16:40:34 -04:00
multi-scrobbler add apps systemd target 2026年07月04日 16:40:34 -04:00
paperless add apps systemd target 2026年07月04日 16:40:34 -04:00
reitti add apps systemd target 2026年07月04日 16:40:34 -04:00
rsshub add apps systemd target 2026年07月04日 16:40:34 -04:00
ryot add apps systemd target 2026年07月04日 16:40:34 -04:00
umami add apps systemd target 2026年07月04日 16:40:34 -04:00
apprise-api.container add apps systemd target 2026年07月04日 16:40:34 -04:00
audiobookshelf.container add apps systemd target 2026年07月04日 16:40:34 -04:00
beszel-agent.container add apps systemd target 2026年07月04日 16:40:34 -04:00
caddy-public.container add apps systemd target 2026年07月04日 16:40:34 -04:00
caddy.container add apps systemd target 2026年07月04日 16:40:34 -04:00
clone-hero-server.container add apps systemd target 2026年07月04日 16:40:34 -04:00
continuwuity.container uwu matrix 2026年07月04日 16:41:02 -04:00
ddns.container add apps systemd target 2026年07月04日 16:40:34 -04:00
deluge.container add apps systemd target 2026年07月04日 16:40:34 -04:00
fmd.container auto-update FMD 2026年07月06日 16:17:13 -04:00
freshrss.container add apps systemd target 2026年07月04日 16:40:34 -04:00
gonic.container fix gonic perms 2026年07月06日 16:17:05 -04:00
homebox.container add apps systemd target 2026年07月04日 16:40:34 -04:00
homelogger.container add apps systemd target 2026年07月04日 16:40:34 -04:00
internal.network add apps systemd target 2026年07月04日 16:40:34 -04:00
jellyfin.container add apps systemd target 2026年07月04日 16:40:34 -04:00
kavita.container add apps systemd target 2026年07月04日 16:40:34 -04:00
koito.container add apps systemd target 2026年07月04日 16:40:34 -04:00
libation.container add apps systemd target 2026年07月04日 16:40:34 -04:00
lubelogger.container add apps systemd target 2026年07月04日 16:40:34 -04:00
manyfold.container add apps systemd target 2026年07月04日 16:40:34 -04:00
mealie.container add apps systemd target 2026年07月04日 16:40:34 -04:00
radicale.container add apps systemd target 2026年07月04日 16:40:34 -04:00
readeck.container add apps systemd target 2026年07月04日 16:40:34 -04:00
README.md add apps systemd target 2026年07月04日 16:40:34 -04:00
reddit-post-notifier.container.disabled disable reddit notifier 2026年07月07日 12:12:41 -04:00
syncthing.container add apps systemd target 2026年07月04日 16:40:34 -04:00
thelounge.container add apps systemd target 2026年07月04日 16:40:34 -04:00
trek.container japan trip someday... 2026年07月04日 16:41:36 -04:00
upvote-rss.container add apps systemd target 2026年07月04日 16:40:34 -04:00
vikunja.container bring back vikunja for minecraft task tracking 2026年07月04日 16:41:20 -04:00

My Quadlet Setup

Notes

[Install]
WantedBy=target.target

This only handles starting the container with the target. In order to handle stopping and restarting using the target.target, PartOf must also be defined in the app.container:

[Unit]
PartOf=target.target

Make sure to add the --user flag to the journalctl -u app command to properly retrieve logs for a quadlet-generated service named "app".