Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
/ homelab-coreos Public archive

A collection of services I run on a single-node bare-metal auto updating home server using Fedora CoreOS and Podman

Notifications You must be signed in to change notification settings

Eskander/homelab-coreos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A collection of services I run on a single-node bare-metal auto updating home server using Fedora CoreOS and Podman

Topics

Resources

Stars

Watchers

Forks