Commit Graph

8 Commits

Author SHA1 Message Date
81c2364b7b Better load distribution on multiple relays 2018-09-23 20:09:04 +02:00
acc8782043 Add privacy policy checkbox (required by GDPR) 2018-09-10 19:30:12 +02:00
6b0759be73 Added admin panel + optional manual approval for new sites 2018-02-25 21:25:05 +01:00
fa24bb61ec Added PHP 7.2 support + minor bugfixes and performance tweaks
Note when applying this update you will have to update existing nginx vhosts to match new listening addresses (IPv6). Preferably you should update them to unix socket though and apply the changes to the tor hidden service config as well
2018-02-10 22:10:07 +01:00
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