Tag: git

  • Docker – TLS/SSL Reverse Proxy For Docker Notary Server

    Docker – TLS/SSL Reverse Proxy For Docker Notary Server

    Docker Notary Server is necessary for applying proper Docker DCT. But the support for applying your own TLS/SSL Certificate is.. shall we say.. ancient. Sure, you can supply your own certificate, docker-compose build, docker-compose up -d aaaaand.. Docker Notary Server is running with the supplied certificate, generated with LetsEncrypt, valid for.. three months.. Here’s how…

  • RoundCube – Enable Desktop Notifications

    RoundCube – Enable Desktop Notifications

    One feature I really missed, when moving accounts from GMail to self-hosted E-Mail, was the desktop notification feature from the web interface. Luckily, github.com/stremlau/ has solved this for us with a RoundCube Plugin. You will need to have GIT installed on the webserver in order for this tutorial to work. HowTo: Become Root Change directory…