namen secrets
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
ci/woodpecker/pr/ansible-lint Pipeline failed

This commit is contained in:
Michael Grote 2024-04-03 15:36:24 +02:00
parent a6f4b3115f
commit cee3769ceb
2 changed files with 4 additions and 4 deletions

View file

@ -81,14 +81,14 @@ gitea_db_type: "postgres"
gitea_db_host: "localhost" gitea_db_host: "localhost"
gitea_db_name: "gitea" gitea_db_name: "gitea"
gitea_db_user: "gitea" gitea_db_user: "gitea"
gitea_db_password: "{{ lookup('keepass', 'gitea_db_password', 'password') }}" gitea_db_password: "{{ lookup('keepass', 'forgejo_db_password', 'password') }}"
# indexer # indexer
gitea_repo_indexer_enabled: true gitea_repo_indexer_enabled: true
# security # security
gitea_disable_webhooks: false gitea_disable_webhooks: false
gitea_password_check_pwn: false gitea_password_check_pwn: false
gitea_internal_token: "{{ lookup('keepass', 'gitea_internal_token', 'password') }}" gitea_internal_token: "{{ lookup('keepass', 'forgejo_internal_token', 'password') }}"
gitea_secret_key: "{{ lookup('keepass', 'gitea_secret_key', 'password') }}" gitea_secret_key: "{{ lookup('keepass', 'forgejo_secret_key', 'password') }}"
# service # service
gitea_disable_registration: true gitea_disable_registration: true
gitea_register_email_confirm: true gitea_register_email_confirm: true
@ -127,7 +127,7 @@ gitea_extra_config: |
[migrations] [migrations]
ALLOWED_DOMAINS = * ALLOWED_DOMAINS = *
# oauth2 # oauth2
gitea_oauth2_jwt_secret: "{{ lookup('keepass', 'gitea_oauth2_jwt_secret', 'password') }}" gitea_oauth2_jwt_secret: "{{ lookup('keepass', 'forgejo_oauth2_jwt_secret', 'password') }}"
# Fail2Ban configuration # Fail2Ban configuration
gitea_fail2ban_enabled: true gitea_fail2ban_enabled: true
gitea_fail2ban_jail_maxretry: "3" gitea_fail2ban_jail_maxretry: "3"

Binary file not shown.