* Add initial UrBackup widget with counts of ok, errored, and out-of date clients
* Add configurable number of days since last backup before a client is considered out-of-date
* Don't count a lack of recent (or error free) image backup if image backup isn't supported.
* Add support for reporting total disk usage
* add support for "fields" from services.yaml
* fix field filtering, syntax
* Consolidate urbackup code, syntax changes
* Revert pnpm changes
* re-add urbackup-server-api
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* add azure pullrequrests
* add creatorId
* rename azurePullrequests->azurePullRequests
* pass creatorId to FE
* expose userEmail to frontend
* tolower
* remove unused code
* merge to AzureDevOps
* fix userEmail
* remove whitespace in const and set true endpoint in widget
* use widget params in endpoint
* change approvedNotCompleted to Approved
* change to lower
* rename
* rename
* merge widgets together
* limit pipeline result to 1 result
* Better handle azuredevops PR call failures
* change to have repositoryId and not branchName
* Fix field filtering, avoid PR call if not needed
---------
Co-authored-by: Nitzan Miranda <Nitzan.Miranda@bagirasys.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* Adding Counter-Strike: Global Offensive (CSGO)
Adding Counter-Strike: Global Offensive (CSGO) widget
* Changed to GameDig
Converted csgo widget to gamedig
Added game server type as widget parameter
Added more fields
* Limited widget displayed fields to 4
* Moved fields limit to gamedig widget
* Add custom colors to resolvedicon.jsx
Enables appending a color code (e.g. "#123456") to all mdi and si icons, in order to change their color to a per-icon custom one.
* Streamline code for custom icon colors in resolvedicon.jsx
Removed redundant if statement when defaulting to theme colors if no custom icon color code is provided
* Update resolvedicon.jsx
Remove unnecessary variable, restoring the fallback code in case no custom icon color is provided.
* Update resolvedicon.jsx - test for custom color suffix
Changed if condition from string.match to string.test and expanded regex to also include upper case letters.
* Update resolvedicon.jsx - DRY
Removed repetition, slimmed down if statement.
Also reverse previous commit as it did not work as intended.
* Update resolvedicon.jsx - upper case color hex codes
Update regular expression to also allow for upper case letters as part of the hex color code, as either are valid when describing an objects color.
* Refactor custom color code
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
Until this change, the config directory was assumed
to be located at '/config'. This patch retains that
default behaviour, but enables users/devs to override
that behaviour by setting the HOMEPAGE_CONFIG_DIR
variable.
Reverts pnpm lock file changes
Make entire section above list clickable.
Implement in headlessui instead of pulling in new library.
Remove unecessary packages and clean up ESLint errors
The current implementation of service detection focusses on containers.
However when using Docker Swarm this limits automatic service detection
to the containers running on the same node as homepage (or
docker-proxy). Detecting other services in the docker swarm is with the
current implementation not possible.
This commit fixes this by getting the appropriate labels from services
when Docker swarm is configured in the config file. This ensures that
the appropriate labels are gathered from the service definition instead
of the container definiation, thus allowing for automatic service
detection for the entire Docker swarm. Please note that in order for
this to function the homepage (or dockerproxy) should be running on a
manager node. Only the manager node is able to gather all the relevant
service labels.
Fixes: #752, #970, #955, #1255, #1045, #1496
* Add support for pfSense API
* Fix linting issues
* remove a line
* rename cpu to load in default block
* Re-order container blocks to ensure defaults show
* clean up
* Add support for multiple volumes as well as defining the volume you want to track
* QNAP widget syntax corrections, translate invalid
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* added all evcc related files
* changed units
* bugfix changed first value to pvPower insted of homePower
* deleted proxy.js
* delted battary label and german translation
* Code style changes to evcc widget
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* Add support for pfSense API
* Fix linting issues
* remove a line
* rename cpu to load in default block
* Re-order container blocks to ensure defaults show
* simplify pfsense widget, rename, limit blocks
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* New file and share count fields for Nextcloud
* Support "deprecated fields" for nextcloud widget
* Move to explicit checks
* Way more explicit render rules
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* feat: add FreshRSS widget
* refactor: revert credentialed.js
* refactor: custom proxy handler for FreshRSS
* refactor: cache the token as long as possible
During installation, the salt is generated and remains constant unless
the user re-installs the FreshRSS instance.