Forge Git légère : dépôts, issues, pull requests, CI/CD (Gitea Actions), wiki — sans la lourdeur de GitLab.
caleope install gitea --domain git.monserveur.fr
https://git.monserveur.frgit@git.monserveur.fr:2222 (port fixe 2222)gitea-adminapp-config/gitea/secrets.envLe port SSH 2222 est ouvert dans UFW automatiquement. Configurer ton
~/.ssh/config:Host git.monserveur.fr Port 2222
# HTTPS
git clone https://git.monserveur.fr/<user>/<repo>.git
# SSH
git clone ssh://git@git.monserveur.fr:2222/<user>/<repo>.git
Si Authentik est installé, Gitea est configuré automatiquement avec OAuth2 Authentik. Les utilisateurs peuvent se connecter avec leur compte Authentik via le bouton "Connexion avec Authentik".
caleope logs gitea
caleope backup gitea # DB + dépôts
caleope restart gitea
app-data/gitea/
├── git/ ← dépôts Git
├── conf/ ← configuration app.ini
├── data/ ← base SQLite, attachments
└── ssh/ ← clés SSH du serveur