Commit graph

4 commits

Author SHA1 Message Date
stuebinm 9c1f412200
limesurvey: fix database access & cleanup postgres
This should work now!
2021-03-25 14:18:59 +01:00
stuebinm 6fa1f689f8
limesurvey: use survey2.infra4future.de for testing purposes 2021-03-25 00:33:39 +01:00
stuebinm e3387ed2f5
limesurvey: use mariadb instead of postgres
this should allow us to more easily migrate from our current limesurvey
instance on libocedrus.
2021-03-25 00:33:39 +01:00
stuebinm 1245d08ae1
hainich: init limesurvey
Have I spent entirely too much time on this? Yes!

Featuring:
 - a heavily modified version of the default limesurvey NixOS module
 - limesurvey 4.4 instead of the default limesurvey 3.23
 - lots and lots of weird hacks
 - postgres instead of mysql
 - nginx instead of apache
 - slightly less weird module options (in my opinion)
 - /slightly/ fewer XSS vulnerabilities, I hope (this is still limesurvey)
 - kind of trivial limesurvey updates, unless upstream decides to break
   things again the way they did when jumping from v3 to v4
 - a full copy of limesurvey in /var/lib/limesurvey, since limesurvey v4
   won't run when it can write in its config dir, which is a well-defined
   path if and only if the entire rest of limesurvey is next to it, and
   the `configdir` var is NOT actually set in limesurvey's config file
 - no symlinks. limesurvey sees through these.
2021-03-25 00:33:34 +01:00