shamoon
5289476937
Pass csrf token for unifi login
2 years ago
shamoon
ad6eeaaf75
Remove nextcloud shares block
2 years ago
Mbarmem
ed96c46fa5
Add Nextcloud widget
2 years ago
shamoon
e1176e9e3b
Strip sensitive information contained in URLs from frontend API calls
2 years ago
shamoon
a25606cfe9
Merge pull request #994 from benphelps/fix-970
...
Fix: improve swarm status for replicated services & prefer stats for local containers
2 years ago
shamoon
ae7a77d247
Use replica count for swarm status
...
Co-Authored-By: Raphaël Catarino <raphcatarino@gmail.com>
2 years ago
shamoon
460983b741
Add grafana stats
2 years ago
shamoon
c1f22b3e2c
Cleanup grafana widget + fix labels
2 years ago
Mbarmem
cd7d7ba729
Add Grafana widget
2 years ago
shamoon
f74275293a
Prefer swarm task containers locally for status / stats
2 years ago
shamoon
ebe58769f6
fix fileflows widget labels
2 years ago
shamoon
598815ba5c
fileflows code cleanup
2 years ago
Mbarmem
6bb94dc185
Add FileFlows widget
2 years ago
Vorotynsky Maxim
f558d27e8c
Move the footer to the bottom
2 years ago
Jason Fischer
e1f0e3814a
Merge pull request #954 from benphelps/rewrite-rutorrent-proxy
...
Feat: rewrite rutorrent proxy
2 years ago
James Wynn
b4cdb03228
Added support for "ping" configuration in kubernetes ingress annotations
2 years ago
shamoon
3600e5487d
Apply suggestions from #964 code review
2 years ago
chain710
f109ffa9bc
cookieJar.setCookieSync ignore error
...
cookieJar.setCookieSync crash node when error, like:
```
uncaughtException: Error: Cookie not in this host's domain. Cookie:example.com Request:127.0.0.1
```
2 years ago
shamoon
73c8ff7ee6
Use buildtime in config hash
2 years ago
shamoon
7b474d4cef
Revert "Merge pull request #609 from benphelps/fix-576"
...
This reverts commit a7f290dfdd
, reversing
changes made to cf38395100
.
2 years ago
shamoon
b2211bcdfd
rewrite rutorrent proxy
2 years ago
shamoon
b9b989fd11
Revert "feat: Custom CSS"
2 years ago
Jason Fischer
153dcf398e
Merge main
2 years ago
Jason Fischer
f53f975669
Settle on four fields with free size displayed as Available
2 years ago
shamoon
10097ab4fc
lint photoprism
2 years ago
shamoon
a226f9de12
remove folders, unused vars
2 years ago
geckoflume
551f521edd
Add PhotoPrism widget
2 years ago
Jason Fischer
11ae52df4a
Merge main
2 years ago
Bryan
77e02e6729
Merge branch 'main' into Mylar
2 years ago
KillahBee
58e8109856
adding working mylar
2 years ago
shamoon
486b376dca
Fix label for PBS when data not returned yet
2 years ago
shamoon
f50f5c130e
Merge pull request #931 from benphelps/unifi-improvements
...
Unifi improvements
2 years ago
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