Commit graph

55 commits

Author SHA1 Message Date
Daniel Winzen
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
Daniel Winzen
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
Daniel Winzen
779c7bdaea
Mentioned https://deb.sury.org/ debian php packaging 2017-12-07 18:05:24 +01:00
Daniel Winzen
a9fd1b658c
Use X-Accel-Redirect in log.php output 2017-12-03 12:48:37 +01:00
Daniel Winzen
99ccbdccfe
Updated tutorial for Ubuntu 16.04 LTS compatibility 2017-11-05 10:43:44 +01:00
Daniel Winzen
e8dd2b864e
Sort disable_functions and added a few system info revealing posix_* functions 2017-09-03 18:25:13 +02:00
Daniel Winzen
20754f052f
Update frontpage and FAQ texts 2017-09-03 14:15:55 +02:00
Daniel Winzen
6384f4929a
Added text editor to FileManager 2017-09-03 11:09:07 +02:00
Daniel Winzen
8801d3ae0c
Increase PHP memory limit to 256M 2017-09-02 08:49:36 +02:00
Daniel Winzen
e34ad9efd7
Allow browser caching of common ressources (js, css img, vid and audio) 2017-08-26 14:49:03 +02:00
Daniel Winzen
6c6b6a689d
Protect from zip-bombs 2017-08-07 21:15:13 +02:00
Daniel Winzen
06dce903dc
cleanup tmp file 2017-08-07 21:05:58 +02:00
Daniel Winzen
5244f89340
Make file upload multiupload 2017-08-06 17:10:19 +02:00
Daniel Winzen
f549f6ddfb
Added web based FileManager 2017-08-06 15:35:47 +02:00
Daniel Winzen
2a95dfc748
Show hidden files in FTP 2017-08-06 13:19:51 +02:00
Daniel Winzen
2cda288913
Increase upload limits 2017-08-06 10:57:56 +02:00
Daniel Winzen
df22041c09
Added anonymail.tech rewrite rule 2017-08-03 17:47:27 +02:00
Daniel Winzen
c85e5a9100
Added vfemail.net rewrite rule 2017-08-01 20:34:37 +02:00
Daniel Winzen
d33b216a4f
Added secmail.pro rewrite rule 2017-08-01 20:20:07 +02:00
Daniel Winzen
5c75d1b8b7 Added elude mail rewrite rule 2017-08-01 20:05:11 +02:00
Daniel Winzen
8ff1ad5606
Log full request line 2017-07-25 10:20:30 +02:00
Daniel Winzen
f162720cb6
Make log format compatible to combined format for analysis with tools 2017-07-23 14:27:38 +02:00
Daniel Winzen
10542504e2
Add more to FAQ 2017-07-23 13:26:08 +02:00
Daniel Winzen
94e17365be
Added sysctl settings 2017-07-23 09:31:31 +02:00
Daniel Winzen
a328bbde2d
Added another torbox phishing clone 2017-07-11 22:21:43 +02:00
Daniel Winzen
9fda236ad8
Add FAQ 2017-07-11 17:43:34 +02:00
Daniel Winzen
8c1ccf4af5
Use less echo 2017-07-11 17:18:35 +02:00
Daniel Winzen
68879a34a5
Enable saslauthd 2017-06-25 17:49:14 +02:00
Daniel Winzen
2d1be203aa
Setup squirrelmail data store 2017-06-25 16:07:36 +02:00
Daniel Winzen
f8ef29ea2d
Easily switch between clearnet and non-clearnet postfix config 2017-06-24 14:46:30 +02:00
Daniel Winzen
94ef1125e2
Remove deprecated option 2017-06-24 13:17:57 +02:00
Daniel Winzen
94f0ae9cc6
Fix captcha on login page 2017-06-17 14:37:01 +02:00
Daniel Winzen
daecda2500
Add instructions to create missing directories in skel directory 2017-05-29 13:15:16 +02:00
Daniel Winzen
b7cefd1f5e
Fix error in older MariaDB/MySQL versions 2017-05-20 20:42:03 +02:00
Daniel Winzen
4905e9bf2d
Add missing default php fpm service 2017-05-20 20:14:51 +02:00
Daniel Winzen
eb2a96fbdc
Fix postfix setup instructions 2017-05-20 18:39:10 +02:00
Daniel Winzen
75223792ea
Add postifx mapping files to database instructions 2017-05-20 18:17:24 +02:00
Daniel Winzen
65565b08f1
Remove non-required logrotate configurations 2017-05-20 17:55:26 +02:00
Daniel Winzen
74d340aabf
Only reload services that are affected by changes 2017-05-19 20:35:13 +02:00
Daniel Winzen
cfc5e1e9b6
Add section for creating database user 2017-05-19 18:28:57 +02:00
Daniel Winzen
8b93cd6dc7
Prevent installation of unessessary packages 2017-05-19 18:15:38 +02:00
Daniel Winzen
63feb340f1
chdir is not required 2017-05-18 19:24:07 +02:00
Daniel Winzen
a568f49fce
Add torification of apt 2017-05-18 18:37:22 +02:00
Daniel Winzen
8386325958
Add instructions for apt-get command to install packages 2017-05-18 18:26:37 +02:00
Daniel Winzen
dbcdde957b
Make md5sums of index files to be considdered for deletion configurable 2017-05-13 18:21:10 +02:00
Daniel Winzen
bee350cb4b
Make notification email configurable 2017-05-13 18:11:02 +02:00
Daniel Winzen
c7d104a0da
Added another tor2web phishing clone 2017-05-10 18:56:40 +02:00
Daniel Winzen
88f6fa2e88
Log tor to default syslog 2017-05-10 18:55:02 +02:00
Daniel Winzen
3c8b8b8b56
Fix mail bouncing when rejected by clearnet relay 2017-05-09 21:14:50 +02:00
Daniel Winzen
fa363efaec
Bugfixes 2017-05-06 18:29:19 +02:00