Commit Graph

4 Commits

Author SHA1 Message Date
c65055a9bb Set mysql host to % instead of localhost to allow connections to 127.0.0.1
Note, for updating an existing database, you should run the following:
UPDATE mysql.user SET host='%'; FLUSH PRIVILEGES;
2017-12-21 20:26:24 +01:00
9fda236ad8 Add FAQ 2017-07-11 17:43:34 +02:00
bee350cb4b Make notification email configurable 2017-05-13 18:11:02 +02:00
e0b35fb943 Initial commit 2017-04-30 19:32:42 +02:00