Skip to content

Airoflare/statuscool

Repository files navigation

Statuscool

Easily deploy a status page and start monitoring endpoints in seconds

Origin

Statuscool is a fork of Statusnook but with more visual improvements

Deployment paths

DockerCLI

docker run -d -p 80:80 -v statuscool-data:/app/statuscool-data --restart always ghcr.io/airoflare/statuscool:latest

Docker Compose.yaml

services:
  statuscool:
    image: ghcr.io/airoflare/statuscool:latest
    container_name: statuscool
    volumes:
      - statuscool-data:/app/statuscool-data
    ports:
      - 80:80
      
volumes:
  statuscool-data:
docker compose up

Coolify compose

services:
  statuscool:
    image: ghcr.io/airoflare/statuscool:latest
    volumes:
      - statuscool-data:/app/statuscool-data
    environment:
      - SERVICE_URL_STATUSCOOL_80

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages