namen secrets
This commit is contained in:
parent
a6f4b3115f
commit
cee3769ceb
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
Loading…
Reference in a new issue