Quickly deploy a self-hosted status page to keep your users informed about your service's health. This open-source tool allows you to monitor your endpoints and communicate incidents or scheduled maintenance in just a few minutes.
Create highly customizable monitors for your endpoints with options for HTTP methods, request headers, and body content. You can set up high-frequency checks to catch issues as they happen. When an incident occurs, you can publicly broadcast status alerts while privately receiving detailed monitor alerts.
Key features include:
services:
statusnook:
image: goksan/statusnook:latest
container_name: statusnook
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./data:/app/data
environment:
- NODE_ENV=production
- ADMIN_USERNAME=${ADMIN_USERNAME}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
- SECRET_KEY=${SECRET_KEY}ADMIN_USERNAME=admin
ADMIN_PASSWORD=super_secret_password
SECRET_KEY=your_super_secret_key_hereAuto-fetched about 22 hours ago
Auto-fetched about 22 hours ago