shamoon
d76a18565c
Merge branch 'main' into fix/icon
2022-11-18 22:26:23 -08:00
Michael Shamoon
3393cbcfc1
update to new widgets API error handling
2022-11-18 22:22:41 -08:00
Michael Shamoon
fe4a967a15
rename hdhomerun lineup endpoint
2022-11-18 22:21:52 -08:00
Michael Shamoon
b5d5b7c552
lint HDHomeRun widget
2022-11-18 22:21:52 -08:00
Don Reece
1b00ac2e37
Add HDHomeRun widget
...
- Tracking Channels, and HD Channels
2022-11-18 22:21:52 -08:00
shamoon
0ad026503a
Merge pull request #358 from GodD6366/feat/support-sort-layout
...
Feature: support sort layout
2022-11-18 22:15:57 -08:00
Rat
83a3a06386
Added configurable setting for log folder, falls back to config path if not set
2022-11-18 15:32:59 -08:00
Michael Shamoon
1215808dd4
Add validation, error display for gluetun
2022-11-18 15:24:07 -08:00
Michael Shamoon
8a783ba9f6
Simplify error catching
2022-11-18 15:24:07 -08:00
Michael Shamoon
00163d2f44
Update homebridge, autobrr, truenas, tubearchivist, watchtower, pyload widgets
2022-11-18 15:24:07 -08:00
Michael Shamoon
f473d324df
Fix docker status error display
2022-11-18 15:24:07 -08:00
Michael Shamoon
7c4d8a77cf
Update error display styling
2022-11-18 15:24:07 -08:00
Michael Shamoon
1695fd5bee
Add field validation for some widgets
2022-11-18 15:24:07 -08:00
Michael Shamoon
21017e4716
Add detailed Error component for service widgets
2022-11-18 15:24:07 -08:00
Michael Shamoon
7b7740563e
Basic widget data validation
2022-11-18 15:23:33 -08:00
Jason Fischer
5b7d2eaf07
Merge pull request #499 from benphelps/npm-no-fetch
...
Fix: Change npm widget to use httpProxy not fetch
2022-11-18 15:19:30 -08:00
shamoon
6e7236981b
Merge pull request #512 from Tarow/gluetun-widget
...
Add gluetun widget
2022-11-18 09:03:46 -08:00
Michael Shamoon
c117f18d20
Improve error handling with pyload-ng API
2022-11-11 12:39:54 -08:00
Michael Shamoon
3c0b18570e
pyload widget compatibility with pyload-ng
...
Closes https://github.com/benphelps/homepage/issues/517
2022-11-10 13:16:10 -08:00
Michael Shamoon
f11173bcaf
Fix text centering in block labels on small screens
...
Closes #516
2022-11-09 21:07:51 -08:00
Niklas
9060d3436c
Add gluetun widget
2022-11-09 17:04:48 +01:00
Jason
280bd0e621
Fix: openweathermap day/night icon issue
...
The day/night icon does not display properly in openwathermap widget due to the typo (sundown -> sunset) in parsing data from openweathermap api. The icon should be displayed properly after the fix.
2022-11-09 15:21:29 +08:00
shamoon
b719a9f6a0
Merge pull request #496 from stuffinator/pyload_widget
...
Add Pyload widget
2022-11-08 13:24:45 -08:00
stuffinator
1fd9686e41
- fixed empty password not working
...
- Airbnb style guide
2022-11-08 21:47:12 +01:00
Michael Shamoon
2bcfc36bc2
use grid-cols instead of flex-basis for bookmarks
...
Fixes #507
2022-11-08 10:33:11 -08:00
Michael Shamoon
3e73fb65ea
Use compact now playing format
2022-11-07 12:52:56 -08:00
Michael Shamoon
1c456b70c0
Re-create service ping, docker status changes
...
See #388
2022-11-07 11:35:13 -08:00
Michael Shamoon
31b644c939
fix navidrome nothing playing, simplify widget params
2022-11-07 11:13:08 -08:00
Michael Shamoon
69786600b1
Pyload widget use httpProxy instead of fetch
2022-11-07 08:22:03 -08:00
Michael Shamoon
8b2b8d7b35
Cache Pyload widget login sessionId, refactor
2022-11-07 08:22:03 -08:00
ForeverEndeavor
210d746ef6
Feature: add navidrome support
2022-11-07 10:16:03 -06:00
Michael Shamoon
319d3bfae3
Change npm widget to use httpProxy not fetch
2022-11-06 18:05:22 -08:00
Michael Shamoon
2ab05350a3
Fix maxWidth / maxHeight style attrs
2022-11-06 14:41:02 -08:00
stuffinator
02027deb06
code styling
2022-11-06 11:45:25 +01:00
stuffinator
d6f53ab1e9
Merge remote-tracking branch 'origin/main' into pyload_widget
2022-11-06 11:10:09 +01:00
stuffinator
5b21444c2e
Add Pyload widget
2022-11-06 11:05:31 +01:00
Michael Shamoon
b25ba09e18
Fix error detection in emby widget
2022-11-05 21:43:59 -07:00
Michael Shamoon
57fef06931
fix resolved icon mdi icon overflow
2022-11-05 01:27:04 -07:00
Michael Shamoon
5fd5762c0c
fix bookmark abbr + icon
2022-11-04 14:58:52 -07:00
Don Reece
8115b54ef9
Adds the option for a bookmark icon (same functionality as service icons). Falls back to abbreviation.
...
Revert "Adds the option for a bookmark icon (same functionality as service icons). Falls back to abbreviation."
This reverts commit d7131584442ba5a52823cf0aa6e96c4b5f09141a.
Add icons to bookmarks
2022-11-04 14:53:45 -07:00
maharsh9100
71faaa56dc
Feature: add category icons ( #301 )
...
* Update setting.yaml mapping
* Implement adding icon to categoryTitle
* Move resolveIcon func to utils for reusability
* Turn off default export eslint rule
* Fix util typo
* Revert "Turn off default export eslint rule"
This reverts commit e8dd853ba6 .
* fix resolveIcon export
* Revert "Update setting.yaml mapping"
This reverts commit 78c9477669 .
* Revert "Implement adding icon to categoryTitle"
* Use settings layout for group icon
* Revert "Fix util typo"
This reverts commit ab49b426ec .
* ResolvedIcon component
Co-authored-by: Mindfreak9100 <dhoom_rik@yahoo.com>
Co-authored-by: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
2022-11-04 14:38:33 -07:00
Michael Shamoon
872d2a8ace
lint truenas widget
2022-11-03 21:28:09 -07:00
Michael Shamoon
ae3f847cef
Sort layout groups by default, simplify sorting
2022-11-03 20:35:52 -07:00
GodD6366
bd97d5ff2e
lint
2022-11-03 20:35:52 -07:00
GodD6366
3740426bb5
Change to server-side implementation
2022-11-03 20:35:52 -07:00
GodD6366
82c69ff68d
support sort layout
2022-11-03 20:35:51 -07:00
Dimitar Ilkov
30c35f99d2
Merge branch 'main' of github.com:chazzbg/homepage into truenas-widget
2022-11-03 14:00:46 +02:00
Brandon Barker
68b8e4b376
feat: add tubearchivist widget
2022-10-31 15:23:34 +02:00
Michael Shamoon
49a764e864
openmeteo right-algned like other weather widgets
2022-10-30 08:18:02 -07:00
stuffinator
e30d21aa7d
fixed datetime widget size issue
...
- the widget was missing a flex-col div around it and was therefore taking up more space than it needed as it was reported here https://github.com/benphelps/homepage/issues/235#issuecomment-1276209354
2022-10-30 14:44:09 +01:00
ForeverEndeavor
1963a94f74
fix endpoint typo in emby widget
2022-10-29 13:39:54 -05:00
Michael Shamoon
546de7f0bf
Update skeleton config links
2022-10-29 10:38:48 -07:00
Michael Shamoon
5f71486b74
remove unnecessary watchtower header cache, code style
2022-10-28 00:59:47 -07:00
FauFra
87c3ba8faa
Added support to watchtower statistics
2022-10-28 00:30:29 -07:00
Dimitar Ilkov
300bb3487e
format uptime
2022-10-27 10:44:21 +03:00
Michael Shamoon
c14ae6ee72
Fix missing column gap for bookmarks
...
https://github.com/benphelps/homepage/issues/235#issuecomment-1292261927
2022-10-26 09:56:53 -07:00
Michael Shamoon
25f27dcfdd
Merge branch 'main' into pr/451
2022-10-26 08:00:12 -07:00
Brandon Barker
a2a5382ddb
feat: add autobrr widget
2022-10-26 12:56:43 +02:00
Dimitar Ilkov
3483fe1188
Add widget for Truenas
2022-10-26 11:36:15 +03:00
Ivan Bravo Bravo
99b2ba8944
added basic support for Docker Swarm services
2022-10-26 00:12:46 -05:00
Michael Shamoon
e19583b6b0
lint
2022-10-24 22:21:07 -07:00
Michael Shamoon
c601094c32
fix login retry, use token expiration, object deconstruction
2022-10-24 22:15:16 -07:00
Michael Shamoon
d942e989bd
Refactor proxy for brevity
2022-10-24 14:46:50 -07:00
Michael Shamoon
df3e2eff11
Merge branch 'widget/homebridge' of https://github.com/Fernando-Neira/homepage into pr/442
2022-10-24 14:44:01 -07:00
Fernando Neira
57dae4021d
feature: improvement login api calls
2022-10-24 18:42:55 -03:00
Michael Shamoon
b1bf251309
Capitalize status
...
=)
2022-10-24 14:27:31 -07:00
Fernando Neira
5c5b677075
improvements
2022-10-24 18:09:48 -03:00
Fernando Neira
c9512a6d26
add homebridge plugin
2022-10-24 16:40:49 -03:00
Michael Shamoon
ed0aa08641
Fix viewport meta tag location
...
see https://nextjs.org/docs/messages/no-document-viewport-meta
2022-10-22 08:45:40 -07:00
shamoon
5c5a7ff79f
Merge pull request #430 from benphelps/fix-search-url1
...
Fix: some info widgets exempt from cleaning private data
2022-10-21 22:33:12 -07:00
Michael Shamoon
a86a39c5ee
quicklook shouldnt retain focus after close, also fixes esc key
2022-10-21 22:02:36 -07:00
Michael Shamoon
45608b76b1
Fix quicklaunch setting name
2022-10-21 21:49:52 -07:00
Michael Shamoon
a3ed070921
Some info widgets exempt from cleaning private data
2022-10-21 20:54:45 -07:00
Michael Shamoon
741a3d6225
Fix quicklaunch strings name
2022-10-21 14:30:22 -07:00
shamoon
afd126fb1e
Merge pull request #415 from benphelps/openmeteo-widget
2022-10-21 07:48:15 -07:00
Ben Phelps
0506efb554
Merge pull request #386 from brunoccr/main
...
Add ChangeDetection.io widget
2022-10-21 11:16:57 +03:00
Ben Phelps
aedd9cfeb9
Merge branch 'main' into openmeteo-widget
2022-10-21 11:14:39 +03:00
Michael Shamoon
689e2a8011
Quicklook support individual item target
2022-10-20 20:04:24 -07:00
Michael Shamoon
9c1c0e4465
Add quicklook searchDescriptions option
2022-10-20 20:04:24 -07:00
Michael Shamoon
f62021633b
Respect settings target and allow command override
2022-10-20 20:04:24 -07:00
Michael Shamoon
5abe13c726
Handle click to close, close animation timing
2022-10-20 20:04:24 -07:00
Michael Shamoon
a1788b01c3
Show description in quicklook
2022-10-20 20:04:24 -07:00
Michael Shamoon
484d69a4b5
services should come first
2022-10-20 20:04:24 -07:00
Michael Shamoon
b5410eea12
fix quicklaunch hover bug on open
2022-10-20 20:04:24 -07:00
Michael Shamoon
ba4a1eb646
Refactor, better handle mouseover
2022-10-20 20:04:24 -07:00
Michael Shamoon
db9633496b
Handle clicking items
2022-10-20 20:04:24 -07:00
Michael Shamoon
fa46c9a1a4
lint
2022-10-20 20:04:24 -07:00
Michael Shamoon
3249c95a74
Refactor homepage search, visual improvement
2022-10-20 20:04:24 -07:00
Michael Shamoon
fe770c3864
Initial implentation
2022-10-20 20:04:24 -07:00
Michael Shamoon
e1a62a69f6
Openmeteo Widget
2022-10-20 20:03:41 -07:00
Jason Fischer
74de07a22a
Merge pull request #418 from JazzFisch/fix-397
...
Fix incorrect wanted value in Radarr widget and add the "Missing" field.
2022-10-20 17:28:48 -07:00
Jason Fischer
cec193b93a
Fix merge conflict
2022-10-20 16:37:09 -07:00
Jason Fischer
f022315d11
Snap to Radarr's native filter logic
2022-10-20 16:34:37 -07:00
Michael Shamoon
1286466669
Use Radarr wanted logic
...
See 9b3770a018/frontend/src/Store/Actions/movieActions.js (L67)
2022-10-20 15:02:57 -07:00
Facinorous
20b7b0706e
Feature: support target in individual services/bookmarks ( #408 )
...
* Adds feature #385
* Fixed the ordering of the evaluations
* Fix double space
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* Fix double space
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* Fixed the ordering of the evaluations
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2022-10-20 14:52:37 -07:00
Jason Fischer
db1804b4a7
Fix incorrect wanted value in Radarr widget
...
fixes #397
2022-10-20 11:43:24 -07:00
shamoon
5e6f1041cb
Merge pull request #398 from benphelps/better-non-os-unifi-controller
...
Fix: Better non-OS Unifi Controller support
2022-10-20 11:23:53 -07:00
Michael Shamoon
203783953d
Fix wan display for service widget
2022-10-19 20:47:27 -07:00
GodD6366
78a75a1ff9
Merge branch 'master' into fix/icon
2022-10-17 15:04:22 +00:00
GodD6366
93bfc039f9
fix: Fix the problem that favicon does not work
2022-10-17 15:03:35 +00:00
Michael Shamoon
94f9ef3c30
Fix error on already logged in
2022-10-17 08:01:12 -07:00
Michael Shamoon
3d89d7ad1b
Better support non-OS Unifi Controllers
2022-10-17 08:01:12 -07:00
Ben Phelps
4ec8fc1350
add changelog link to version
2022-10-17 15:10:32 +03:00
Bruno Rossetto
86d1f5c6c3
Add ChangeDetection.io widget
2022-10-13 18:40:26 -03:00
Ben Phelps
4ea279856f
Merge pull request #377 from shamoon/unified-infowidget-settings
...
Feature: Unified info widget settings
2022-10-13 16:13:43 +03:00
GodD6366
c7d1c05e6e
Fix the page auto zoom when ios input focus ( #379 )
2022-10-12 18:03:09 +03:00
Michael Shamoon
48a09e5a99
Refactor info widget sanitizing / privateOptions
2022-10-12 01:53:57 -07:00
Michael Shamoon
dced918804
Update unifi_console to use private widget options
2022-10-12 01:53:57 -07:00
Ben Phelps
b259ecf870
Merge pull request #369 from shamoon/glances-info-widget
...
Feature: Glances info widget
2022-10-12 11:17:25 +03:00
Michael Shamoon
c1a55ff6d3
Update glances to use private widget options API
2022-10-11 12:16:18 -07:00
Michael Shamoon
7c39cd8960
Private widget options API
2022-10-11 12:16:18 -07:00
Ben Phelps
2bdd9eaa88
remove shortcuts from manifest
2022-10-11 21:56:48 +03:00
Michael Shamoon
8e2ff61f1c
Allow multiple glances widgets with optional id property
2022-10-11 10:21:57 -07:00
Michael Shamoon
99b70f96e4
Allow username + password for glances
2022-10-11 10:21:57 -07:00
Michael Shamoon
802fe0f721
Glances widget use settings for URL
2022-10-11 10:21:57 -07:00
Michael Shamoon
080bc44a6f
Lint glances info widget
2022-10-11 10:21:57 -07:00
Michael Shamoon
321efd08cc
Glances info widget
2022-10-11 10:21:57 -07:00
Jason Fischer
37fed0ce01
Merge pull request #372 from shamoon/plex-service-widget-key
...
Fix: change Plex service widget to use "key" not "token"
2022-10-11 08:12:16 -07:00
Michael Shamoon
778261f67e
Change Plex service widget to use key not token
2022-10-11 07:08:29 -07:00
Ben Phelps
c95422b682
impl. mdi icons with the possibility for others
2022-10-11 15:02:38 +03:00
Michael Shamoon
3c23e59a70
lint
2022-10-10 01:15:30 -07:00
Michael Shamoon
2440da8e08
Plex service widget without Tautulli
2022-10-10 00:31:50 -07:00
Jason Fischer
260201c2b4
Decompose i18n labels for Unifi widget
...
- Needed to decompose i18n labels for Unifi widget in order for field visibility setting to work correctly
- Fixed weird edge case where a call to cached-fetch would fail if no duration was passed
- Have VS Code hide the .next and node_modules folders from tree view
2022-10-09 20:05:28 -07:00
Jason Fischer
85df467fdb
Merge pull request #341 from shamoon/main
...
Feature: UniFi Console Info & Service Widgets
2022-10-09 15:37:32 -07:00
Michael Shamoon
04da8f3925
lint
2022-10-09 15:13:27 -07:00
Michael Shamoon
86b12debc5
Revert "Infer unifi port"
2022-10-09 09:18:12 -07:00
Michael Shamoon
69c9a449b1
Revert "Rename unifi_console info widget to unifi"
2022-10-09 09:18:12 -07:00
Ben Phelps
fe7fa5c060
fix network stats when using podman #254
2022-10-09 13:34:08 +03:00
Ben Phelps
d2dc51d49c
add services and bookmarks as manifest shortcuts
2022-10-09 13:31:00 +03:00
Ben Phelps
d26ae30fa6
remove old code
2022-10-09 13:30:37 +03:00
Michael Shamoon
fbac27f504
Fix unifi service lan/wlan labels
2022-10-08 17:47:52 -07:00
Michael Shamoon
d1b6dad14d
Infer unifi port, use api widget property for login
2022-10-08 14:36:08 -07:00
Michael Shamoon
fe1064b173
Rename unifi_console info widget to unifi
2022-10-08 14:02:12 -07:00
Jason Fischer
42da3eca28
Standardize on double quoted strings
2022-10-08 13:59:09 -07:00
Jason Fischer
7ee3113d8a
Rename unifi_console service widget to unifi
...
- This rename is necessary as the Unifi service widet gets its config data from a different location than the unifi_console information widget
2022-10-08 13:58:19 -07:00
Jason Fischer
2bd9c8eddc
Cache console version check result
2022-10-08 13:52:22 -07:00
shamoon
1249ecaa68
Merge branch 'main' into main
2022-10-08 13:20:09 -07:00
Ben Phelps
ba428cf3ae
fix docker service discovery #343
2022-10-08 23:10:41 +03:00
Ben Phelps
94a518f4a8
add styled headers option
2022-10-08 16:40:36 +03:00
Ben Phelps
e56dccc7f1
new logo and styling tweaks
2022-10-08 16:04:24 +03:00
Michael Shamoon
e03822df6e
Add UniFI console service widget
2022-10-08 00:45:00 -07:00
Michael Shamoon
ad1d1e751d
Refactor unifi proxy for udm-pro compatibility
2022-10-07 23:26:16 -07:00
Jason Fischer
ac4dcd3222
Remove node-unifi package dependency
...
- Add custom Unifi proxy built on existing cookie jar and httpProxy
- Change formatApiCall to emit empty string instead of undefined on missing key
2022-10-07 17:12:29 -07:00
Michael Shamoon
952f0295cc
uptime label
2022-10-05 21:44:15 -07:00
Michael Shamoon
5ba75bc62d
support wan down too
2022-10-05 21:41:39 -07:00
Michael Shamoon
b9b9449cd3
Add unifi_console widget, API endpoint
2022-10-05 21:36:43 -07:00
Jason Fischer
65c5828456
Merge pull request #335 from JazzFisch/add-proxmox-widget
...
Add Proxmox widget
2022-10-05 08:55:56 -07:00
Ben Phelps
ea96999377
place error boundaries closer to the source
2022-10-05 13:43:22 +03:00
Jason Fischer
a9fb458f19
Add Proxmox widget
2022-10-04 21:46:48 -07:00
Jason Fischer
962e6e576c
Add ErrorBoundary component
...
- wrap a myriad of components in ErrorBoundary
resolves #270
2022-10-04 13:15:49 -07:00