Go to file
2024-11-21 00:50:08 +01:00
.vscode Move vscode folder up by one to include everything in the workspace 2024-11-18 19:53:09 +01:00
shimatta_kenkyusho removed the trusted origin foo again - added proper detection of https 2024-11-19 23:31:56 +01:00
.dockerignore tinkered around to get this app running inside a container using alpine and socket based psql 2023-12-10 23:09:33 +01:00
.env.example Fix typo in comment 2024-11-17 20:08:53 +01:00
.gitignore Add compose setup 2024-11-17 16:37:23 +01:00
compose.yaml Update env file example to contain Volume mount point for DB folder 2024-11-17 19:36:27 +01:00
Dockerfile Add the /healthcheck path which returns an HTTP200 OK response for checking the helath of the container after startup 2024-11-17 19:10:28 +01:00
entrypoint_self_hosted.sh Add self hosted entrypoint file for easier debugging which will use the integrated django server to serve all files 2024-11-17 17:33:45 +01:00
entrypoint.sh Make gunicorn listen to all incoming IPs on Port 8000. This is necessary to use a spearate net with the postgres container. 2024-11-17 16:36:36 +01:00
requirements.txt added CSRF trusted origin config, added tzdata - needed in debug mode 2024-11-19 23:09:53 +01:00
start_docker_compose_interactive.sh Add compose setup 2024-11-17 16:37:23 +01:00
start_server.sh tinkered around to get this app running inside a container using alpine and socket based psql 2023-12-10 23:09:33 +01:00