As original project is deprecated and not maintenable (I wanted to build it and Ruby dependancies throw an error), I decided to carry the project with Hugo :)
docker run -d -p 8000:80 tchoupinax/traefik-custom-error-pages
You have to install hugo on your environment.
For development and watching changes
hugo serve -w
For building
hugo
The complete documentation
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: errorpage
spec:
errors:
status:
- 400-600
query: /{status}/
service:
name: traefik-custom-error-pages
port: 80
- Hugo - The world’s fastest framework for building websites
This project is forked from this project.
This project is released under the MIT license.