/YouUp

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

Primary LanguageRustGNU Affero General Public License v3.0AGPL-3.0

You Up?

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

Licence

Screenshots

Screenshot

Try it out

Current git master -> here

Running with docker-compose

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: "<TODO>"
     HISTORY_SIZE: 30
   restart: unless-stopped