Files
arcane_template/gitea/README.md

39 lines
777 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Gitea — Template Arcane
## Description
Gitea est un serveur Git léger, rapide et auto-hébergeable.
Ce template Arcane permet linstallation simple et reproductible de Gitea via Docker.
## Fonctionnalités
- Hébergement Git complet
- Interface web moderne
- API complète
- Gestion SSH intégrée
- Compatible runners CI/CD externes
---
## Prérequis
- Docker + Docker Compose
- Port 3004 (HTTP) libre
- Port 222 (SSH) libre
- Un domaine (optionnel mais recommandé)
---
## Installation avec Arcane
1. Ouvrir Arcane.
2. Ajouter un template externe.
3. Indiquer lURL du `registry.json` correspondant.
4. Installer **Gitea**.
5. Configurer les variables depuis `.env.example`.
---
## Installation manuelle
```bash
cp .env.example .env
docker compose up -d