OpenSlides/server
Finn Stutzenstein 91a15d24a8
Add ALLOWED_HOSTS
the proxy responds with a 421, if a host header with an invalid host
name is encountered. If nothing is provided (see default .env) all hosts
are allowed. Examples:

ALLOWED_HOSTS="localhost:8000 127.0.0.1:8000"

ALLOWED_HOSTS="some.domain.example.com"

Add EXTERNAL_HTTPS_PORT. See .env for the configuration.
2021-04-26 16:01:35 +02:00
..
docker Merge pull request #5952 from Piratenpartei/server_setup_env 2021-04-12 08:04:58 +02:00
make Repository restructure 2020-08-21 08:11:13 +02:00
openslides Add ALLOWED_HOSTS 2021-04-26 16:01:35 +02:00
requirements Update dependencies 2021-04-12 13:36:46 +02:00
tests Update black 2021-04-26 09:00:04 +02:00
.dockerignore OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
build.sh build.sh: Make build script more useful 2020-08-21 08:11:15 +02:00
manage.py Change chat access groups 2021-02-19 15:08:02 +01:00
requirements.txt Own session redis 2021-02-15 07:37:46 +01:00
SETTINGS.rst Add Chat UI Components 2021-02-11 17:10:25 +01:00
setup.cfg Enable pytest in docker 2021-03-22 13:01:26 +01:00