No results
3
usage
Luca Matteo Spoljarevic edited this page 2026-03-21 02:14:00 +01:00
How to use the Quadlets both rootless and rootfull.
Placement of the files
Since you might want to pull future updates from this Repo, I recommend keeping them here.
Instead of moving them to the correct places, just symlink the folder instead.
Here are the following commands for both rootless and rootfull symlinks aswell as deployments:
Installation progress
Rootless Quadlets
git clone https://codeberg.org/Spoljarevic/Zammad-Podman-Quadlets.git
mkdir ~/.config/containers/systemd/
ln -s Zammad-Podman-Quadlets ~/.config/containers/systemd/
/usr/lib/podman/quadlet -dryrun -user
systemctl --user daemon-reload
systemctl --user start zammad-pod.service
Rootfull Symlink
git clone https://codeberg.org/Spoljarevic/Zammad-Podman-Quadlets.git
sudo mkdir /etc/containers/systemd/
sudo ln -s Zammad-Podman-Quadlets /etc/containers/systemd/
sudo systemctl daemon-reload
sudo systemctl enable --now zammad-pod.service
Note
In both ways you'll need to wait for the last command to finish since podman is now pulling the images before deploying the containers.
After that, wait a minute or two for all containers to start and the init container to run through and you should be good to go.
Now you can open localhost:8080 and click through the web installer.