Apps / Productivity
Gitea
Your own GitHub
Git hosting with pull requests, issues, releases and CI actions, light enough to run beside everything else. Good for the config repos and scripts you would rather not put on someone else's server.
CategoryProductivity
Memory~200MB
Module
gitInstalling it
Open the dashboard, find it in the App Store and press Install. Or from a terminal on the box:
sudo homebox install git
Where to open it
| Service | Port | First login |
|---|---|---|
| Gitea | :3030 | The first visit shows an install page; the first user you register becomes the admin. |
Open it at your box's address with that port — the dashboard links to it directly once it is running.
Good to know
- The first account registered becomes the admin, so register yours before turning signups off in the install page
- SSH is on 2222, not 22 — clone with ssh://git@<box>:2222/user/repo.git so it does not fight the box's own sshd
- It runs on SQLite here. That is the right call for a handful of repos and one user; add Postgres only if you outgrow it