A bunch of custom error pages for Traefik built with Jekyll.
This is a fork of guillaumebriday's project with my own template and backgrounds.
This also comes with a docker-compose file.
$ bundle install
The current folder will be generated into ./_site :
$ jekyll build
Build the site on the preview server :
$ jekyll serve
$ open http://127.0.0.1:4000/
Labels are already defined in the image to work with Traefik.
To use it in production use the included compose file:
$ docker-compose up --build -d
Credit to guillaumebriday for his code.
Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.
This project is released under the MIT license.