NextCloud Series – Part 2: NextCloud Talk & TURN/STUN Server
So we have successfully managed to deploy our NextCloud instance on top of Docker Swarm. So, what to do next? NextCloud Talk! Similar to Jitsi that I have covered many…
...of musings and ramblings
So we have successfully managed to deploy our NextCloud instance on top of Docker Swarm. So, what to do next? NextCloud Talk! Similar to Jitsi that I have covered many…
It’s weird living in Indonesia right now. Anyway, due to the Covid-19 outbreak, businesses are relying more and more to collaborative suites, such as slack, Microsoft Team and Office 365,…
You’ll need: Private Key, created when we generate the Certificate Signing Request (CSR) file, we’ll name it private.key Your CA signed SSL certificate, in X.509 format, named yourssl.crt Intermediate Certificate…
Certainly the kind of deployment explained on my previous article does not suit certain type of deployment. While Let’s Encrypt makes it easier for anybody who own a domain to…
If your docker swarm deployment uses images from publicly accessible image registries such as docker hub, you will not need this. But, what if your cluster uses customized build? You…
In the event that you find yourself in an absurd and odd situation that you need to mount a NFS share between 2 servers connected only through internet connection, you…
Update September 22nd 2019: It seems that traefik has recently updated their docker registry, in such that when you do pull request will get you traefik version 2.0 by default…
Update September 22nd 2019: It seems that traefik has recently updated their docker registry, in such that when you do pull request will get you traefik version 2.0 by default…
Update September 22nd 2019: It seems that traefik has recently updated their docker registry, in such that when you do pull request will get you traefik version 2.0 by default…
Prerequisite If you have internet facing VMs, particularly 2 of them, as a manager and a worker, and your own domain, that would be great. You can also do this…