Skip to content
 
 

Repository files navigation

Docker Automated build

Custom error pages for Traefik

A bunch of custom error pages for Traefik built with Jekyll.

Installation

$ bundle install

Development

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/

Docker

Build

docker build -t jackjoe/traefik-custom-error-pages .

Run

docker run --rm -p 8080:80 jackjoe/traefik-custom-error-pages

Production

How to use with Traefik and Docker

Labels 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-pages

Credits

We used the Laravel default HTTP error pages. Everything was set originally by guillaumebriday.

Contributing

Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.

License

This project is released under the MIT license.

About

Bunch of custom error pages for Traefik built with Jekyll

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages