shamoon
17ebdd8226
Unifi widgets support sites other than default
2 years ago
shamoon
c2983197a0
Unifi widgets show warning with no data
2 years ago
Bryan
f851085ebf
Komga Widget ( #922 )
...
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 years ago
shamoon
ce644afe9e
Fix search broken in 0.6.5
2 years ago
shamoon
015d7dac52
Rework uptime kuma remove proxy display more info
2 years ago
chain710
c3d15a61c3
Implement uptime-kuma widget
2 years ago
shamoon
f517d704b8
Merge pull request #904 from lholota/feat/custom-css
...
feat: Custom CSS
2 years ago
Ean McLaughlin
ff27b1ef51
Show container status if health is an empty string
...
If data.health is an empty string, ?? will accept it and not use the right side value; instead, we should use || which treats empty string as false and returns the right side value. This will show "RUNNING" in the status box if health is "".
2 years ago
Lukas Holota
147a165bbc
Allow Custom CSS
2 years ago
Benoit
4c17e3fd14
Synology Widget : making it work with multiple widgets connecting to differents versions of DSM
2 years ago
shamoon
046f2986a8
lint support custom search provider in quicklaunch
2 years ago
shamoon
7a5a3a6608
Compatible with quicklaunch internet search
2 years ago
shamoon
87dbbcb1e0
Refactor multi & single providers & retain `provider` key only
2 years ago
chain710
3bc0522812
Support multi search providers
...
- add `providers` option in search widget, value is array of provider name, like: `[google, bing]`
2 years ago
shamoon
1f5912c232
Support custom search in quicklaunch web search
2 years ago
shamoon
adce18d023
Merge pull request #897 from avdept/add_search_to_quicklaunch
...
Add internet search to quicklaunch
2 years ago
shamoon
11d03be4de
Use configured search provider, allow disable internet search
2 years ago
Alex Sinelnikov
4e17628f97
Added search to quicklaunch
2 years ago
Jason Fischer
893b3f0986
Merge main
2 years ago
Jason Fischer
e62952c2c1
Create reusable Synology proxy
...
- Migrate DiskStation and DownloadStation to use new proxy
- Move DiskStation proxy UI logic into component
2 years ago
Jason Fischer
c9439eafa2
Don't show QEMU templates in VMs field for Proxmox widget
...
fixes #864
2 years ago
shamoon
19cf9969b9
Fix immich widget error catching & awaiting data
2 years ago
Zlendy
dbcd6f5df7
Fix: Immich API no longer has an "error" property
2 years ago
Zlendy
6b5e8ab0c7
Add Immich Widget
2 years ago
shamoon
f2b3a12569
Fix nzbget download rate units
2 years ago
Eizock
2a42d89d08
Add Proxmox Backup Server Widget ( #879 )
...
* Add Proxmox Backup Server Widget
* Clarification added to Failed Tasks
* Refactor pbs to proxmoxbackupserver
* Removing property instead of recreating object
* minor code styling of proxmoxbackupserver widget
---------
Co-authored-by: Eizock <>
Co-authored-by: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
2 years ago
Jason Fischer
0d5f8f6e7c
Don't include LXC templates in LXC count
...
fixes #864
2 years ago
Jason Fischer
e96036e076
Merge pull request #873 from jameswynn/sort-services-by-weight
...
Services are now sorted by a new 'weight' field
2 years ago
James Wynn
8d016629d3
Services are now sorted by the 'weight' field.
...
* Default for discovered services is 0
* Default weight for configured services is their index within their
group scaled by 100, i.e. (index + 1) * 100
* Should be backwards compatible with current loose ordering
2 years ago
James Wynn
02e9df8f28
Parse widget field list if is a string
2 years ago
shamoon
f9e27a6bb5
Merge pull request #868 from KillahB33/main
...
Cloudflared Widget
2 years ago
Michael Shamoon
89c6528f24
cloudflare widget validation, handle multiple connections, fix translation file error, capitalize status
2 years ago
KillahBee
2836ee1f3b
cloudflared widget working locally
2 years ago
shamoon
d71a1f9345
Merge pull request #861 from benphelps/fix-opnsense-no-wan
...
Fix: Handle opnsense no wan interface
2 years ago
Michael Shamoon
c8116fc9e8
Better error output for docker integration
2 years ago
Michael Shamoon
ca4b5b131d
Allow specifying wan interface on opnsense widget
2 years ago
Benoit
2b3d4b388a
Synology Diskstation widget : initial commit
2 years ago
KillahBee
fa1792cd5f
adding cloudflare widget
2 years ago
Michael Shamoon
d27b795d81
Remove capital from octoprint widget
...
remove
add
2 years ago
shamoon
c7e4a52b99
Merge pull request #841 from JacksonBarker/main
...
Added Brave search provider
2 years ago
Jason Fischer
627ce179ef
Merge pull request #448 from jameswynn/kubernetes
...
Support for Kubernetes and Longhorn
2 years ago
Jason Fischer
1935965095
Merge pull request #834 from williamwoldum/octoPrint
...
OctoPrint Widget
2 years ago
williamwoldum
006fb80533
Added celcius labels
2 years ago
Jackson Barker
ab2c3c6412
Added Brave search provider
2 years ago
williamwoldum
2c3947ea3f
Removed refresh intervals
2 years ago
williamwoldum
365783204a
realized that 'pausing' and 'resuming' are also states while printing
2 years ago
williamwoldum
047f7af99a
removed silencing feature
2 years ago
williamwoldum
a880cdbc68
silenced more request errors + small fix in display logic
2 years ago
williamwoldum
9f008fc04e
initial
2 years ago
Ulysse Mensa
82a6553c58
Merge branch 'benphelps:main' into main
2 years ago
Ulysse Mensa
2a24277757
Add Medusa widget
2 years ago
José Manuel Jurado Bujalance
93dda99aaa
use abbr as icon fallback
2 years ago
Eizock
0febf05d8d
Add Moonraker (Klipper) widget ( #798 )
...
* Add Moonraker (Klipper) widget
* Fix linting
* Removed filename, to adhere to standards
* Removed unused translation
* fix conditional in moonraker component
Co-authored-by: Eizock <>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 years ago
Jason Fischer
a7f290dfdd
Merge pull request #609 from benphelps/fix-576
...
Fix: settings not picked up after first container creation
2 years ago
James Wynn
b6e8b64a2e
Merge branch 'main' into kubernetes
2 years ago
James Wynn
4d6ce1f7e2
Widgets in discovered services now work correctly
2 years ago
Michael Shamoon
fc2e17fa59
fix useWidgetAPI refreshInterval
2 years ago
Michael Shamoon
730f1c5ec1
Support api key + username / pass for truenas widget
2 years ago
John Hollowell
34a7b25c9c
Add truenas key to credentialed proxy handler
...
Revert "Change TrueNAS to use API key"
This reverts commit 1926c26b77d8e048d92da6e20ff24a3056237daf.
Co-Authored-By: John Hollowell <jhollowe@johnhollowell.com>
2 years ago
Michael Shamoon
84b7f103c3
Allow setting locale for datetime widget directly
2 years ago
Michael Shamoon
35a2cd9b94
Support Synology DownloadStation v6 + v7
...
Co-Authored-By: Benoit SERRA <11260343+Oupsman@users.noreply.github.com>
2 years ago
James Wynn
36ed1022e3
detection now uses annotation "gethomepage.dev/enabled" instead of label
2 years ago
Michael Shamoon
af29f5b266
Use tabular nums for datetime to prevent size changing
2 years ago
James Wynn
e15ba1c82c
Merge branch 'main' into kubernetes
2 years ago
James Wynn
7ac862be75
removed overly verbose logging message
2 years ago
Michael Shamoon
ee729a7e6a
remove error on no discovered services
2 years ago
Michael Shamoon
bc7937db71
omada widget cleanup
2 years ago
shamoon
0e1aeaf54c
Merge pull request #719 from benphelps/docker-server-failovers
...
Fix: Handle docker server failures if others succeed
2 years ago
Michael Shamoon
d17a17bd3c
Use server-side endpoint to properly cache GH release data
2 years ago
Michael Shamoon
0afc1b96f1
CPU / memory / disk usage bars start from 0
...
Closes #737
2 years ago
Michael Shamoon
5fbc6702bc
Prevent blocking error on GH releases failure
...
Closes #738
2 years ago
shamoon
88934ec39a
Correct debug messages in Pyload widget
...
Closes #733
2 years ago
Michael Shamoon
679704949e
Fix broken update checker
2 years ago
Benoit SERRA
94f43b1210
OPNSense widget ( #730 )
...
* Opnsense widget (#2 )
* OPNSense widget : initial version, memory usage is inaccurate.
* OPNSense widget : code cleanup in widget.js. Firewall is no longer displayed, so it did not need to be queried.
* Opnsense widget (#3 )
* OPNSense widget : initial version, memory usage is inaccurate.
* OPNSense widget : code cleanup in widget.js. Firewall is no longer displayed, so it did not need to be queried.
* OPNSense widget : fixing the CPU code to make it more reliable.
* OPNSense widget : fixing the CPU code to make it more reliable. Removing uptime info
* Update src/widgets/opnsense/component.jsx
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* Update public/locales/en/common.json
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* Update src/widgets/opnsense/component.jsx
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* Update src/widgets/opnsense/component.jsx
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 years ago
Michael Shamoon
ba4cbad601
xteve cleanup
2 years ago
Marcus Kimpenhaus
43a11eadfc
added widget for xteve ( #731 )
...
* added xteve widget
* eslint fixes
* xteve code cleanup
Co-authored-by: Marcus Kimpenhaus <k@AirM2.kimpenhaus.net>
Co-authored-by: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
2 years ago
Benoit SERRA
38d81b654e
Mikrotik widget ( #720 )
2 years ago
shamoon
c68cc3c8ed
Merge pull request #715 from benphelps/diskstation-to-downloadstation
...
Chore: rename diskstation to downloadstation
2 years ago
Michael Shamoon
c8ea72c217
lint
2 years ago
Michael Shamoon
1cac02f2c0
Add number formatting to prowlarr
...
https://github.com/benphelps/homepage/pull/721#issuecomment-1364092798
2 years ago
Marcus Kimpenhaus
e7db56101b
fixed number formatting in widgets: radarr, sonarr, overseerr
2 years ago
shamoon
b9415b43b0
Merge pull request #704 from benphelps/omada-widget
...
Feature: Omada widget
2 years ago
Michael Shamoon
6b90d3ef28
Handle docker server failures if others succeed
2 years ago
Michael Shamoon
23ba45729e
Rename diskstation to downloadstation
2 years ago
Michael Shamoon
a9429e5335
Pihole allow auth, updated API endpoint
2 years ago
Michael Shamoon
952305492c
More Omada widget cleanup
2 years ago
Michael Shamoon
b01e6eaf56
Refactor Omada proxy for api v3
2 years ago
Michael Shamoon
4a3f836020
Refactor Omada proxy for v4/v5
2 years ago
Michael Shamoon
a9cc0100f6
Squashed commit of the following from initial Omada widget:
...
commit ad3e664b56
Author: Benoit <oupsman@oupsman.fr>
Date: Tue Dec 13 19:54:54 2022 +0100
Add .idea to .gitignore
commit 7e51a09384
Merge: 93d8035
7dd0b0e
Author: Benoit SERRA <oupsman@oupsman.fr>
Date: Tue Dec 13 18:38:51 2022 +0100
Merge branch 'benphelps:main' into main
commit 93d80350b1
Author: Benoit <oupsman@oupsman.fr>
Date: Tue Dec 13 18:15:20 2022 +0100
Omada widget : One widget, shows only the number alerts, the number of connected AP, the number of connected devices to Wifi, the number of connected switches and gatewawys.
commit a1babd860c
Author: Benoit <oupsman@oupsman.fr>
Date: Tue Dec 13 09:33:50 2022 +0100
Omada widget : spliting widget between WLAN and LAN/WAN fields to have no more than 5 fields per widget.
commit e12cc65c77
Merge: 331f31f
146326f
Author: Benoit SERRA <oupsman@oupsman.fr>
Date: Sun Dec 11 14:39:27 2022 +0100
Merge branch 'benphelps:main' into main
commit 331f31fc2b
Merge: 37154e3
ccc1229
Author: Benoit SERRA <oupsman@oupsman.fr>
Date: Sat Dec 10 17:56:44 2022 +0100
Merge branch 'benphelps:main' into main
commit 37154e327a
Author: Benoit <oupsman@oupsman.fr>
Date: Sat Dec 10 17:11:30 2022 +0100
Omada widget : Improved error handling
Omada widget: handling power as common.power in translation
commit 1f48491406
Author: Benoit <oupsman@oupsman.fr>
Date: Sat Dec 10 10:24:55 2022 +0100
Omada widget : adding stats for isolated aps, connected gateways, connected switches, available ports, power consumption
commit f375f0b815
Merge: 467b678
775b511
Author: Benoit <oupsman@oupsman.fr>
Date: Fri Dec 9 21:06:38 2022 +0100
Merge branch 'main' of https://github.com/Oupsman/homepage into main
commit 467b67802a
Author: Benoit <oupsman@oupsman.fr>
Date: Fri Dec 9 21:06:09 2022 +0100
Omada widget : v3 v4 and v5 versions don't use the same fields for the same stats, I've corrected the code to make it more reliable
commit 775b5111e1
Merge: 8d66756
88c4375
Author: Benoit SERRA <oupsman@oupsman.fr>
Date: Thu Dec 8 15:38:20 2022 +0100
Merge branch 'benphelps:main' into main
commit 8d66756a7d
Author: Benoit <oupsman@oupsman.fr>
Date: Thu Dec 8 12:45:44 2022 +0100
Omada Widget : code cleanup
commit 282a6d0592
Author: Benoit <oupsman@oupsman.fr>
Date: Thu Dec 8 12:42:41 2022 +0100
Omada Widget : code cleanup
commit c3e9b8f870
Author: Benoit <oupsman@oupsman.fr>
Date: Thu Dec 8 12:37:10 2022 +0100
Omada Widget : No more legacy variable, the code detects the controller version and adapts the requests. Logic is not duplicated anymore
commit eafcc20597
Author: Benoit <oupsman@oupsman.fr>
Date: Wed Dec 7 15:46:00 2022 +0100
V2 API is working
commit bcc2864ee2
Author: Benoit <oupsman@oupsman.fr>
Date: Wed Dec 7 10:01:26 2022 +0100
Code fore v2 API is not working but V1 code is.
commit ea8e297e84
Author: Benoit <oupsman@oupsman.fr>
Date: Tue Dec 6 14:28:05 2022 +0100
Errors handling
commit ab6d51a88c
Author: Benoit <oupsman@oupsman.fr>
Date: Tue Dec 6 09:50:14 2022 +0100
Adding alerts
commit 047db2cce8
Author: Benoit <oupsman@oupsman.fr>
Date: Mon Dec 5 22:53:43 2022 +0100
Fixed translation system
commit 42c5a3e665
Author: Benoit <oupsman@oupsman.fr>
Date: Mon Dec 5 22:34:34 2022 +0100
Translation system is still * up
commit c80eac9d5b
Author: Benoit <oupsman@oupsman.fr>
Date: Mon Dec 5 22:33:50 2022 +0100
Translation system is still * up
commit f8ba6b0245
Author: Benoit <oupsman@oupsman.fr>
Date: Mon Dec 5 22:32:22 2022 +0100
Translation system is still * up
commit dec7eec6de
Author: Benoit <oupsman@oupsman.fr>
Date: Mon Dec 5 22:16:13 2022 +0100
Translation system is * up
commit cc840cf7cc
Author: Benoit <oupsman@oupsman.fr>
Date: Mon Dec 5 21:33:00 2022 +0100
First working version
commit 54b65e619e
Author: Benoit <oupsman@oupsman.fr>
Date: Mon Dec 5 18:59:09 2022 +0100
Using getGlobalStat method
commit 7ebc8500da
Author: Benoit <oupsman@oupsman.fr>
Date: Mon Dec 5 14:33:37 2022 +0100
Working on Omada Widget : NOT WORKING FOR NOW
commit 04eaf28cae
Merge: 61065ac
826fe15
Author: Benoit <oupsman@oupsman.fr>
Date: Mon Dec 5 10:32:30 2022 +0100
Merge branch 'main' of https://github.com/Oupsman/homepage into main
commit 61065ace28
Author: Benoit <oupsman@oupsman.fr>
Date: Mon Dec 5 10:24:57 2022 +0100
Working on Omada Widget
remove idea
Co-Authored-By: Benoit SERRA <11260343+oupsman@users.noreply.github.com>
2 years ago
shamoon
6ef05b8118
Merge pull request #648 from benphelps/fix-619
...
Fix rate unit displays
2 years ago
shamoon
a11f22cd49
Merge pull request #688 from luiseduardobrito/feat-nextdns
...
Adds widget for NextDNS
2 years ago
Michael Shamoon
93445a2831
Use credentialed proxy for miniflux
2 years ago
Heng-Yi Wu
3bef3dd6c6
feat: miniflux widget
2 years ago
Michael Shamoon
db46931246
Allow map in credentialedproxy
2 years ago
shamoon
7ca7a9cc58
Merge pull request #660 from vinaydawani/features/basic-docker-swarm
...
Support for docker swarm services
2 years ago
Michael Shamoon
f7d5582f57
Handle nextdns no devices setup, data pending
2 years ago
Michael Shamoon
12ed730897
Code cleanup + lint
2 years ago
Rickey Shideler
aaa1f76176
added tdarr widget
2 years ago
Luis Brito
fb2492e577
Adds widget for NextDNS
2 years ago
Michael Shamoon
95dcb8802a
Use ResolvedIcon, remove extra div
2 years ago
Vinay Dawani
9188f5cdd9
cleanup
2 years ago
Snekussaurier
645cf211dd
Add ability to use custom logo
2 years ago
Vinay Dawani
c720df0805
double negation instead of ternary. force boolean
2 years ago
Vinay Dawani
b7722ed333
check swarm value before passing
2 years ago
Vinay Dawani
fb883c7b27
added yaml file variable for swarm mode checks
2 years ago
Vinay Dawani
f51e755216
Merge remote-tracking branch 'forkorigin/main' into features/basic-docker-swarm
2 years ago
Michael Shamoon
146326f427
fix plex proxy async bug
2 years ago
Michael Shamoon
ccc1229098
fix intermittent loss of plex stats
...
closes #656
2 years ago
Michael Shamoon
91d8e56471
append service name to cache keys
2 years ago
Michael Shamoon
5e722b4d11
Fix plex widget error with 1 library
2 years ago
James Wynn
51ff424d98
added check for nodes without disks
2 years ago
James Wynn
ec08535204
fixed podSelector discovery
2 years ago
James Wynn
a146c13c4f
fixed unintentional blank default podSelector from discovery
2 years ago
James Wynn
8543118607
updated ingress selector label, added href override annotation
2 years ago
James Wynn
27d067dc4c
Typo in kubernetes component
2 years ago
Michael Shamoon
712fbb53c7
Fix rate unit displays
2 years ago
James Wynn
09eb172079
new status format, new podSelector field, more accurate pod stats
...
* renamed pod label prefix from "homepage" to "gethomepage.dev"
which is more inline with typical kubernetes practices
2 years ago
James Wynn
174cb651b4
Merge branch 'main' into kubernetes
2 years ago
Michael Shamoon
94af8044f1
fix minor flood without a backend error
2 years ago
Michael Shamoon
f89093a067
Update openmeteo-condition-map.js
2 years ago
Michael Shamoon
535a7d2f2d
Add optional tz
2 years ago
Michael Shamoon
656b818488
Fix conditions map for openmeteo
2 years ago
Niklas
0ce5311b5f
fix lint errors
2 years ago
Niklas
90cb395dc6
change calculation of passed devices
2 years ago
shamoon
cbf72eedab
fix missing passing condition
2 years ago
Niklas
3f79a2fdda
thresholdStatusMapping bugfix
2 years ago
Niklas
1a94453849
Respect scrutiny device status threshold setting
2 years ago
Michael Shamoon
57d12c32fc
Hide docker memory stats when unsupported
2 years ago
Michael Shamoon
c01b60dbd1
try to detect invalid settings load
2 years ago
shamoon
f09268230e
Merge pull request #607 from benphelps/fix-590
...
Fix: unable to build from source on some installs
2 years ago
Michael Shamoon
01b55a17f1
fix flood lint
2 years ago
shamoon
ff31b36b46
Merge pull request #598 from JigSawFr/widget/flood
...
Add flood widget
2 years ago
JigSawFr
8a84eba232
fix(widgets): move flood auth from BASIC to raw json body
2 years ago
shamoon
9d2f1ab8c8
Add default interval setting for coinmarketcap
2 years ago
JigSawFr
7087ed80cc
Add flood widget
2 years ago
Michael Shamoon
1aeb3a3b63
Add a perfunctory key to <span>
2 years ago
shamoon
df5ff48000
Merge pull request #594 from benphelps/fix-591
...
Fix: Add token expiration, tweak error handling for npm
2 years ago
shamoon
537b1b344d
Merge pull request #586 from benphelps/add-diskstation
...
Add Synology DiskStation widget
2 years ago
Michael Shamoon
98c8f2078d
fix another react deps warning
2 years ago
Michael Shamoon
039d3df7d8
Add token expiration, tweak error handling for npm
2 years ago
Michael Shamoon
94678be85e
retry ping > 500 too
2 years ago
shamoon
b0cce6dbde
Merge pull request #587 from benphelps/ping-fallback
...
Change: Add fallback to http GET for ping
2 years ago
Michael Shamoon
33bd349e43
Add fallback to HTTP GET for ping
2 years ago
Jason Fischer
4eabdc1e5e
Add Synology DiskStation widget
...
closes #523
2 years ago
shamoon
c880fb344f
Merge pull request #583 from benphelps/fix-582
...
Fix quicklaunch z-index
2 years ago
Michael Shamoon
c2230fb308
Fix quick-launch z-index
...
Closes #582
2 years ago
Myztillx
2f523abe9d
Added processing count to overseerr
2 years ago
Michael Shamoon
69b1049c17
Graceful fallback when build args not supplied
...
See #578
2 years ago
Michael Shamoon
44c2a1ecbd
fix react dep warning
2 years ago
Michael Shamoon
4c70bff952
Show memory up to 1 decimal place
2 years ago
Jason Fischer
bc4d662b2d
Merge pull request #567 from benphelps/fix-563
...
Fix: deluge widget doesnt use username
2 years ago
Michael Shamoon
812eb3d70f
Fix datetime react render error
2 years ago
Michael Shamoon
c9f508d321
deluge doesnt use username
2 years ago
Michael Shamoon
04fbf315ee
Fix startup errors on completely empty settings file
...
Closes #564
2 years ago
Jason Fischer
e0edc2735d
Add healthy status if available
2 years ago
Jason Fischer
07385dc91e
Add container health details to status
2 years ago
Michael Shamoon
f16bd91978
fix version number missing
2 years ago
shamoon
ff27d90a54
Merge pull request #551 from JazzFisch/add-deluge
2 years ago
Jason Fischer
034dbb956a
Change qBittorrent to no longer use fetch
2 years ago
shamoon
1ca1d6a5c8
Merge pull request #543 from brunoccr/main
...
Fix error on refresh sending DATA var undefined on first time on widget ChangeDetection.IO
2 years ago
Michael Shamoon
a488cc0115
Use statistics endpoint for paperless-ngx
2 years ago
James Wynn
c54374068d
fixed a formatting error and longhorn's usage bar
2 years ago
Niklas
a677a507b8
Added paperless-ngx widget
2 years ago
Jason Fischer
9f03d18e49
Move content-length calculation to http module
...
- consolidate http / https functionality to single function
2 years ago
Michael Shamoon
ccfafe1b31
fix fatal jsonrpc error, error handling, add content-length
2 years ago
Michael Shamoon
165add7f53
Handle deluge with 0 torrents
2 years ago
Jason Fischer
bec62a0949
Fix linting errors
2 years ago
Jason Fischer
7266390491
Add Deluge widget
...
- Create semi-generic jsonrpc proxy handler
- Refactor NZBGet to use jsonrpc proxy handler
closes #190
2 years ago
Niklas
16561bac79
Add scrutiny widget
2 years ago
Bruno Rossetto
4584384beb
Fix error on refresh sending DATA var undefined on first time
2 years ago
Michael Shamoon
92d456dbf4
fix group sort to prevent possible loss
2 years ago
Michael Shamoon
e4c0a62fd9
Merge branch 'main' of https://github.com/benphelps/homepage
2 years ago
Michael Shamoon
b393318084
fix group sorting bug
2 years ago
Jason Fischer
354f819041
Merge pull request #505 from benphelps/ping-and-redesign-status
...
Feature: Service ping, redesign docker status
2 years ago
Jason Fischer
0428914690
Merge pull request #535 from theeternalrat/configurable-logpath
...
Added configurable setting for log folder
2 years ago
Michael Shamoon
0653b12104
fix quicklaunch sometimes mislabels bookmarks
2 years ago
Michael Shamoon
c57d980558
fix rutorrent lint
2 years ago
Michael Shamoon
b5bb9c0272
Fix rutorrent widget always uses port 80
...
Closes #538
2 years ago
Rat
c8806a8775
lint fix
2 years ago
James Wynn
a1f2003a77
Merge branch 'main' into kubernetes
2 years ago
Michael Shamoon
f9c2f40ad1
hide webkit details marker, logger url output
2 years ago
Michael Shamoon
4ccf8eddae
fixes for widget validation
2 years ago
Michael Shamoon
9d5e401fe2
fix hdhomerun lint
2 years ago
Michael Shamoon
a282538782
Fix viewport tag location lost in merge
2 years ago
shamoon
d76a18565c
Merge branch 'main' into fix/icon
2 years ago
Michael Shamoon
3393cbcfc1
update to new widgets API error handling
2 years ago
Michael Shamoon
fe4a967a15
rename hdhomerun lineup endpoint
2 years ago
Michael Shamoon
b5d5b7c552
lint HDHomeRun widget
2 years ago
Don Reece
1b00ac2e37
Add HDHomeRun widget
...
- Tracking Channels, and HD Channels
2 years ago
shamoon
0ad026503a
Merge pull request #358 from GodD6366/feat/support-sort-layout
...
Feature: support sort layout
2 years ago
James Wynn
1ca61114ef
Merge branch 'benphelps:main' into kubernetes
2 years ago
James Wynn
fdb143304f
Separated kubernetes widgets from resources widgets
2 years ago
Rat
83a3a06386
Added configurable setting for log folder, falls back to config path if not set
2 years ago
Michael Shamoon
1215808dd4
Add validation, error display for gluetun
2 years ago
Michael Shamoon
8a783ba9f6
Simplify error catching
2 years ago
Michael Shamoon
00163d2f44
Update homebridge, autobrr, truenas, tubearchivist, watchtower, pyload widgets
2 years ago
Michael Shamoon
f473d324df
Fix docker status error display
2 years ago
Michael Shamoon
7c4d8a77cf
Update error display styling
2 years ago
Michael Shamoon
1695fd5bee
Add field validation for some widgets
2 years ago
Michael Shamoon
21017e4716
Add detailed Error component for service widgets
2 years ago
Michael Shamoon
7b7740563e
Basic widget data validation
2 years ago
Jason Fischer
5b7d2eaf07
Merge pull request #499 from benphelps/npm-no-fetch
...
Fix: Change npm widget to use httpProxy not fetch
2 years ago
shamoon
6e7236981b
Merge pull request #512 from Tarow/gluetun-widget
...
Add gluetun widget
2 years ago
Michael Shamoon
c117f18d20
Improve error handling with pyload-ng API
2 years ago
Michael Shamoon
3c0b18570e
pyload widget compatibility with pyload-ng
...
Closes https://github.com/benphelps/homepage/issues/517
2 years ago
Michael Shamoon
f11173bcaf
Fix text centering in block labels on small screens
...
Closes #516
2 years ago
Niklas
9060d3436c
Add gluetun widget
2 years ago
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.
2 years ago
shamoon
b719a9f6a0
Merge pull request #496 from stuffinator/pyload_widget
...
Add Pyload widget
2 years ago
stuffinator
1fd9686e41
- fixed empty password not working
...
- Airbnb style guide
2 years ago
Michael Shamoon
2bcfc36bc2
use grid-cols instead of flex-basis for bookmarks
...
Fixes #507
2 years ago
Michael Shamoon
3e73fb65ea
Use compact now playing format
2 years ago
Michael Shamoon
1c456b70c0
Re-create service ping, docker status changes
...
See #388
2 years ago
Michael Shamoon
31b644c939
fix navidrome nothing playing, simplify widget params
2 years ago
Michael Shamoon
69786600b1
Pyload widget use httpProxy instead of fetch
2 years ago
Michael Shamoon
8b2b8d7b35
Cache Pyload widget login sessionId, refactor
2 years ago
ForeverEndeavor
210d746ef6
Feature: add navidrome support
2 years ago
Michael Shamoon
319d3bfae3
Change npm widget to use httpProxy not fetch
2 years ago
Michael Shamoon
2ab05350a3
Fix maxWidth / maxHeight style attrs
2 years ago
James Wynn
056e26dfd3
Improved handling of empty or disabled kubernetes configuration
2 years ago
James Wynn
0c6f7dbee1
Cleaned up some variable names
2 years ago
James Wynn
4fc6db49ca
Improved kubernetes error handling
2 years ago
James Wynn
8887fcc3ee
longhorn support
...
* longhorn widget for showing storage stats as "disks"
2 years ago
James Wynn
c4333fd2dc
Kubernetes support
...
* Total CPU and Memory usage for the entire cluster
* Total CPU and Memory usage for kubernetes pods
* Service discovery via annotations on ingress
* No storage stats yet
* No network stats yet
2 years ago
stuffinator
02027deb06
code styling
2 years ago
stuffinator
d6f53ab1e9
Merge remote-tracking branch 'origin/main' into pyload_widget
2 years ago
stuffinator
5b21444c2e
Add Pyload widget
2 years ago
Michael Shamoon
b25ba09e18
Fix error detection in emby widget
2 years ago
Michael Shamoon
57fef06931
fix resolved icon mdi icon overflow
2 years ago
Michael Shamoon
5fd5762c0c
fix bookmark abbr + icon
2 years ago
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
2 years ago
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>
2 years ago
Michael Shamoon
872d2a8ace
lint truenas widget
2 years ago
Michael Shamoon
ae3f847cef
Sort layout groups by default, simplify sorting
2 years ago
GodD6366
bd97d5ff2e
lint
2 years ago
GodD6366
3740426bb5
Change to server-side implementation
2 years ago
GodD6366
82c69ff68d
support sort layout
2 years ago
Dimitar Ilkov
30c35f99d2
Merge branch 'main' of github.com:chazzbg/homepage into truenas-widget
2 years ago
Brandon Barker
68b8e4b376
feat: add tubearchivist widget
2 years ago
Michael Shamoon
49a764e864
openmeteo right-algned like other weather widgets
2 years ago
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
2 years ago
ForeverEndeavor
1963a94f74
fix endpoint typo in emby widget
2 years ago
Michael Shamoon
546de7f0bf
Update skeleton config links
2 years ago
Michael Shamoon
5f71486b74
remove unnecessary watchtower header cache, code style
2 years ago
FauFra
87c3ba8faa
Added support to watchtower statistics
2 years ago
Dimitar Ilkov
300bb3487e
format uptime
2 years ago
Michael Shamoon
c14ae6ee72
Fix missing column gap for bookmarks
...
https://github.com/benphelps/homepage/issues/235#issuecomment-1292261927
2 years ago
Michael Shamoon
25f27dcfdd
Merge branch 'main' into pr/451
2 years ago
Brandon Barker
a2a5382ddb
feat: add autobrr widget
2 years ago
Dimitar Ilkov
3483fe1188
Add widget for Truenas
2 years ago
Ivan Bravo Bravo
99b2ba8944
added basic support for Docker Swarm services
2 years ago
Michael Shamoon
e19583b6b0
lint
2 years ago
Michael Shamoon
c601094c32
fix login retry, use token expiration, object deconstruction
2 years ago
Michael Shamoon
d942e989bd
Refactor proxy for brevity
2 years ago
Michael Shamoon
df3e2eff11
Merge branch 'widget/homebridge' of https://github.com/Fernando-Neira/homepage into pr/442
2 years ago
Fernando Neira
57dae4021d
feature: improvement login api calls
2 years ago
Michael Shamoon
b1bf251309
Capitalize status
...
=)
2 years ago
Fernando Neira
5c5b677075
improvements
2 years ago
Fernando Neira
c9512a6d26
add homebridge plugin
2 years ago
Michael Shamoon
ed0aa08641
Fix viewport meta tag location
...
see https://nextjs.org/docs/messages/no-document-viewport-meta
2 years ago
shamoon
5c5a7ff79f
Merge pull request #430 from benphelps/fix-search-url1
...
Fix: some info widgets exempt from cleaning private data
2 years ago
Michael Shamoon
a86a39c5ee
quicklook shouldnt retain focus after close, also fixes esc key
2 years ago
Michael Shamoon
45608b76b1
Fix quicklaunch setting name
2 years ago
Michael Shamoon
a3ed070921
Some info widgets exempt from cleaning private data
2 years ago
Michael Shamoon
741a3d6225
Fix quicklaunch strings name
2 years ago
shamoon
afd126fb1e
Merge pull request #415 from benphelps/openmeteo-widget
2 years ago
Ben Phelps
0506efb554
Merge pull request #386 from brunoccr/main
...
Add ChangeDetection.io widget
2 years ago
Ben Phelps
aedd9cfeb9
Merge branch 'main' into openmeteo-widget
2 years ago
Michael Shamoon
689e2a8011
Quicklook support individual item target
2 years ago
Michael Shamoon
9c1c0e4465
Add quicklook searchDescriptions option
2 years ago
Michael Shamoon
f62021633b
Respect settings target and allow command override
2 years ago
Michael Shamoon
5abe13c726
Handle click to close, close animation timing
2 years ago
Michael Shamoon
a1788b01c3
Show description in quicklook
2 years ago
Michael Shamoon
484d69a4b5
services should come first
2 years ago
Michael Shamoon
b5410eea12
fix quicklaunch hover bug on open
2 years ago
Michael Shamoon
ba4a1eb646
Refactor, better handle mouseover
2 years ago
Michael Shamoon
db9633496b
Handle clicking items
2 years ago
Michael Shamoon
fa46c9a1a4
lint
2 years ago
Michael Shamoon
3249c95a74
Refactor homepage search, visual improvement
2 years ago
Michael Shamoon
fe770c3864
Initial implentation
2 years ago
Michael Shamoon
e1a62a69f6
Openmeteo Widget
2 years ago
Jason Fischer
74de07a22a
Merge pull request #418 from JazzFisch/fix-397
...
Fix incorrect wanted value in Radarr widget and add the "Missing" field.
2 years ago
Jason Fischer
cec193b93a
Fix merge conflict
2 years ago
Jason Fischer
f022315d11
Snap to Radarr's native filter logic
2 years ago
Michael Shamoon
1286466669
Use Radarr wanted logic
...
See 9b3770a018/frontend/src/Store/Actions/movieActions.js (L67)
2 years ago
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>
2 years ago
Jason Fischer
db1804b4a7
Fix incorrect wanted value in Radarr widget
...
fixes #397
2 years ago
shamoon
5e6f1041cb
Merge pull request #398 from benphelps/better-non-os-unifi-controller
...
Fix: Better non-OS Unifi Controller support
2 years ago
Michael Shamoon
203783953d
Fix wan display for service widget
2 years ago
GodD6366
78a75a1ff9
Merge branch 'master' into fix/icon
2 years ago
GodD6366
93bfc039f9
fix: Fix the problem that favicon does not work
2 years ago
Michael Shamoon
94f9ef3c30
Fix error on already logged in
2 years ago
Michael Shamoon
3d89d7ad1b
Better support non-OS Unifi Controllers
2 years ago
Ben Phelps
4ec8fc1350
add changelog link to version
2 years ago
Bruno Rossetto
86d1f5c6c3
Add ChangeDetection.io widget
2 years ago
Ben Phelps
4ea279856f
Merge pull request #377 from shamoon/unified-infowidget-settings
...
Feature: Unified info widget settings
2 years ago
GodD6366
c7d1c05e6e
Fix the page auto zoom when ios input focus ( #379 )
2 years ago
Michael Shamoon
48a09e5a99
Refactor info widget sanitizing / privateOptions
2 years ago
Michael Shamoon
dced918804
Update unifi_console to use private widget options
2 years ago
Ben Phelps
b259ecf870
Merge pull request #369 from shamoon/glances-info-widget
...
Feature: Glances info widget
2 years ago
Michael Shamoon
c1a55ff6d3
Update glances to use private widget options API
2 years ago
Michael Shamoon
7c39cd8960
Private widget options API
2 years ago
Ben Phelps
2bdd9eaa88
remove shortcuts from manifest
2 years ago
Michael Shamoon
8e2ff61f1c
Allow multiple glances widgets with optional `id` property
2 years ago
Michael Shamoon
99b70f96e4
Allow username + password for glances
2 years ago
Michael Shamoon
802fe0f721
Glances widget use settings for URL
2 years ago
Michael Shamoon
080bc44a6f
Lint glances info widget
2 years ago
Michael Shamoon
321efd08cc
Glances info widget
2 years ago
Jason Fischer
37fed0ce01
Merge pull request #372 from shamoon/plex-service-widget-key
...
Fix: change Plex service widget to use "key" not "token"
2 years ago
Michael Shamoon
778261f67e
Change Plex service widget to use key not token
2 years ago
Ben Phelps
c95422b682
impl. mdi icons with the possibility for others
2 years ago
Michael Shamoon
3c23e59a70
lint
2 years ago
Michael Shamoon
2440da8e08
Plex service widget without Tautulli
2 years ago
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
2 years ago
Jason Fischer
85df467fdb
Merge pull request #341 from shamoon/main
...
Feature: UniFi Console Info & Service Widgets
2 years ago
Michael Shamoon
04da8f3925
lint
2 years ago
Michael Shamoon
86b12debc5
Revert "Infer unifi port"
2 years ago
Michael Shamoon
69c9a449b1
Revert "Rename unifi_console info widget to unifi"
2 years ago
Ben Phelps
fe7fa5c060
fix network stats when using podman #254
2 years ago
Ben Phelps
d2dc51d49c
add services and bookmarks as manifest shortcuts
2 years ago
Ben Phelps
d26ae30fa6
remove old code
2 years ago
Michael Shamoon
fbac27f504
Fix unifi service lan/wlan labels
2 years ago
Michael Shamoon
d1b6dad14d
Infer unifi port, use api widget property for login
2 years ago
Michael Shamoon
fe1064b173
Rename unifi_console info widget to unifi
2 years ago
Jason Fischer
42da3eca28
Standardize on double quoted strings
2 years ago
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
2 years ago
Jason Fischer
2bd9c8eddc
Cache console version check result
2 years ago
shamoon
1249ecaa68
Merge branch 'main' into main
2 years ago
Ben Phelps
ba428cf3ae
fix docker service discovery #343
2 years ago
Ben Phelps
94a518f4a8
add styled headers option
2 years ago
Ben Phelps
e56dccc7f1
new logo and styling tweaks
2 years ago
Michael Shamoon
e03822df6e
Add UniFI console service widget
2 years ago
Michael Shamoon
ad1d1e751d
Refactor unifi proxy for udm-pro compatibility
2 years ago
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
2 years ago
Michael Shamoon
952f0295cc
uptime label
2 years ago
Michael Shamoon
5ba75bc62d
support wan down too
2 years ago
Michael Shamoon
b9b9449cd3
Add unifi_console widget, API endpoint
2 years ago
Jason Fischer
65c5828456
Merge pull request #335 from JazzFisch/add-proxmox-widget
...
Add Proxmox widget
2 years ago
Ben Phelps
ea96999377
place error boundaries closer to the source
2 years ago
Jason Fischer
a9fb458f19
Add Proxmox widget
2 years ago
Jason Fischer
962e6e576c
Add ErrorBoundary component
...
- wrap a myriad of components in ErrorBoundary
resolves #270
2 years ago
Ben Phelps
7033652508
Merge pull request #328 from JazzFisch/disable-open-proxy
...
Remove pages/api/proxy.js as it was an open proxy
2 years ago
Jason Fischer
84bb98b007
Update component.jsx
2 years ago
Jason Fischer
c3a623c329
Remove pages/api/proxy.js as it was an open proxy
...
- The only location pages/api/proxy was used was for icon loading in item.jsx, simply returning the icon URL instead worked just fine. There was no need to proxy icon requests.
fixes : #327
2 years ago
Juan Manuel Bennàssar Carretero
1249724f8a
Fix resources CPU label...
2 years ago
Ben Phelps
07e99768e6
speedtest widget, catch api errors
2 years ago
Ben Phelps
09b4de08e3
hopefully improve font rendering
2 years ago
Ben Phelps
de4ce73a9a
fix hidden scrollbars
...
this was an adventure
2 years ago
Ben Phelps
f52c6f3b41
improved static styles and x-browser scrollbars
2 years ago
Ben Phelps
2271cc0044
cache github response for 5 min
2 years ago