diff --git a/docker-compose.yml b/docker-compose.yml index 6932a12..f9b4632 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,6 +25,7 @@ services: - GITEA__database__PASSWD=gitea - GITEA__repository.ENABLE_PUSH_CREATE_USER=true - GITEA__repository.ENABLE_PUSH_CREATE_ORG=true + - GITEA__repository.signing__DEFAULT_TRUST_MODEL=collaborator - GITEA__repository.signing__SIGNING_KEY=default - GITEA__repository.signing__INITIAL_COMMIT=pubkey - GITEA__repository.signing__WIKI=pubkey diff --git a/gitea/gitconfig b/gitea/gitconfig deleted file mode 100644 index 45dced2..0000000 --- a/gitea/gitconfig +++ /dev/null @@ -1,6 +0,0 @@ -[user] - name = Otho Ulrich - Gitea Server - email = gitea@othoulrich.com - signingkey = D29898E5C7F7864C -[commit] - gpgsign = true \ No newline at end of file