Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 614 Bytes

README.org

File metadata and controls

19 lines (16 loc) · 614 Bytes

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))