# CargoLifter Gitea Backend # This crate implements the Gitea backend for [CargoLifter](https://github.com/cemoktra/cargolifter) ## Configuration ## ```json "backend": { "Gitea": { "host": "", "owner": "", "repo": "", "cargolifter_token": "", "default_branch": "" } } ```