A bunch of custom error pages for Traefik built with Jekyll.
$ bundle installThe current folder will be generated into ./_site :
$ jekyll buildBuild the site on the preview server :
$ jekyll serve
$ open http://127.0.0.1:4000/Build
docker build -t jackjoe/traefik-custom-error-pages .Run
docker run --rm -p 8080:80 jackjoe/traefik-custom-error-pagesLabels are already define in the image to work with Traefik.
To use it in production just run the container :
$ docker run -d --restart always jackjoe/traefik-custom-error-pagesWe used the Laravel default HTTP error pages. Everything was set originally by guillaumebriday.
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.