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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

daae304 · Mar 4, 2025
Jul 18, 2024
Jun 9, 2020
Mar 26, 2021
Mar 3, 2025
Jun 9, 2020
Mar 3, 2025
Mar 25, 2021
Jun 8, 2020
Mar 3, 2025
Mar 3, 2025
Mar 4, 2025
Jun 9, 2020
Mar 3, 2025
Jun 8, 2020
Mar 3, 2025
Feb 23, 2025

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.7'
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

See docker-compose.yaml for a more complete example

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