Add a podman guide for using quadlet files #1749
Closed
madscientist16
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Better open at https://github.com/gotson/komga-website |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think it would be nice to have a guide with example quadlet files for people using podman.
Here's some examples based on the quadlet files I use to run komga and komf.
komga.pod
komga.container
See this post for the reason for adding 143 as a success exit code
komf.container
See this page for how to create podman secrets.
I have all three files above in
~/.config/containers/systemd/komga
directory. Then I runsystemctl --user daemon-reload
to generate the systemd services from the quadlet files. After that I just start thekomga-pod.service
withsystemctl --user start komga-pod.service
. If I wanted to start the komga pod when I boot up the server I could add the following tokomga.pod
Beta Was this translation helpful? Give feedback.
All reactions