0.5 ready for master

This commit is contained in:
Ross Mountjoy 2020-03-28 09:17:14 -04:00
parent ad0b5e34f2
commit 580c884174
6 changed files with 5 additions and 7 deletions

View File

@ -10,6 +10,8 @@ Please read the latest update post: https://redd.it/flubzn
![screenshot](https://raw.githubusercontent.com/rmountjoy92/DashMachine/master/screenshot3.png) ![screenshot](https://raw.githubusercontent.com/rmountjoy92/DashMachine/master/screenshot3.png)
![screenshot](https://raw.githubusercontent.com/rmountjoy92/DashMachine/master/screenshot4.png)
### Features ### Features
* creates a dashboard to view web pages * creates a dashboard to view web pages
* uses a single .ini file for configuration * uses a single .ini file for configuration
@ -21,6 +23,7 @@ Please read the latest update post: https://redd.it/flubzn
* user login system * user login system
* 'app templates' which are sample config entries for popular self hosted apps * 'app templates' which are sample config entries for popular self hosted apps
* powerful plugin system for adding data from various sources to display on cards * powerful plugin system for adding data from various sources to display on cards
* multiple card types including collections and custom cards
* multiple users, access groups, access settings * multiple users, access groups, access settings
* tagging system * tagging system
@ -58,16 +61,12 @@ Then open a web browser and go to localhost:5000
## Default user/password ## Default user/password
``` ```
User: admin User: admin
Password: adminadmin Password: admin
``` ```
## Updating ## Updating
For python, use git. For docker, just pull the latest image and recreate the container. For python, use git. For docker, just pull the latest image and recreate the container.
**Note:** if you update DashMachine and it fails to start, it's possible something is messed up
with your database file. Backup your files in the user_data folder, delete the contents and
restart DashMachine. This will reset your user table, so log in with the default user/pass.
## Configuration ## 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'. 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'.
@ -102,7 +101,6 @@ Bountysource faq: https://github.com/bountysource/core/wiki/Frequently-Asked-Que
* Jinja2 * Jinja2
* Materialize css * Materialize css
* JavaScript/jQuery/jQueryUI * JavaScript/jQuery/jQueryUI
* Requests (python)
## FAQs ## FAQs
1. application does not work in iframe 1. application does not work in iframe

View File

@ -97,7 +97,7 @@
<h4>Cards</h4> <h4>Cards</h4>
<h5>Card Templates</h5> <h5>Card Templates</h5>
<span>Search for preconfigured cards included with DashMachine.</span> <span>Search for preconfigured cards included with DashMachine.</span>
<div class="row card-filter-container"> <div class="row card-filter-container" style="position: relative;">
<div class="col s12 input-field"> <div class="col s12 input-field">
<span> <span>
<i class="material-icons prefix card-search-icon">search</i> <i class="material-icons prefix card-search-icon">search</i>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

After

Width:  |  Height:  |  Size: 942 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 206 KiB

BIN
screenshot4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB