296 Commits

Author SHA1 Message Date
Thlb
3b93d48cb2 Add phpMyAdmin app template 2020-04-04 02:00:27 +02:00
Thlb
34a7bb5c54 Add Phoscon app template 2020-04-04 02:00:15 +02:00
Thlb
8c33637c74 Add OpenEats app template 2020-04-04 02:00:06 +02:00
Thlb
14fb530706 Add Jenkins app template 2020-04-04 01:59:57 +02:00
Thlb
46ce111707 Add Jeedom app template 2020-04-04 01:59:48 +02:00
Thlb
f018088f90 Add Kodi app template 2020-04-04 01:59:39 +02:00
Thlb
73d4d23d1c Add iLO app template 2020-04-04 01:59:29 +02:00
Thlb
f8f933ec9b Add Homebridge app template 2020-04-04 01:59:13 +02:00
Thlb
e0438987de Add Healthchecks app template 2020-04-04 01:59:00 +02:00
Thlb
63a246c685 Add Gogs app template 2020-04-04 01:58:26 +02:00
sportivaman
859f57f505
Merge pull request #93 from Aerion/fix-invalid-space-chars
disable interpolation for config reader
2020-04-02 19:58:28 -04:00
sportivaman
6543ac64ee
Merge pull request #92 from Aerion/develop
improve quality of some apps images
2020-04-02 19:58:08 -04:00
Guillaume Taquet Gasperini
e9dac3c31a disable interpolation for config reader
This caused strings whith the '%' character in it to be interpreted by
Python's ConfigParser. This behavior is not needed for DashMachine,
the goal is to read exactly what the user types.

Setting interpolation to None fixes this.

See: https://docs.python.org/3/library/configparser.html?highlight=configparser#interpolation-of-values
2020-04-02 18:57:47 +02:00
Guillaume Taquet Gasperini
1346a403fe improve quality of some apps images
Used imagemagick's convert to generate 64x64 thumbnails with better
quality than the ones existing. See Ombi / Sonarr for instance.
2020-04-02 16:05:18 +02:00
sportivaman
7d98bc437b
Merge pull request #91 from Aerion/develop
fix rest platform headers not working
2020-04-02 08:06:41 -04:00
Guillaume Taquet Gasperini
28614a0504 fix rest platform headers not working
headers were of type str, but requests.get expects a dict.
This deserializes the headers argument from str to dict (via json).
2020-04-02 13:17:17 +02:00
sportivaman
9a64ddfc72
Merge pull request #81 from rmountjoy92/develop
0.5 revision 3
2020-03-30 17:52:07 -04:00
Ross Mountjoy
170daf1b81 - reverted experiment that was supposed to never be saved, but broke iframes. 2020-03-30 17:45:39 -04:00
Ross Mountjoy
15395d0f8d -fixed issue I've been dealing with concerning untagged apps
- they now show up as 'untagged'
- centered dropdown icon on tag headers
- added example for custom cards
- highlighted that HTML can now be used in the description field for apps.
- added sidebar_icon for all template apps, because if it's blank now, it doesnt show up on the sidebar.
2020-03-30 17:36:40 -04:00
sportivaman
80f2841078
Merge pull request #78 from rmountjoy92/develop
update readme_cards.md
2020-03-29 09:01:21 -04:00
Ross Mountjoy
ea5aa4f04c Merge remote-tracking branch 'origin/develop' into develop 2020-03-29 09:00:30 -04:00
Ross Mountjoy
7a5f606b3a updated readme_cards.md 2020-03-29 09:00:23 -04:00
sportivaman
734573210e
Merge pull request #77 from rmountjoy92/develop
v0.5 revision 2
2020-03-29 08:43:04 -04:00
sportivaman
066661044c
Merge pull request #76 from auanasgheps/patch-2
Fix for Glances
2020-03-29 08:41:35 -04:00
Ross Mountjoy
48b9ba5296 v0.5 revision 2
- fixed issue with collections not working without tags (fixes #75)
- centered card title (fixes #74)
- added buttons to /unauthorized to guide user to /login or back
2020-03-29 08:41:12 -04:00
Oliver Cervera
70a8e6e817
Rename Glances to Glances.ini
Sorry! I missed the file extension for this template
2020-03-29 14:33:09 +02:00
sportivaman
a65e5ef824
Merge pull request #73 from rmountjoy92/develop
reduced size of tags
2020-03-28 18:08:05 -04:00
Ross Mountjoy
97b3c656ab reduced size of tags 2020-03-28 18:07:22 -04:00
sportivaman
5507ed075a
Merge pull request #72 from rmountjoy92/master
merge master into develop
2020-03-28 18:03:16 -04:00
sportivaman
6a562584b8
Update README.md 2020-03-28 17:41:10 -04:00
sportivaman
6926b91896
Merge pull request #67 from rmountjoy92/develop
fixed error with python version using the wrong path for the user data folder
2020-03-28 14:22:42 -04:00
Ross Mountjoy
b2c2a6135d fixed error with python version using the wrong path for the user data folder. 2020-03-28 14:21:29 -04:00
sportivaman
b24a446b54
Merge pull request #66 from rmountjoy92/develop
fixed jinja2.exceptions.UndefinedError: 'GridViewApp' is undefined error
2020-03-28 14:07:58 -04:00
Ross Mountjoy
d6d3f7aebc fixed jinja2.exceptions.UndefinedError: 'GridViewApp' is undefined error 2020-03-28 14:07:19 -04:00
sportivaman
ec082dae46
Merge pull request #63 from rmountjoy92/develop
**Changelog**
- ui fixes
- users are now managed through config.ini
- no more alembic, completely dynamic database, created on startup
- users can now override global settings
- added update message
- performance fixes
- added setting for hiding sidebar by default
- broke up config readme into 3 tabs, and 3 .md files
- changed 'app templates' to 'card templates'
- added 'collection' cards
- added 'custom' cards
- added options for setting tag icons and sort position
- removed list view to focus on different card types on /home
- added ability to collapse/expand tags on /home
- added setting for having tags default to collapsed state
- created a public user view with no sidebar
- added sidebar default overrides for users
- fixes #57, #55, #45, #41, #40
2020-03-28 09:20:02 -04:00
Ross Mountjoy
580c884174 0.5 ready for master 2020-03-28 09:17:14 -04:00
Ross Mountjoy
ad0b5e34f2 fix the error on docker hub autobuild 2020-03-28 08:51:03 -04:00
Ross Mountjoy
a8a8e3cefc fix the error on docker hub autobuild 2020-03-28 08:46:42 -04:00
Ross Mountjoy
32e94581af updated update_message.md, starting testing for merging 0.5 into master. 2020-03-28 08:29:30 -04:00
sportivaman
9f0c90128c
Merge pull request #61 from auanasgheps/patch-1
New Template App - Glances
2020-03-27 11:04:25 -04:00
Ross Mountjoy
fd3bdf483a Merge remote-tracking branch 'origin/develop' into develop 2020-03-27 08:58:25 -04:00
Ross Mountjoy
ff6b2372b3 - reduced the size of app cards, moving description to a pop-open
- broke up config readme into 3 tabs, and 3 .md files
- changed 'app templates' to 'card templates'
- added 'collection' cards
- added 'custom' cards
- added options for setting tag icons and sort position
- removed list view to focus on different card types on /home
- added ability to collapse/expand tags on /home
- added setting for having tags default to collapsed state
- added settings for the default state of the sidebar
- created a public user view with no sidebar
- added sidebar default overrides for users
2020-03-27 08:58:11 -04:00
Oliver Cervera
bacbe834c5
Glances ini 2020-03-25 15:40:23 +01:00
Oliver Cervera
a988a47c3e
Glances 2020-03-25 15:29:52 +01:00
Oliver Cervera
b2657c269d
Glances 2020-03-25 15:26:01 +01:00
sportivaman
bee98e74f9
Merge pull request #48 from franznemeth/feature/http-status
implemented http_status platform
2020-03-23 07:24:59 -04:00
sportivaman
3a668c11d9
Merge pull request #52 from franznemeth/feature/rest-headers-ssl-verify
implemented headers for rest platform and option to turn ssl verification off
2020-03-23 07:24:44 -04:00
sportivaman
8e68ae1613
Merge pull request #54 from lukasmrtvy/master
Pack of templates
2020-03-23 07:20:22 -04:00
Lukas M
227d9ec3a7
Add files via upload 2020-03-22 21:39:38 +01:00
Lukas M
28ed8c8e21
Add files via upload 2020-03-22 21:24:11 +01:00