James Wynn
f8f96645b0
Added "external" boolean annotation to specify external services
...
External services define a kubernetes service pointing to an application
hosted outside of the cluster. These services should not attempt to get
the status based on kubernetes deployments. The new boolean flag disables
this functionality. Since this is an edge case, the default value is "false".
2 years ago
shamoon
b2f26e1a43
Update status.jsx
2 years ago
shamoon
ae7a77d247
Use replica count for swarm status
...
Co-Authored-By: Raphaël Catarino <raphcatarino@gmail.com>
2 years ago
Jason Fischer
f53f975669
Settle on four fields with free size displayed as Available
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
shamoon
ce644afe9e
Fix search broken in 0.6.5
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
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
11d03be4de
Use configured search provider, allow disable internet search
2 years ago
Alex Sinelnikov
4e17628f97
Added search to quicklaunch
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
Jackson Barker
ab2c3c6412
Added Brave search provider
2 years ago
José Manuel Jurado Bujalance
93dda99aaa
use abbr as icon fallback
2 years ago
James Wynn
b6e8b64a2e
Merge branch 'main' into kubernetes
2 years ago
Michael Shamoon
84b7f103c3
Allow setting locale for datetime widget directly
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
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
Michael Shamoon
679704949e
Fix broken update checker
2 years ago
Michael Shamoon
95dcb8802a
Use ResolvedIcon, remove extra div
2 years ago
Snekussaurier
645cf211dd
Add ability to use custom logo
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
656b818488
Fix conditions map for openmeteo
2 years ago
Michael Shamoon
1aeb3a3b63
Add a perfunctory key to <span>
2 years ago
Michael Shamoon
98c8f2078d
fix another react deps warning
2 years ago
Michael Shamoon
c2230fb308
Fix quick-launch z-index
...
Closes #582
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
Michael Shamoon
812eb3d70f
Fix datetime react render error
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
James Wynn
c54374068d
fixed a formatting error and longhorn's usage bar
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
Michael Shamoon
0653b12104
fix quicklaunch sometimes mislabels bookmarks
2 years ago
James Wynn
a1f2003a77
Merge branch 'main' into kubernetes
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
Michael Shamoon
8a783ba9f6
Simplify error catching
2 years ago
Michael Shamoon
f473d324df
Fix docker status error display
2 years ago
Michael Shamoon
7c4d8a77cf
Update error display styling
2 years ago