technology

Using Caddy to replace Traefik and Nginx

In my pevious post I explained how to use Traefik2 to get a site up and running. There is an alternative with much less configuration called Caddy that allows for the same features as Treafik2 with its caddy_docker_proxy plugin.

A SystemD Unit for IPFS

IPFS or Interplanetary File System allows you to distribute Files and thus Websites and Videos over a distributed Net much like the Torrent Network. In order to use it on your machine you have to compile it manually or use a precompiled Version from the website. However the Binarys and the github Repo are lacking a SystemD unit file.