Infrastructure for a more resilient tomorrow.
infractl is an open-source practical infrastructure knowledge base by prmctl.
It combines:
- Labs — build, break, troubleshoot, recover.
- Templates — reusable production-minded configuration.
- Runbooks — incident procedures for real operations.
- Field Notes — engineering notes and lessons.
- Tools — small operational helpers.
Use the included server so the correct web root is always used:
python3 serve.pyor:
make serveOpen:
http://localhost:8000
The site uses relative internal URLs, so the same static artifact works at:
http://localhost:8000/
https://prmctl.github.io/infractl/
https://infractl.prmctl.me/
No runtime <base> element is required.
Target:
https://infractl.prmctl.me
Push the repository to:
https://github.com/prmctl/infractl
The included GitHub Action deploys from master.
GitHub:
Settings -> Pages -> Source -> GitHub Actions
Settings -> Pages -> Custom domain -> infractl.prmctl.me
Cloudflare:
Type: CNAME
Name: infractl
Target: prmctl.github.io
Proxy: DNS only
No VPS or separate web server is required.