Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicholasdille/traefik-maintenance
Improved maintenance of services using traefik
https://github.com/nicholasdille/traefik-maintenance
compose-spec container docker docker-compose traefik
Last synced: 14 days ago
JSON representation
Improved maintenance of services using traefik
- Host: GitHub
- URL: https://github.com/nicholasdille/traefik-maintenance
- Owner: nicholasdille
- License: mit
- Created: 2021-02-22T06:56:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T14:50:49.000Z (over 2 years ago)
- Last Synced: 2024-12-30T11:45:29.406Z (about 2 months ago)
- Topics: compose-spec, container, docker, docker-compose, traefik
- Language: HTML
- Homepage: https://dille.name/blog/tags/#traefik
- Size: 32.2 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# traefik-maintenance
This repository demonstrated how to improve running services behind traefik:
1. A catch-all service to replace the default 404 page
2. Display custom error pages for server errors
3. Show a service only when a cookie is set
4. Show a message of the day before access to the service is grantedI have published two posts explaining the contents of this directory:
- [Using #traefik error pages to handle unavailable services](https://dille.name/blog/2021/03/14/using-traefik-error-pages-to-handle-unavailable-services/)
- [Using #traefik to display maintenance information](https://dille.name/blog/2021/03/14/using-traefik-to-display-maintenance-information/)All compose files have been written according to the [compose spec](https://github.com/compose-spec/compose-spec/blob/master/spec.md) and have been tested with [compose-cli](https://github.com/docker/compose-cli). Files have not been renamed to `compose.yaml` for compatability with `docker-compose`.