3 Commits
Author SHA1 Message Date
Jordan Del Pilar 498c097e9a fix: Change list handling for services directories
Changed how lists of volumes is handled when reading from services directories. New form uses jinja2 based templating, allowing for handling lists with 1 element.
Removed some unneeded comments.
2026-06-12 16:48:23 -07:00
Jordan Del Pilar 7d8c78b14e fix: Fixed incorrect volume mapping
Volume maping used for the gitea service was incorrectly using the mapping for rootless gitea while using the rootful image. This caused volumes to mounted to anonymous volumes that were ephemeral.
2026-06-12 16:42:12 -07:00
Jordan Del Pilar 80b66bdf0c feat: initial commit
Creates foundation for home lab environment
- sets system baselines and creates required directories
- adds `common` role for system baselines
- adds `dns_server` role to set up dns for internal routing
- adds `gitea_server` role  to set up git and action runner
2026-06-12 13:02:38 -07:00