64 Commits

Author SHA1 Message Date
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
ad0b5e34f2 fix the error on docker hub autobuild 2020-03-28 08:51:03 -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
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
a988a47c3e
Glances 2020-03-25 15:29:52 +01: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
Lukas M
3cd43c9f10
Delete openwrt.png 2020-03-22 21:23:08 +01:00
Lukas M
5d22b68302
Add files via upload 2020-03-22 21:21:52 +01:00
Lukas M
50eb344e5c
Add files via upload 2020-03-22 21:11:51 +01:00
Lukas M
12ab4ad469
Add files via upload 2020-03-22 18:39:17 +01:00
Ross Mountjoy
83c19616cc more v0.5 features
- users can now override global settings
- added update message
2020-03-21 12:18:07 -04:00
Ross Mountjoy
e1d4b9f23e v0.5
- users are now managed through config.ini
- no more alembic, completely dynamic database, created on startup
- performance fixes
2020-03-20 17:56:53 -04:00
Ross Mountjoy
1240664303 fixed #16, #10 and some ui fixes 2020-03-19 16:30:44 -04:00
Ross Mountjoy
259068e618 No more committing straight to master. Moving all development to dev branch. 2020-03-19 14:08:48 -04:00
sportivaman
94a9d06ab2
Merge pull request #32 from buoyantotter/master
decreased sizes of big icons to 64x64, added proxmox template app
2020-03-11 07:43:08 -04:00
Rashad
f2d2594461 decreased sizes of big icons to 64x64, added proxmox template app 2020-03-10 19:37:18 +02:00
Shamee Mahmud
53e25d4999 Added 4 app templates (Cockpit, JDownloader, Krusader, qBittorrent) 2020-03-09 15:29:24 -05:00
Ross Mountjoy
44ad2167ee Merge branch 'master' of github.com:rmountjoy92/DashMachine 2020-03-08 12:04:10 -04:00
Ross Mountjoy
00786d9eb6 - fixed lack of feedback on login screen
- fixed broken images on README.md
- updated README.md
- updated the PR template
- adding option for changing the tab name
- added tag headers for grid and list view
- added function that resizes template app images to 64x64 on startup
- fixed error that was blocking image types from being uploaded
2020-03-08 11:55:21 -04:00
Rashad
882def5bd3 decreased the sizes of new template app icons 2020-03-07 18:26:11 +02:00
buoyantotter
358746511f
new icons for new templates
icons for firefly III, openmediavault, dokuwiki, nodered and duplicati
2020-03-07 17:59:46 +02:00
lingawakad
a754662d64 Add Wiki.js icon
Add Wiki.js template and icon
2020-02-20 17:23:39 +00:00
lingawakad
67e01fde68 Add Calibre-Web icon
Add Calibre-Web template and icon
2020-02-20 17:23:14 +00:00
Ross Mountjoy
c2f2870eea added some apps 2020-02-18 15:00:31 -05:00
J0n4t4n
710558d335 Resize images to spec
Plex, Unifi, Mailcow
2020-02-16 17:43:11 +01:00
J0n4t4n
3dd1dcaa35 Add Mailcow template and icon 2020-02-16 17:25:09 +01:00
J0n4t4n
5e58749d25 Add Unifi template and icon 2020-02-16 17:20:11 +01:00
J0n4t4n
5066d1b7dd Add Plex template and icon 2020-02-16 17:10:05 +01:00
Ross Mountjoy
445ca85808 changed how template apps are handled, no more database table, also separate files for each app. Unfortunately the idea of displaying a list here is not going to work. As we add data sources for template apps, there's going to be too much data to send at one time, so we'll need to keep the autocomplete. 2020-02-13 11:22:40 -05:00
TheBinaryLoop
5be898624a Upload files to 'dashmachine/static/images/apps' 2020-02-13 07:25:51 +00:00
TheBinaryLoop
640fc8a496 Added OPNsense icon 2020-02-13 07:25:27 +00:00
Ross Mountjoy
131a49030e added list view, and possibly some bugs ;) 2020-02-12 18:17:23 -05:00
TheBinaryLoop
3aa87865dd Added HandBrake icon 2020-02-11 09:18:33 +00:00
Ross Mountjoy
438101c7ae mobile responsiveness fixes on /settings 2020-02-10 18:44:29 -05:00
Ross Mountjoy
0fc2c327b8 accent color scrollbars 2020-02-09 17:26:25 -05:00
Ross Mountjoy
838831b857 0.3 ready for docker testing 2020-02-08 17:05:48 -05:00
Ross Mountjoy
91c5350330 move platform readmes to the their modules 2020-02-08 12:46:44 -05:00
Ross Mountjoy
fb621ae66d new readme system 2020-02-08 11:07:31 -05:00
Ross Mountjoy
dba238fa29 tweaking plugin/platform system, added ping platform 2020-02-07 08:43:51 -05:00
Ross Mountjoy
63f9f4b536 starting working on ui for multiple users 2020-02-06 21:31:51 -05:00
Ross Mountjoy
71b5f17f83 finished the core of platform/plugin system 2020-02-06 12:00:03 -05:00
Ross Mountjoy
43ae3103e1 started work on the platform/plugin system 2020-02-06 10:57:45 -05:00
kv
8bd8c29cc5 Upload files to 'dashmachine/static/images/apps'
Adding bazarr, airsonic and tautulli
2020-02-04 16:04:03 +00:00
kv
77748ecc0b Upload files to 'dashmachine/static/images/apps'
Adding ombi, the lounge, traefik, lidarr, syncthing
2020-02-04 16:01:39 +00:00
kv
3096fe6aa4 Upload files to 'dashmachine/static/images/apps'
Adding jellyfin.png
2020-02-04 15:33:12 +00:00
kv
84d2b4bac7 Upload files to 'dashmachine/static/images/apps'
Adding riot.png
2020-02-04 15:32:03 +00:00
Ross Mountjoy
04c933e163 fixed theme white on bright accent issue 2020-02-03 21:18:59 -05:00
Ross Mountjoy
78e9600167 fixed firefox scrollbar issue
fixed error when background set to None
added material color scheme colors
fixed mobile issues
2020-02-03 20:09:43 -05:00
Ross Mountjoy
15a17aa44f 1 2020-02-03 07:18:43 -05:00