Oh no you forgot kubernetes!
Comment on Autostart Jellyfin flatpak
qaz@lemmy.world 9 months ago
There are several options:
- Create a systemd service
+: Can launch application without logging in
-: Requires learning how to add a systemd service
- Autostart application on startup
+: Easy
-: Requires logging in before it starts
- Use Docker container
+: Quite easy
-: Works without logging in
- Use Podman container with systemd-service
+: Doesn’t require root permissions
synae@lemmy.sdf.org 9 months ago
sudneo@lemmy.world 9 months ago
Just a small note: docker can also run rootless for a while. The configuration is slightly convoluted, but can be done.