Installation
Getting started
First, let's create a small working setup, that exposes the dashboard to traefik.<SITE> where sit...
Adding HTTPS support
For now, traefik only accepts insecure http traffic. To allow secure access over https, we need t...
Automatically redirect HTTP to HTTPS
Up until now, we would need to specify if we want to access the secure or insecure version of the...
Restricting access to services with ipwhitelist
Often it is best to only allow clients from the local network to access some services and restric...
Add custom error pages
We can change the default error pages by adding the errorpages middleware to specific services or...
Complete setup
The following shows a complete setup for traefik with automatic ssl certificates, automatic http ...