All Projects → xhacker → Miracle Board

xhacker / Miracle Board

Licence: mit
Just another simple and elegant status board / dashboard.

Projects that are alternatives of or similar to Miracle Board

Sorry Cypress
An open-source, on-premise, self-hosted alternative to Cypress Dashboard
Stars: ✭ 1,005 (+363.13%)
Mutual labels:  hacktoberfest, dashboard
Laravel Totem
Manage Your Laravel Schedule From A Web Dashboard
Stars: ✭ 1,299 (+498.62%)
Mutual labels:  hacktoberfest, dashboard
Adminlte
Pi-hole Dashboard for stats and more
Stars: ✭ 1,155 (+432.26%)
Mutual labels:  hacktoberfest, dashboard
Chartbrew
Open-source web platform for creating charts out of different data sources (databases and APIs) 📈📊
Stars: ✭ 199 (-8.29%)
Mutual labels:  hacktoberfest, dashboard
Platform
A @laravel based RAD platform for back-office applications, admin/user panels, and dashboards.
Stars: ✭ 2,623 (+1108.76%)
Mutual labels:  hacktoberfest, dashboard
Pi Hole
A black hole for Internet advertisements
Stars: ✭ 34,076 (+15603.23%)
Mutual labels:  hacktoberfest, dashboard
React Dashboard Design
⚡️ Implement of Vercel's Dashboard design in React
Stars: ✭ 83 (-61.75%)
Mutual labels:  hacktoberfest, dashboard
Blueprint
Free, feature-rich, easily customizable Android dashboard for icon packs
Stars: ✭ 389 (+79.26%)
Mutual labels:  hacktoberfest, dashboard
Polaris
Validation of best practices in your Kubernetes clusters
Stars: ✭ 2,397 (+1004.61%)
Mutual labels:  hacktoberfest, dashboard
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Stars: ✭ 45,930 (+21065.9%)
Mutual labels:  hacktoberfest, dashboard
Pa11y Dashboard
Pa11y Dashboard is a web interface which helps you monitor the accessibility of your websites
Stars: ✭ 787 (+262.67%)
Mutual labels:  dashboard, less
Nebula
Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.
Stars: ✭ 190 (-12.44%)
Mutual labels:  hacktoberfest, dashboard
Homebrewery
Create authentic looking D&D homebrews using only markdown
Stars: ✭ 598 (+175.58%)
Mutual labels:  hacktoberfest, less
Cimonitor
Displays CI statuses on a dashboard and triggers fun modules representing the status!
Stars: ✭ 34 (-84.33%)
Mutual labels:  hacktoberfest, dashboard
Frames
Free, feature-rich, easily customizable Android dashboard for wallpapers apps
Stars: ✭ 396 (+82.49%)
Mutual labels:  hacktoberfest, dashboard
React Antd Multi Tabs Admin
ts+react+antd-多页签后台模板(纯净版,非 antd pro!)
Stars: ✭ 73 (-66.36%)
Mutual labels:  dashboard, less
Gitlab Monitor
A web-based monitor dashboard for GitLab CI
Stars: ✭ 343 (+58.06%)
Mutual labels:  hacktoberfest, dashboard
Redash
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Stars: ✭ 20,147 (+9184.33%)
Mutual labels:  hacktoberfest, dashboard
Strapi
🚀 Open source Node.js Headless CMS to easily build customisable APIs
Stars: ✭ 41,786 (+19156.22%)
Mutual labels:  hacktoberfest, dashboard
Dark
(grafana) Dashboards As Resources in Kubernetes
Stars: ✭ 190 (-12.44%)
Mutual labels:  hacktoberfest, dashboard

Miracle Board

Just another damn simple status board, helps you to check if your websites are up.

Configuration

Very simple.

{
  "title": "Xhacker’s Status Board",
  "tasks": [
    {
      "type": "http",
      "id": "xhacker_im",
      "title": "xhacker.im",
      "address": "http://xhacker.im"
    },
    {
      "type": "shell",
      "id": "vps",
      "title": "VPS",
      "command": "ping -c 1 xhacker.im"
    }
  ]
}

By default, we expect http tasks to have status code 200, shell tasks to have return code 0. command field in shell tasks will be executed directly, please use with caution. id is for internal use, must be unique.

Deployment

Run locally

pip install -r requirements.txt
python hello.py

Deploy

Please refer to Flask documentation: https://flask.palletsprojects.com/en/1.1.x/deploying/

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].