|
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 |
|
|
e8dd2b864e
|
Sort disable_functions and added a few system info revealing posix_* functions
|
2017-09-03 18:25:13 +02:00 |
|
|
8801d3ae0c
|
Increase PHP memory limit to 256M
|
2017-09-02 08:49:36 +02:00 |
|
|
daecda2500
|
Add instructions to create missing directories in skel directory
|
2017-05-29 13:15:16 +02:00 |
|
|
b7cefd1f5e
|
Fix error in older MariaDB/MySQL versions
|
2017-05-20 20:42:03 +02:00 |
|
|
74d340aabf
|
Only reload services that are affected by changes
|
2017-05-19 20:35:13 +02:00 |
|
|
63feb340f1
|
chdir is not required
|
2017-05-18 19:24:07 +02:00 |
|
|
f164927471
|
Add anything@your.onion aliases (for sending and receiving)
|
2017-05-01 17:42:58 +02:00 |
|
|
c1f53feb94
|
Use onion as name in email From header and add some missing docs
|
2017-05-01 09:18:43 +02:00 |
|
|
e0b35fb943
|
Initial commit
|
2017-04-30 19:32:42 +02:00 |
|