Nereide [Νηρεΐδες] is here to help you serve all unhandeled (frontend) requests by automatic routing in a mesh setup
Nereids are the 50 daughters of Nereus and Doris in Greek mythology.
They are nymphs of the sea who protect castaways and entertain sailors with games. Just like them this small container fullfills the same purpose.
- respond with 503 to all requests serving HTML, JSON or XML
- i18n support
- Pages in
/pages/landing.{lang}.[html,json,xml]can be overwritten
- Docker
docker run --rm -it -p 8080:8080 timoreymann/nereideI needed a simple fallback page for the mesh serving applications. The intention is to extend the project further so it can serve more purposes, like handling xml/json requests + localization in the future.
I love your input! I want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the configuration
- Submitting a fix
- Proposing new features
- Becoming a maintainer
To get started please read the Contribution Guidelines.
- Build image
- Execute it and check web server
docker build . -t nereide:latest