Software Alternatives & Reviews

Caddy Docker Proxy, Like Traefik But Better?

Miniflux Traefik
  1. Miniflux is a minimalist web-based RSS reader. It's very easy to use.
    Pricing:
    • Open Source
    The only gotcha here is to make sure to use the port that the service is running on in the container, not the port you expose to the host. So in this case, Miniflux is running on port 8080 in the container but is exposed to the host machine on port 8014 (for internal testing purposes), so I tell caddy to point to the container's IP on port 8080. {{upstreams}} is a helper provided by caddy-docker-proxy to get the container's IP within the caddy Docker network.

    #RSS Reader #RSS #News & Books 46 social mentions

  2. Load Balancer / Reverse Proxy
    Pricing:
    • Open Source
    When I first got serious about self-hosting and spun up a bunch of services, I quickly realized that I needed a reverse proxy (it took me some Ducking to realize what a reverse proxy was) so that I could host multiple services without needing to use weird ports. And at that time I chose Caddy v1 because it had a simple configuration spec and automatic HTTPS. As I was migrating to hosting everything in Docker, I kept seeing Traefik recommended but didn't like that it seemed more complicated than Caddy to me. I did, however, like that Traefik allows for defining rules in Docker Compose right alongside the rest of your configuration, so I began to search around for alternatives.

    #Web Servers #Web And Application Servers #Load Balancer / Reverse Proxy 34 social mentions

Discuss: Caddy Docker Proxy, Like Traefik But Better?

Log in or Post with