Closed nicky-frython closed 10 months ago
The ALLOWED_HOSTS
variable should be set during the Application setup part of the installation process in the host.env
file from the template https://github.com/internetstandards/Internet.nl/blob/main/docker/host-dist.env#L14 using the INTERNETNL_DOMAINNAME
variable.
Can you explain what steps you took in the installation to end up with this issue? So I can update the documentation or deployment process.
@aequitas I redid the Application setup and now the file was indeed created with the correct values.
Blame me for being slow, I somehow used the older documentation that uses the cat >> docker/host.env <<EOF
construction
Either an omission from the documentation or a minor issue. For the internetnl-app to work correctly you need the add the ALLOWED_HOST var in the local.env and set it to the used domain. Took me a while before I figured it out :) (Should have checked the logs more carefully)