CUB3D / YouUp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU Affero General Public License v3.0


Languages

Language:Rust 73.4%Language:HTML 26.4%Language:Dockerfile 0.2%