Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 767 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 767 Bytes

Homeserver Services on CoreOS

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.

FAQ

How to replicate this setup?

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