A self-hosted gitea application.
curl -q -LSsf "https://raw.githubusercontent.com/composemgr/gitea/main/docker-compose.yaml" | docker compose -f - up -dgit clone "https://github.com/composemgr/gitea" ~/.local/srv/docker/gitea
cd ~/.local/srv/docker/gitea
docker compose up -dcomposemgr install giteaSee docker-compose.yaml for environment variables and configuration options.
Check the official project documentation for detailed setup and usage information.