DashMachine alternatives and similar software solutions
Based on the "Personal Dashboards" category.
Alternatively, view DashMachine alternatives based on common mentions on social networks and blogs.
-
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. -
Thingsboard
Open-source IoT Platform - Device management, data collection, processing and visualization. -
Dashing
Sinatra based, open sourced dashboard builder from Shopify. -
Habitica
A habit tracker app which treats your goals like a Role Playing Game. -
Dashy
š A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more! -
ActivityWatch
The best free and open-source automated time tracker. Cross-platform, extensible, privacy-focused. -
Freeboard
A damn-sexy, open source real-time dashboard builder for IOT and other web mashups. A free open-source alternative to Geckoboard. -
wger
Self hosted FLOSS fitness/workout, nutrition and weight tracker written with Django -
Personal management system
Your web application for managing personal data. <[email protected]> -
Baby Buddy
A :baby: buddy to help caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby's needs without (as much) guess work. -
Thingspeak
ThingSpeak is an open source āInternet of Thingsā application and API to store and retrieve data from things using HTTP over the Internet or via a Local Area Network. With ThingSpeak, you can create sensor logging applications, location tracking applications, and a social network of things with status updates. -
Phant
Phant is a modular data logging tool for collecting data from the Internet of Things. -
simple-dash
A simple, fully responsive Dashboard to forward to the services of your choice! -
Homepage
A simple, standalone, self-hosted PHP page that is your window to your server and the web. -
iDashboard-PHP
HTPC Dashboard to load website services, written in PHP
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of DashMachine or a related project?
README
DashMachine
Another web application bookmark dashboard, with fun features.
Want a feature added now? Open a bounty
Screenshots
Installation
Docker
docker create \
--name=dashmachine \
-p 5000:5000 \
-v path/to/data:/dashmachine/dashmachine/user_data \
--restart unless-stopped \
rmountjoy/dashmachine:latest
To run in a subfolder, use a CONTEXT_PATH environment variable. For example, to run at localhost:5000/dash:
docker create \
--name=dashmachine \
-p 5000:5000 \
-e CONTEXT_PATH=/dash
-v path/to/data:/dashmachine/dashmachine/user_data \
--restart unless-stopped \
rmountjoy/dashmachine:latest
Synology
Check out this awesome guide: https://nashosted.com/manage-your-self-hosted-applications-using-dashmachine/
Python
Instructions are for linux.
virtualenv --python=python3 DashMachineEnv
cd DashMachineEnv && source bin/activate
git clone https://github.com/rmountjoy92/DashMachine.git
cd DashMachine && pip install -r requirements.txt
python3 run.py
Then open a web browser and go to localhost:5000
Default user/password
User: admin
Password: admin
Updating
For python, use git. For docker, just pull the latest image and recreate the container.
Configuration
The user data folder is located at DashMachine/dashmachine/user_data. This is where the config.ini, custom backgrounds/icons, and the database file live. A reference for what can go into the config.ini file can be found on the settings page of the dashmachine by clicking the info icon next to 'Config'.
Note
If you change the config.ini file, you either have to restart the container (or python script) or click the 'save' button in the config section of settings for the config to be applied. Pictures added to the backgrounds/icons folders are available immediately.
Want to contribute?
Please use the pull request template at: https://github.com/rmountjoy92/DashMachine/blob/master/pull_request_template.md
See this link for how to create a pull request: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request
Tech used
- Flask (Python 3)
- SQLalchemy w/ SQLite database
- HTML5/Jinja2
- Materialize css
- JavaScript/jQuery/jQueryUI
- .ini (for configuration)
FAQs
- application does not work in iframe see https://github.com/rmountjoy92/DashMachine/issues/6
*Note that all licence references and agreements mentioned in the DashMachine README section above
are relevant to that project's source code only.