An open API service indexing awesome lists of open source software.

https://github.com/firstandthird/maintenance

a really tiny server that returns a 503 with a custom message. Best run in a docker container.
https://github.com/firstandthird/maintenance

Last synced: 4 months ago
JSON representation

a really tiny server that returns a 503 with a custom message. Best run in a docker container.

Awesome Lists containing this project

README

        

# maintenance
a really tiny server that returns a 503 with a custom message. Best run in a docker container.

## Usage

```
docker run -d -e PORT=80 -p 80:80 -e MESSAGE="Some custom message" firstandthird/maintenance
```