A collection of services I run on a bare metal single node home server.
The services run in containers on a Fedora CoreOS host using rootless Podman. The containers are defined in Podman Quadlet format and are managed as Systemd services.
git clone https://github.com/Eskander/coreos-homeserver ~/.config/containers/systemd/
systemctl reboot
Protip: Use Firewalld to forward a privileged port to a rootless container:
sudo firewall-cmd --add-forward-port=port=80:proto=tcp:toport=8080