gitea: add config
This commit is contained in:
parent
fe35e4baf1
commit
56faa4323b
17 changed files with 354 additions and 13 deletions
|
|
@ -22,3 +22,8 @@ woodpecker_secret: "{{ vault_woodpecker_secret }}"
|
|||
restic_version: '0.16.2'
|
||||
|
||||
ntfy_user_pi_pass: "{{ vault_ntfy_user_pi_pass }}"
|
||||
|
||||
gitea_lfs_jwt_secret: "{{ vault_gitea_lfs_jwt_secret }}"
|
||||
gitea_secret_key: "{{ vault_gitea_secret_key }}"
|
||||
gitea_internal_token: "{{ vault_gitea_internal_token }}"
|
||||
gitea_jwt_secret: "{{ vault_gitea_jwt_secret }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue