Mario Hüttel mhu
mhu pushed to issue/16-docker-uid-gid at mhu/shimatta-kenkyusho 2024-11-23 17:06:00 +01:00
08a5f97fd4 Add user ID and GID to example env file
mhu pushed to issue/16-docker-uid-gid at mhu/shimatta-kenkyusho 2024-11-23 15:27:09 +01:00
511dacf54a Add restart policy to autostart the containers after boot
mhu created branch issue/16-docker-uid-gid in mhu/shimatta-kenkyusho 2024-11-23 15:25:52 +01:00
mhu pushed to issue/16-docker-uid-gid at mhu/shimatta-kenkyusho 2024-11-23 15:25:52 +01:00
0c4f1f9dba Exclude run folder from docker. It is used for local debugging of containers
mhu pushed to issue/23-add-docu at mhu/shimatta-kenkyusho 2024-11-23 01:15:04 +01:00
08bae61fc0 Merge branch 'develop' into issue/23-add-docu
b873b1fd0f Merge pull request 'added CSRF trusted origin config, added tzdata - needed in debug mode' (#22) from sst/some-weird-stuff-with-docker into develop
6e51085210 removed the trusted origin foo again - added proper detection of https
5163834de4 added CSRF trusted origin config, added tzdata - needed in debug mode
Compare 4 commits »
mhu pushed to issue/23-add-docu at mhu/shimatta-kenkyusho 2024-11-23 01:13:25 +01:00
4ff71d2b21 Fix typo
mhu created pull request mhu/shimatta-kenkyusho#27 2024-11-23 01:12:10 +01:00
WIP: issue/23-add-docu
mhu created branch issue/23-add-docu in mhu/shimatta-kenkyusho 2024-11-23 01:10:35 +01:00
mhu pushed to issue/23-add-docu at mhu/shimatta-kenkyusho 2024-11-23 01:10:35 +01:00
b47c7ad38d Add readme. Rename example env, to unhide it in the fileexplorer.
63b8a66ebb Add restart policy to autostart the containers after boot
Compare 2 commits »
mhu pushed to develop at mhu/shimatta-kenkyusho 2024-11-21 00:50:09 +01:00
b873b1fd0f Merge pull request 'added CSRF trusted origin config, added tzdata - needed in debug mode' (#22) from sst/some-weird-stuff-with-docker into develop
6e51085210 removed the trusted origin foo again - added proper detection of https
5163834de4 added CSRF trusted origin config, added tzdata - needed in debug mode
Compare 3 commits »
mhu deleted branch sst/some-weird-stuff-with-docker from mhu/shimatta-kenkyusho 2024-11-21 00:50:09 +01:00
mhu merged pull request mhu/shimatta-kenkyusho#22 2024-11-21 00:50:08 +01:00
added CSRF trusted origin config, added tzdata - needed in debug mode
mhu commented on pull request mhu/shimatta-kenkyusho#22 2024-11-21 00:50:00 +01:00
added CSRF trusted origin config, added tzdata - needed in debug mode

As I was finally able to reproduce all that stuff, it's okay.

mhu commented on pull request mhu/shimatta-kenkyusho#22 2024-11-20 14:56:43 +01:00
added CSRF trusted origin config, added tzdata - needed in debug mode

Okay, I think I found the root cause of the issue:

HttpRequest.is_secure(): Returns True if the request is secure; that is, if it was made with HTTPS. Django isn’t magic here: it goes on…

mhu commented on pull request mhu/shimatta-kenkyusho#22 2024-11-20 10:39:07 +01:00
added CSRF trusted origin config, added tzdata - needed in debug mode

I don't get this. This should only be a problem, if django actually wants to check for HTTPS.

mhu commented on pull request mhu/shimatta-kenkyusho#22 2024-11-19 23:52:55 +01:00
added CSRF trusted origin config, added tzdata - needed in debug mode
Warning

Modifying this setting can compromise your site’s security. Ensure you fully understand your setup before changing it.

Make sure ALL of the following are true before setting…
mhu commented on pull request mhu/shimatta-kenkyusho#22 2024-11-19 23:17:51 +01:00
added CSRF trusted origin config, added tzdata - needed in debug mode

This seems very unsafe!