error-pages

🚧 Pretty server's error pages in the docker image & git repository (for traefik, k8s, nginx and so on)

MIT License

Stars
866
Committers
25

Bot releases are hidden (Show)

error-pages - v2.18.0

Published by tarampampam about 2 years ago

Changed

  • Replaced fonts.googleapis.com by fonts.bunny.net regarding GDPR compliance #131
error-pages - v2.17.0

Published by tarampampam about 2 years ago

Added

  • Error pages now translated into Spanish πŸ‡ͺπŸ‡Έ #124
error-pages - v2.16.0

Published by tarampampam over 2 years ago

Added

  • Error pages now translated in German πŸ‡©πŸ‡ͺ #115
error-pages - v2.15.0

Published by tarampampam over 2 years ago

Added

  • Error pages now translated in Dutch πŸ‡³πŸ‡± #104
error-pages - v2.14.0

Published by tarampampam over 2 years ago

Added

  • Error pages now translated in Portuguese πŸ‡΅πŸ‡Ή #103

Changed

  • Go updated from 1.18.0 up to 1.18.1
error-pages - v2.13.0

Published by tarampampam over 2 years ago

Added

  • Possibility to disable error pages auto-localization (using --disable-l10n flag for the serve & build commands or environment variable DISABLE_L10N) #91

Fixed

  • User UID/GID changed to the numeric values in the dockerfile #92
error-pages - v2.12.1

Published by tarampampam over 2 years ago

Fixed

  • Fix translation πŸ‡«πŸ‡· [#86]
error-pages - v2.12.0

Published by tarampampam over 2 years ago

Changed

  • Error pages now translated in πŸ‡«πŸ‡· #82
error-pages - v2.11.0

Published by tarampampam over 2 years ago

Added

  • Template matrix #81

matrix

Fixed

  • Localization mistakes #81
error-pages - v2.10.1

Published by tarampampam over 2 years ago

Fixed

  • Template shuffle
  • Localization mistakes
error-pages - v2.10.0

Published by tarampampam over 2 years ago

Changed

  • Error pages now translated in πŸ‡ΊπŸ‡¦ and πŸ‡·πŸ‡Ί languages #80
error-pages - v2.9.0: Template "connection" added

Published by tarampampam over 2 years ago

Added

  • Template connection #79

template

error-pages - v2.8.1: Dark mode fixes

Published by tarampampam over 2 years ago

Fixed

  • Dark mode for app-down template

Changed

  • The index page for built error pages now supports a dark theme
error-pages - v2.8.0: New template "app-down" & Go1.18

Published by tarampampam over 2 years ago

Added

  • Template app-down #74

template

Changed

  • Go updated from 1.17.6 up to 1.18.0
error-pages - v2.7.0: New template and headers proxying

Published by tarampampam over 2 years ago

v2.7.0

Changed

  • Logs includes request/response headers now #67

Added

  • Possibility to proxy HTTP headers from the requests to the responses (can be enabled using --proxy-headers flag for the serve command or environment variable PROXY_HTTP_HEADERS, headers list should be comma-separated) #67
  • Template lost-in-space #68

template

Fixed

  • Template l7-light uses the dark colors in the browsers with the preferred dark theme
error-pages - v2.6.0

Published by tarampampam over 2 years ago

Added

  • Possibility to change the template to the random once a day using "special" template name random-daily (or hourly, using random-hourly) #48
error-pages - v2.5.0

Published by tarampampam over 2 years ago

Changed

  • Go updated from 1.17.5 up to 1.17.6

Added

  • Host and X-Forwarded-For Header to error pages #61

Fixed

  • Performance issue, that affects template rendering. Now templates are cached in memory (for 2 seconds), and it has improved performance by more than 200% #60
error-pages - v2.4.0

Published by tarampampam over 2 years ago

Changed

  • It is now possible to use golang-tags of templates in error page templates and formatted (json, xml) responses #49
  • Health-check route become /healthz (instead /health/live, previous route marked as deprecated) #49

Added

  • The templates contain details block now (can be enabled using --show-details flag for the serve command or environment variable SHOW_DETAILS=true) #49
  • Formatted response templates (json, xml) - the server responds with a formatted response depending on the Content-Type (and X-Format) request header value #49
  • HTTP header X-Robots-Tag: noindex for the error pages #49
  • Possibility to pass the needed error page code using X-Code HTTP header #49
  • Possibility to integrate with ingress-nginx #49
  • Metrics HTTP endpoint /metrics in prometheus format #54

Fixed

  • Potential race condition (in the pick.StringsSlice struct) #49
error-pages - v2.3.0

Published by tarampampam almost 3 years ago

Added

  • Flag --default-http-code for the serve subcommand (404 is used by default instead of 200, environment name DEFAULT_HTTP_CODE) #41

Changed

  • Go updated from 1.17.1 up to 1.17.5
error-pages - v2.2.0: Template `cats` added

Published by tarampampam about 3 years ago

Added

  • Template cats #31 (thx to @K4CZP3R)

template