devops/gitea: Speak about ALLOWED_HOST_LIST

This commit is contained in:
nemunaire 2022-11-27 19:49:13 +01:00
commit 3a866b10e8
3 changed files with 18 additions and 1 deletions

View file

@ -30,6 +30,7 @@ Votre playbook ressemblera à quelque chose comme ça :
INSTALL_LOCK: "true"
GITEA__security__SECRET_KEY: "{{ secret_key }}"
GITEA__security__INTERNAL_TOKEN: "{{ internal_token }}"
GITEA__webhook__ALLOWED_HOST_LIST: "external"
```
</div>