# 11_Gitea

## gitea

*Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD*

<table id="bkmrk-imagegitea%2Fgitea%3Alat"><tbody><tr><th>Image</th><td>`gitea/gitea:latest`</td></tr><tr><th>Version</th><td>1.25.4</td></tr><tr><th>Etat</th><td><span style="color:#008000;">Up 9 hours (healthy)</span></td></tr><tr><th>Compose project</th><td>gitea</td></tr><tr><th>Reseau</th><td>gitea\_default</td></tr><tr><th>URL</th><td>[https://gitea.juxjux.ovh](https://gitea.juxjux.ovh)</td></tr><tr><th>Source</th><td>[https://github.com/go-gitea/gitea](https://github.com/go-gitea/gitea)</td></tr></tbody></table>

### Ports

<table id="bkmrk-hotecontainerip22222"><thead><tr><th>Hote</th><th>Container</th><th>IP</th></tr></thead><tbody><tr><td>2222</td><td>2222/tcp</td><td>0.0.0.0</td></tr><tr><td>2222</td><td>2222/tcp</td><td>::</td></tr><tr><td>3005</td><td>3000/tcp</td><td>0.0.0.0</td></tr><tr><td>3005</td><td>3000/tcp</td><td>::</td></tr></tbody></table>

### Volumes

<table id="bkmrk-source-%28hote%29destina"><thead><tr><th>Source (hote)</th><th>Destination</th><th>Type</th><th>Mode</th></tr></thead><tbody><tr><td>`/var/lib/gitea_data`</td><td>`/data`</td><td>bind</td><td>rw</td></tr><tr><td>`/etc/localtime`</td><td>`/etc/localtime`</td><td>bind</td><td>ro</td></tr><tr><td>`/etc/timezone`</td><td>`/etc/timezone`</td><td>bind</td><td>ro</td></tr></tbody></table>

---

## Integration Claude Code — API directe

<table id="bkmrk-statut-mcppas-de-mcp"><tbody><tr><th>Statut MCP</th><td><span style="color:orange">Pas de MCP — API directe possible</span></td></tr><tr><th>Note technique</th><td>API REST Gitea complète disponible sur /api/v1. Auth : token Bearer ou Basic Auth. Pas de MCP configuré — appels directs via PowerShell/Python.</td></tr></tbody></table>

### Ce que nous pouvons faire ensemble

- Lister repositories, branches, commits via l'API REST
- Lire/écrire des fichiers dans les repos (contenu base64)
- Gérer issues, pull requests, tags et releases
- Automatiser des workflows de versionning depuis Claude Code