saulo@eamhain~
$ cat README.md
Maintainable self-hosted infrastructure,
built as code.
Mo Ḃrú is a production-inspired self-hosted platform showcasing Infrastructure as Code, security-first architecture and comprehensive operational documentation.
It is not just a collection of self-hosted services. It is an exercise in building understandable, recoverable and maintainable infrastructure using engineering practices normally applied to production environments.
saulo@eamhain~/mobhru
$ ./status --running
Current platform components
COMPONENT
DESCRIPTION
STATUS
● manannan
Network Gateway (MikroTik RouterOS)
active
● camall
Reverse Proxy (Caddy)
active
● liafail
Password Management (Vaultwarden)
active
● ogma
Source Code and Documentation (Forgejo)
active
saulo@eamhain~/principles
$ cat principles.txt
Design principles
- Least privilege
- Default-deny security model
- Reproducible configuration
- Recoverability over availability
- Long-term maintainability
saulo@eamhain~/mobhru
$ tree -L 1 -d
Repository architecture
. ├── assets # diagrams and project assets ├── docs # architecture, ADRs and guides ├── infrastructure # network and platform infrastructure ├── services # self-hosted platform services └── templates # reusable project templates 5 directories
saulo@eamhain~/links
$ echo "Open the project resources:"
Project links
saulo@eamhain~
$