A Modern Monitoring Uptime Dashboard
- Real-time uptime monitoring
- Alerts and notifications for downtime
- Historical data and analytics
- Modern & User-friendly interface
To run the Sancaka Dashboard using Docker, follow these steps:
-
Clone the repository:
git clone https://github.com/munirverse/sancaka-dashboard.git cd sancaka-dashboard
-
Copy and Setup .env files:
cp .env-example .env
Notes: edit the value of env keys
-
Build and run the Docker container:
docker-compose build && docker-compose up -d
-
Open your browser and navigate to http://localhost:3000 to view the dashboard.