https://github.com/timo-reymann/nereide
Nereide [Νηρεΐδες] is here to help you serve all unhandeled (frontend) requests by automatic routing in a mesh setup
https://github.com/timo-reymann/nereide
docker html json nginx service-mesh traefik xml
Last synced: 3 months ago
JSON representation
Nereide [Νηρεΐδες] is here to help you serve all unhandeled (frontend) requests by automatic routing in a mesh setup
- Host: GitHub
- URL: https://github.com/timo-reymann/nereide
- Owner: timo-reymann
- License: mit
- Created: 2023-10-03T11:12:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-28T23:15:52.000Z (3 months ago)
- Last Synced: 2026-03-29T01:43:54.215Z (3 months ago)
- Topics: docker, html, json, nginx, service-mesh, traefik, xml
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/timoreymann/nereide
- Size: 305 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
README
nereide
===
[](https://github.com/timo-reymann/nereide/blob/main/LICENSE)
[](https://github.com/timo-reymann/nereide/actions/workflows/main.yml)
[](https://github.com/timo-reymann/nereide/releases)
[](https://hub.docker.com/r/timoreymann/nereide)
[](https://renovatebot.com)
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.
## Features
- respond with 503 to all requests serving HTML, JSON or XML
- i18n support
- Pages in `/pages/landing.{lang}.[html,json,xml]` can be overwritten
## Requirements
- Docker
## Usage
```sh
docker run --rm -it -p 8080:8080 timoreymann/nereide
```
## Motivation
I 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.
## Contributing
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](./CONTRIBUTING.md).
## Development
### Requirements
- [Docker](https://docs.docker.com/get-docker/)
### Test
1. Build image
2. Execute it and check web server
### Build
```sh
docker build . -t nereide:latest
```