From 0631f3c1801528023b8f579dcf4112927b855ec4 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 2 Apr 2023 09:37:40 -0500 Subject: [PATCH] Bot Updating Documentation --- images/docker-healthchecks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/images/docker-healthchecks.md b/images/docker-healthchecks.md index c8bbff2c5..e257fda23 100644 --- a/images/docker-healthchecks.md +++ b/images/docker-healthchecks.md @@ -37,6 +37,10 @@ The architectures supported by this image are: Access the WebUI at :8000. For more information, check out [Healthchecks](https://github.com/healthchecks/healthchecks). +## Note on `CSRF_TRUSTED_ORIGINS` + +On first run (or any startup where `REGENERATE_SETTINGS=true`) we will set `CSRF_TRUSTED_ORIGINS` to match the value of `SITE_ROOT`. If you need different/additional origins, you will need to edit `/config/local_settings.py` and add them yourself. Note that setting `REGENERATE_SETTINGS=true` will overwrite any changes on startup. + ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli.