Tag: Docker

  • NextCloud with two reverse proxies

    I’ve recently started running NextCloud on my home LAN. To make it easier to manage, I decided to go with the AIO route, so I can leverage Docker on a Raspberry Pi device running Ubuntu Server. Because I don’t have a static public IP address at home, I decided to go with a Cloudflare ZeroTrust…

  • Distilling Traefik lessons learned

    Traefik is, put very simply, a reverse proxy that exposes services (such as web sites) on internal infrastructure to an external world (be that the Internet or a LAN). The most commonly used setup for Traefik is to run it as a Docker container to proxy requests from outside to other containers and services on…