Configure Gitea commit signing with SSH key
This commit is contained in:
@@ -30,6 +30,16 @@ MAX_OPEN_CONNS = 20
|
||||
ROOT = <%= @repository_root_directory %>
|
||||
DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true
|
||||
|
||||
[repository.signing]
|
||||
SIGNING_KEY = <%= @git_home_directory %>/.ssh/id_ed25519.pub
|
||||
SIGNING_NAME = Gitea
|
||||
SIGNING_EMAIL = git@<%= @domain %>
|
||||
SIGNING_FORMAT = ssh
|
||||
INITIAL_COMMIT = always
|
||||
CRUD_ACTIONS = always
|
||||
WIKI = always
|
||||
MERGES = always
|
||||
|
||||
# [indexer]
|
||||
# ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve
|
||||
|
||||
|
||||
Reference in New Issue
Block a user