Commit graph

11 commits

Author SHA1 Message Date
4f01401343 Fix error related to lighttpd MIME type handling
lighttpd wouldn't start, erroring with something like

    (../src/configfile.c.2449) include file not found:
/etc/lighttpd/mime-types.conf
    (../src/configfile.c.2256) source: /httpd.conf line: 10 pos: 0
parser failed somehow near here: (EOL)

This is because the alpine packaging for lighttpd has moved away from
including this file in the default setup [1]. It doesn't seem to be
needed anymore, so it can probably go.

[1]:
632d675ea8
2025-06-19 07:02:47 +02:00
c8117c41cd Remove Nix build system leftovers 2025-06-19 07:02:47 +02:00
71628280f4 coderdojo: Add Typebot instance to CSP 2023-10-26 19:15:03 +02:00
cb12d3155b Add CoderCamp form 2023-05-16 09:58:54 +00:00
5ce97f8755 Add new CoderDojo forms 2023-05-12 16:01:45 +00:00
3d38198b17 Enable CoderDojo form handling again 2023-04-14 21:23:42 +02:00
238f2a1ac2 Disable the CoderDojo registration form 2023-03-07 20:55:07 +01:00
c1c7e432dc Fix CoderDojo CSP, again 2023-01-25 11:49:10 +01:00
969392e97d Add unsafe-inline styles to CSP
This is required for some forms.
2023-01-25 08:37:36 +01:00
e8b93683fc Fix CSP for both sites 2023-01-23 12:23:23 +01:00
314b668621 Add http.conf for CoderDojo site 2023-01-22 21:09:58 +01:00