* 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>
* 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 the follow-redirect package
- add the tough-cookie package
Jackett API uses a redirect mechanism to set a CSRF token.
This CSRF token is stored in a cookie that is required to
be present or the API won't work.