Hi,
Where can I find how to set the value of ALLOWED_HOST_LIST
for containerized Gitea app. I am deploying Gitea docker images using docker compose.
Thanks in advance
Hi,
Where can I find how to set the value of ALLOWED_HOST_LIST
for containerized Gitea app. I am deploying Gitea docker images using docker compose.
Thanks in advance
Config Cheat Sheet - Docs has details for the value configuration. Pass the parameters as per usual docker-compose practices.
Specifically, it will look like this, and am including another configuration key=value
( skip TLS ) alongside that:
environment:
- GITEA__webhook__ALLOWED_HOST_LIST=hostname
- GITEA__webhook__SKIP_TLS_VERIFY=true