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

https://github.com/cub3d/youup

A simple, self-contained and self hosted status page with history
https://github.com/cub3d/youup

Last synced: 5 months ago
JSON representation

A simple, self-contained and self hosted status page with history

Awesome Lists containing this project

README

          

# You Up?
### A simple, self-contained, self hosted status page with history
![Licence](https://img.shields.io/github/license/CUB3D/YouUp)

### Screenshots
![Screenshot](./doc/demo.png)

### Try it out
Current git master -> [here](https://status.cub3d.pw)

### Running with docker-compose
```yaml
version: '3'
services:
you_up:
container_name: status
build:
context: https://github.com/CUB3D/YouUp.git
ports:
- "8102:8102"
environment:
RUST_LOG: info
DATABASE_URL: ""
HISTORY_SIZE: 30
restart: unless-stopped
```