Skip to content

Commit

Permalink
Forgejo: Add signing key for forgejo
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmilling committed Jan 3, 2025
1 parent 8c8dce7 commit d926196
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions development/forgejo/forgejo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ spec:
FORGEJO__repository__DEFAULT_PUSH_CREATE_PRIVATE: "true"
FORGEJO__repository__ENABLE_PUSH_CREATE_USER: "true"
FORGEJO__repository__ENABLE_PUSH_CREATE_ORG: "true"
FORGEJO__repository.signing__SIGNING_KEY: "${SECRET_FORGEJO_SIGNING_KEY}"
FORGEJO__repository.signing__SIGNING_NAME: "The Homelab Git"
FORGEJO__repository.signing__SIGNING_EMAIL: "${SECRET_FORGEJO_SIGNING_EMAIL}"
FORGEJO__security__PASSWORD_COMPLEXITY: "lower,upper"
FORGEJO__security__MIN_PASSWORD_LENGTH: "12"
FORGEJO__security__SECRET_KEY: "${SECRET_FORGEJO_SECRET_KEY}"
Expand Down

0 comments on commit d926196

Please sign in to comment.