Nextcloud on Raspberry Pi - Fedora + Podman Quadlets
Let me show you how to install Nextcloud on a Raspberry Pi using Fedora, Podman and Quadlet (containers). It's simple ! What is Quadlet A Quadlet is a way to create a service (with systemd) from a container. It uses Podman, a container engine. As it is OCI complient, the Docker images are compatibles with Podman. Don't be impressed by the number of command and configuration lines in this article. The "Quadlet" part is very simple. Only the configurations required for Nginx, Nextcloud and the creation of a mount point for the hard disk are a little more tricky. But that's not Podman's fault. Quadlet management is now integrated inside Podman. If you've got Podman, you can create Quadlets
Let me show you how to install Nextcloud on a Raspberry Pi using Fedora, Podman and Quadlet (containers). It's simple !
What is Quadlet
A Quadlet is a way to create a service (with systemd) from a container. It uses Podman, a container engine. As it is OCI complient, the Docker images are compatibles with Podman.
Don't be impressed by the number of command and configuration lines in this article. The "Quadlet" part is very simple. Only the configurations required for Nginx, Nextcloud and the creation of a mount point for the hard disk are a little more tricky. But that's not Podman's fault.
Quadlet management is now integrated inside Podman. If you've got Podman, you can create Quadlets