/gitea-forge

Gitea support for forge package.

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

This package add Gitea (and Codeberg) support for forge package.

Installation:

(package-vc-install "https://github.com/mobid/gitea-forge")

Authentication

Forge will ask you about username, after that, put access token into your ~/.authinfo.gpg

machine git.example.com/api/v1 login username^forge password asdf1234

Self hosted Gitea

You need to register self hosted Gitea into forge-alist variable.

(add-to-list 'forge-alist '("git.example.com" "git.example.com/api/v1" "git.example.com" forge-gitea-repository))