From ad892b713e51c84b6db4f8d2b7f1c1c9895414b0 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Sat, 28 Dec 2024 21:47:45 +0800 Subject: [PATCH] docs: add a section about Gogs / Forgejo / Codeberg closes #287. [skip ci] --- docs/usage.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/usage.rst b/docs/usage.rst index a916545..7c6671f 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -489,6 +489,15 @@ To set an authorization token, you can set: This source supports :ref:`list options` when ``use_max_tag`` is set. +Check Gogs / Forgejo / Codeberg +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Please use the above "gitea" source. Gitea is a fork of `Gogs `_. +`Forgejo `_ is a fork of Gitea. Codeberg is a code +hosting provider that uses Forgejo. They share the same API endpoints nvchecker uses. + +Alternatively, you can try the generic "git" source. + Check BitBucket ~~~~~~~~~~~~~~~ ::