Skip to content
/ YouUp Public

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

License

Notifications You must be signed in to change notification settings

CUB3D/YouUp

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published