iv-org / documentation

The official Invidious documentation
https://docs.invidious.io
Creative Commons Zero v1.0 Universal
580 stars 153 forks source link

podman systemd generate command deprecated #507

Closed ssnepenthe closed 6 months ago

ssnepenthe commented 6 months ago

Regarding the community installation guide: https://github.com/iv-org/documentation/blob/fe20fd2896ea53b998baeae4cec4b00106b62789/docs/community-installation-guide.md

podman generate systemd is deprecated with quadlets as the recommended replacement.

Are you open to a pr updating this page to use quadlets?

If so should the quadlet instructions be added alongside the current instructions or should the current instructions be replaced entirely?

unixfox commented 6 months ago

It's a community guide, everyone is free to create a PR !

ssnepenthe commented 6 months ago

Having given this a little more thought, it would probably be best to wait until podman v5 has been released to update this guide.

At the moment quadlets don't officially support the use of pods. This limitation can be worked around (I am currently doing so for my local invidious instance) but the workarounds are not recommended and I think they break the auto update system.

I don't see an official timeline for the release of podman v5 but it looks like it is coming soon. I'll come back to this and submit my PR then.