In this post, we will see how to resolve Vaultwarden behind traefik Question: For the ‘demonstration’ I’m using that ‘all-in-one’ file with nginx proxy and It is working fine. In my browser I can go to http://127.0.0.1/vaultwarden ans see the ...

In this post, we will see how to resolve 502 for OPTIONS in Traefik 1.7 Question: I’m testing a local Icecast server on Ubuntu, using Traefik 1.7 in Docker containers. When manually going to a page on a subdomain, all ...

In this post, we will see how to resolve Install Traefik in Docker rootless: 404 page not found Question: I have installed Docker rootless on a Debian VM in Proxmox. I tried some Docker containers without any problem, and cleaned ...

Question: I have a simple PHP Laravel docker image, created finally with PHP Apache, listening on port 80 (by default). I have a Docker Traefik installation that works very well, via HTTPS (443 port). Now, if I use the following ...

Question: I have some services defined in my traefik config file like so Services are in docker containers. I want a certain endpoint in serviceB to be only accessible internally. I saw there’s a middleware for IP whitelisting, but what ...

Question: I’m pretty new to docker world and more to Traefik, so maybe I’m asking silly questions. We have a docker-compose file with a lamp stack and many vhost to route them. Yesterday I found traefik, and looks good!, but ...

Question: I am starting a project with cookiecutter-django with docker deployment, for some reason traefik can’t get letsencrypt certificate, this is the error: I also tried let’s encrypt staging endpoint, the error is the same: caServer: https://acme-staging-v02.api.letsencrypt.org/directory I can’t find ...

Question: I’m trying to create an Ingress rule to redirect requests from LoadBalancer to Service. The above yaml script is supposed to redirect all requests from https://LOAD_BALANCER_IP/hostless to node-red on port 1880 If I try to request the above URL, ...

Question: Traefik works great. Setting it up may require some perseverance. In this post you find a number of hints on upgrading to Traefik v2.5 in a Docker Swarm environment. In the question about how to use the $ sign. ...

Question: I want to use Traefik v2.5 as a local reverse proxy to access all docker containers of my local daemon using a domain of pattern http://container_name.localhost in my browser. This is my docker-compose.yml file: Then I started the container ...