Expand description
Codeberg backend — a distinct source_type: codeberg registration
whose factory delegates to the Gitea backend with host pinned to
codeberg.org.
Tool authors who need to point at a different Gitea instance use
crate::gitea directly. The separate source_type exists because
Codeberg is an established GitHub alternative in its own right —
users searching tool configs for “codeberg” should find it.
§Lint exception
Same as the other REST backends.
Functions§
- factory
- Factory for the
codebergsource type. Constructs a Gitea provider withhost = "codeberg.org".