Traefik Forward Auth Guide – Simple, Secure Google SSO [2022]
Want to protect your Docker stack with something stronger than basic HTTP authentication? Google OAuth2 SSO with Traefik Forward Auth is strong contender.
Want to protect your Docker stack with something stronger than basic HTTP authentication? Google OAuth2 SSO with Traefik Forward Auth is strong contender.
With increasing docker applications and images, security for docker containers requires more attention than ever before. These Docker Security best practices will help you harden your docker host and applications. Starting with our original Docker media server guide, followed by Traefik v1 reverse proxy tutorial, and the current Docker Home … read more
You may have read my Docker Traefik media server guide. Can you build that on a Synology NAS? Definitely. In this post, I will show you how to build a Synology Docker Media Server with Traefik and Docker Compose. There is a new version of this post: Ultimate Synology NAS … read more
Cloudflare offers free security and performance improvements for your Traefik 2 Docker setup. In this post, let us look at some Cloudflare settings for Traefik Docker setup to get the best out of your server. Our Traefik Docker guide is written around Cloudflare. In that guide, I recommended using a … read more
Tired of all your docker services having their own authentication system? For those that don’t, do you hate Traefik’s basic auth? Then, read on to setup up Google OAuth with Traefik. Enjoy the convenience of secure single-sign-on for your Docker services.
Tired of all your docker services having their own authentication system? For those that don’t, do you hate Traefik’s basic auth? Then, read on to setup up Google OAuth with Traefik. Enjoy the convenience of secure single-sign-on for your Docker services. I was so excited to find that thomseddon’s image, … read more
Docker makes running several apps easy. But how (and why) do you run PiHole in Docker on an Ubuntu system with Traefik reverse proxy in front? There are several benefits to doing this and there is not much information out there on how to accomplish this. Therefore, in this tutorial, … read more