Skip to content

Releases: zypr/perfectrootserver

Perfect Rootserver v0.4.1

30 Apr 19:52
Compare
Choose a tag to compare
  • Updated to latest nginx version
  • Fixed compiling errors with bash and nginx
  • Removed uneeded features
  • Better apt-pinning
    • By default, apt will install from the stable/security repo. To use a different version, just write apt-get install packages-nameunstable, e.g.: apt-get install openssl/unstable
    • To check which versions are available, just write apt-cache showpkg packages-name
    • To check the pinnage priority, just write apt-cache policy packages-name

Perfect Rootserver v0.4.0

31 Mar 13:12
Compare
Choose a tag to compare

Minor Fixes and Compatibility Improvement

Perfect Rootserver v0.3.9

08 Dec 14:36
Compare
Choose a tag to compare
  • Removed HPKP / Please set up yourself!

Perfect Rootserver v0.3.8

06 Dec 19:28
Compare
Choose a tag to compare
  • Blacklist cronjob fixed

Perfect Rootserver v0.3.6

06 Dec 14:04
Compare
Choose a tag to compare
  • Updated to latest mailcow version. Many hugs to Andrè -> http://mailcow.email/
  • Updated to Nginx 1.9.7 and OpenSSL 1.0.2e (not a big deal :trollface:)
  • Pagespeed reactivated and disabled it only for phpMyAdmin. Added memcache and optimized Pagespeed in general.
  • Fixed autoconfigure/autocomplete with Thunderbird.
  • Fixed password generation to comply with the general password policy (The script has sometimes created a password without at least one digit)
  • More ciphers for backward compatibilit
  • More security (HPKP, block bad user agents/referer)

From now on the script supports Let's Encrypt, so that valid SSL certificates can be provided. Please read the Beta Program Announcements to understand the rate limiting. For more information about Let's Encrypt, checkout the client documentation

Perfect Rootserver v0.3.5

07 Nov 16:35
Compare
Choose a tag to compare
  • pagespeed is disabled due to compatibility issues

Perfect Rootserver v0.3.4

05 Nov 22:55
Compare
Choose a tag to compare
  • Update to Nginx 1.9.6 and PageSpeed 1.9.32.10

Perfect Rootserver v0.3.3

26 Oct 01:07
Compare
Choose a tag to compare
  • missing variables added
  • fixed autodiscover link in credentials
  • seperate check for rDNS added

Perfect Rootserver v0.3.2

25 Oct 03:47
Compare
Choose a tag to compare
  • Firewall update script fixed (quotation mark was missing...)
  • SSH-tunneling fixed (AllowTcpForwarding -> yes)
  • Increase cache performance by using IgBinary
  • Digest auth module removed (bad performance and less secure than
    basic auth with TLS)
  • More security for Nginx (CDP)
  • More security for phpMyAdmin (restrict login to localhost)

Perfect Rootserver v0.3.1

20 Oct 00:46
Compare
Choose a tag to compare
  • Optimized sed syntax
  • Fixed the firewall update script.