What It Is
A lab of 20+ properties is, underneath everything, a pile of repositories, and 4ort.dev is where all of them live. It's a self-hosted Gitea instance, the lab's code backbone: every property repo, on infrastructure the lab owns, rather than scattered across someone else's platform.
It's also where the lab's one non-negotiable security rule gets enforced in software: a gitleaks secret-scanning pipeline gates every first push, and pre-commit hooks run across all repos, so a leaked key never makes it into history in the first place. Add Borg backups and it doubles as the off-laptop copy of everything.
And it's pointed at the future: 4ort.dev is the staging ground for agent-driven CI: the place where the lab's agents will eventually build, test, and ship the lab's own code. This is the launchpad.
Highlights
- Self-hosted Gitea: every property repo in the lab lives here, on owned infrastructure
- Secret-scanning gate: a gitleaks pipeline checks every repo on first push
- Pre-commit hooks everywhere: secrets get caught before they ever reach history
- Off-laptop backup: Borg backups make it the durable copy of the whole codebase
- Future home of agent-driven CI: the staging ground for agents that ship the lab's code
Status
● Live.