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