Commit Graph

1189 Commits

Author SHA1 Message Date
shamoon
ffcb8c6563 Minor cleanup 2024-08-23 19:27:27 -07:00
InsertDisc
77541a537a
Update component.jsx
Revert 'roms' back to 'totalRoms' to avoid a breaking change.
2024-08-23 22:05:29 -04:00
InsertDisc
72b7312a09
Update component.jsx
Remove empty whitespace according to lint
2024-08-23 21:53:17 -04:00
InsertDisc
ac86a08a53
Update component.jsx
Add field limiting logic.
Cleaned up response error that is returned.
Refactor size returned to use 'common.bytes' to avoid predefined calculations.
2024-08-23 20:59:42 -04:00
InsertDisc
bbd83a1eaa
Update component.jsx
Remove unnecessary empty line per lint
2024-08-23 15:00:22 -04:00
InsertDisc
accbb50463
Update component.jsx
Add missing empty response block 
Removed redundant error handling. 
Renamed fields to be simpler.
2024-08-23 14:35:50 -04:00
InsertDisc
0090990d46
Update component.jsx
Refactor size calculation.
2024-08-23 12:39:39 -04:00
InsertDisc
394c410ba9
Update component.jsx
Updated indentation according to linting and removed unnecessary const variables.
2024-08-23 12:27:20 -04:00
InsertDisc
5d962b4e37
Update component.jsx
Added the additional fields gained by switching the API endpoint.
2024-08-23 09:49:25 -04:00
InsertDisc
12dff53b13
Update widget.js
Changed API endpoint to /stats, which gives the same information as the RomM dashboard in a much more easily handled fashion.
2024-08-23 09:47:12 -04:00
shamoon
84db5ea13d
Change: increase precision of used space in fs glances widget 2024-08-20 06:51:22 -07:00
Devedse
0d25f5789b
Feature: DeveLanCacheUI service widget (#3854)
---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-08-15 23:28:53 +00:00
shamoon
40b0f956ae Add resources debug 2024-08-14 11:57:09 -07:00
Juan Ignacio Sierra
2ee14eb94b
Enhancement: support ESPHome widget authentication (#3846)
* Added cookie support for auth on ESPHome widget

* Lint

* Use credentialedProxyHandler instead

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-08-13 07:40:42 -07:00
shamoon
9ede44b12d
Fix: properly handle wg-easy errors (#3849)
Also reverts #3768
2024-08-13 00:12:53 -07:00
shamoon
0dc2f2e18a Fix error simple string 2024-08-13 00:07:16 -07:00
teobogdan
2aa7a3898b Chore: update Gamedig (#3841)
Co-Authored-By: shamoon <4887959+shamoon@users.noreply.github.com>
2024-08-12 00:35:03 -07:00
shamoon
805f119a25 Fix: remove tubearchivist stats validation 2024-08-11 07:36:18 -07:00
PyrokineticDarkElf
4d38222ba0
Feature: Linkwarden service widget (#3836)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-08-09 14:19:06 -07:00
shamoon
b9b7c482d4 Fix immich version check 2024-08-04 21:32:35 -07:00
shamoon
1c5d9ca223
Change: handle errored truenas pools (#3815) 2024-08-03 17:02:38 -07:00
shamoon
8fba3eee1d Enhancement: use tubearchivist stats endpoints (#3814) 2024-08-03 16:51:44 -07:00
shamoon
9484a9ff56
Fix: correctly decode tab names with special chars (#3797) 2024-07-30 20:56:26 -07:00
BugGeeker
6ce67b5ab8
Fix: wg-easy widget better handle api error (#3768) 2024-07-23 18:51:43 -07:00
shamoon
5d531b11e7 Fix: correct k8s job status check 2024-07-18 19:10:57 -07:00
shamoon
407376b3b7
Fix: correct k8s service status check (#3753) 2024-07-17 23:04:50 -07:00
j0ton
16b45a313e
Feature: Frigate service widget (#3743) 2024-07-17 07:09:58 -07:00
Charles Thomas
0d7072beea
Fix: don't show "partial" for k8s status if there are completed job pods (#3735) 2024-07-12 18:44:30 -07:00
shamoon
95ab0706b6 Correct pfsense v2 percent calculations 2024-07-09 09:07:46 -07:00
shamoon
9d16e280cd
Enhancement: support pfsense v2 api (#3716) 2024-07-07 21:07:24 -07:00
shamoon
028324556d
Fix: increase width allowance for dates in ical agenda widget (#3711) 2024-07-06 14:45:17 -07:00
shamoon
38c32233f6
Enhancement: strip whitespace when checking JSON (#3706) 2024-07-03 07:25:51 -07:00
Dylan Ullrich
231e2408c3
Feature: stock market service and info widget (#3617)
---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-07-01 17:16:10 -07:00
shamoon
8edfafb9f6
Fix search dropdown overlay with boxedheaders option (#3680) 2024-06-30 06:45:42 -07:00
Mark Titorenkov
6ed4472441
Fix: Sort truenas pools by name (#3669)
---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-06-26 07:51:30 -07:00
shamoon
b03467a832 Fix pyload debug line 2024-06-24 15:41:57 -07:00
Mathias Wagner
148511e6f8
Feature: MySpeed widget (#3662)
---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-06-23 12:00:04 -07:00
Matt Sullivan
f07d595ed9
Fix: Improve error handling for Glances widgets when host is unreachable (#3657)
---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-06-23 09:43:51 -07:00
shamoon
5d6e202840
Fix: dont force lowercase URL in QuickLaunch (#3634) 2024-06-13 13:48:34 -07:00
shamoon
f0d7cf3ce6 Security: Sanitize widget api keys from response
Closes https://github.com/gethomepage/homepage/security/advisories/GHSA-cjgf-vhj6-8cx4
2024-06-05 19:38:26 -07:00
Heng-Yi Wu
36e77e1fe3
Fix: coinmarketcap widget dropdown not clickable (#3591) 2024-06-05 00:56:28 -07:00
Aldy J
35dd7ec230
Enhancement: support multiple instance annotation for Kubernetes Automatic Service Discovery (#3590) 2024-06-04 21:29:13 -07:00
shamoon
15cc1d98c5
Fix: omada widget broken in v0.9.1 (#3587) 2024-06-04 07:28:45 -07:00
Liran Vaknin
9803ef70c6
Fix: openwrt widget handle null id in json rpc responses and cpu load representation (#3576) 2024-06-04 00:11:11 -07:00
shamoon
ccc27142ef
Fix: caddy widget broken in 0.9.1 (#3579) 2024-06-04 00:05:06 -07:00
shamoon
9a20982406 Lint wg-easy 2024-06-04 00:03:48 -07:00
Conner Hnatiuk
67a69a5878
Fix: wg-easy threshold not properly computed (#3574) 2024-06-03 14:52:58 -07:00
shamoon
19c3ac0d7e Enforce method 2024-06-03 13:17:23 -07:00
shamoon
67a9f4983c Fix unifi with no type passing and lint 2024-06-03 11:19:54 -07:00
shamoon
f13144ceb8 Remove widget type passing 2024-06-03 09:20:26 -07:00