Commit Graph

692 Commits (e58637d9356cdc52e4e5a073dff67ba3d35736cd)

Author SHA1 Message Date
Bastien Wirtz e58637d935
Glances service improvements (#837)
* feat: add a basic glances service widget

* feat: auto update for glances widget

* feat(services/glances): multiple metric support

* Update dependencies

---------

Co-authored-by: Manuel Quarneti <manuelquarneti@protonmail.com>
2024-11-23 07:00:01 -08:00
Adam Monsen 496f9083b2 Add Gitea custom service 2024-11-23 02:03:10 -08:00
SergeiTarkhanov a8629ba80c Fix param for demo showcase 2024-11-23 02:01:50 -08:00
Bastien Wirtz f431551744 demo: update smart card showcase 2024-11-18 22:18:52 +01:00
Bastien Wirtz 8d0bc456c1 doc(smart-cards): sort service list alphabetically 2024-11-18 22:17:46 +01:00
SergeiTarkhanov fd919076df Dummy data for peanut service 2024-11-18 12:39:54 -08:00
SergeiTarkhanov 1e7542b632 Add PeaNUT custom service 2024-11-18 12:39:54 -08:00
Bastien Wirtz 721a8c2e66 feat(ping): support for custom http success codes. Fix #425 2024-11-18 14:01:37 +01:00
dependabot[bot] 9b0e3f595e chore(deps): bump cross-spawn from 7.0.3 to 7.0.5
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.5)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 04:19:45 -08:00
dependabot[bot] ce9a09ff81 chore(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3
Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.0 to 0.2.3.
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](https://github.com/eslint/rewrite/compare/core-v0.2.0...plugin-kit-v0.2.3)

---
updated-dependencies:
- dependency-name: "@eslint/plugin-kit"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 04:18:35 -08:00
Bastien Wirtz 0b95836c64 doc: Add demo link 2024-11-14 09:41:05 +01:00
Bastien Wirtz 92d3d6e922 Release 24.11.4 2024-11-14 08:58:14 +01:00
Sergey 80e458fcb4 Update docs/customservices.md
Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
2024-11-13 23:57:47 -08:00
SergeiTarkhanov 268ac05821 Update docs 2024-11-13 23:57:47 -08:00
SergeiTarkhanov b8ec139112 Timeout for Ping service 2024-11-13 23:57:47 -08:00
Bastien Wirtz a1c6cb7681 doc: remove outdated screenshot 2024-11-13 23:13:45 +01:00
Bastien Wirtz 900bf058da chore: lint the style files 2024-11-13 23:00:07 +01:00
Bastien Wirtz 3419a4b6d6 fix(style): remove duplicated styles 2024-11-13 22:53:34 +01:00
SergeiTarkhanov b6d9749dea Tag use --highlight-secondary background if not set bulma classes 2024-11-13 13:13:46 -08:00
Shirsendu Das 29a9cd3ea5 added the missing leading slash.md 2024-11-13 04:35:01 -08:00
Bastien Wirtz 3396257528 feat(docker): skip assets install on permission error 2024-11-13 12:12:24 +01:00
Bastien Wirtz a40acb2fee lint fix 2024-11-13 12:12:15 +01:00
Bastien Wirtz 012f472aa7 doc: minor improvements 2024-11-13 12:07:23 +01:00
Bastien Wirtz d5921d939b feat(container): support timezone configuration 2024-11-12 18:06:58 +01:00
Bastien Wirtz b7ebdcaec8 ops: Release 24.11.3 2024-11-11 17:21:39 +01:00
SergeiTarkhanov 88d675d7f5 Scrutiny custom service 2024-11-11 08:20:28 -08:00
Bastien Wirtz 794ac79f52 ops: release 24.11.2 2024-11-11 17:18:34 +01:00
Bastien Wirtz 37091fa3d9 chore(docker): small cleanup 2024-11-11 17:17:11 +01:00
Bastien Wirtz a666d7aa93 feat(smartcard): Simplify ping card 2024-11-08 18:08:14 +01:00
Bastien Wirtz f7cc9761e9 doc: add lemmy and dashboard icons links, cleanup 2024-11-06 14:04:34 +01:00
Bastien Wirtz aa8be8e576 release version bump 2024-11-04 20:49:06 +01:00
SergeiTarkhanov 546db41ab7 Fix immich widget after breaking changes update 2024-11-04 11:45:26 -08:00
René Hansen 1ca9a4b0eb
Fixes mealie when meal plan is empty (#819) 2024-11-04 11:39:05 -08:00
Jian Qin 18360e223f
Display round-trip time on the subtitle of the custom service ping (#800)
* Show rtt on subtitle of custom service ping

* Display subtitle when showRtt is false and handle offline service RTT

- Ensure the subtitle is still displayed even if `showRtt` is set to false.
- When `showRtt` is true and the service is not online, display "N/A" instead of omitting the RTT value.
2024-11-04 10:04:19 +01:00
Bothari 1febbadfba
Improve warning and missing reports for Radarr connections (#809)
Improve warning and missing reports for Radarr connections
2024-11-02 07:44:01 -07:00
Rich Schumacher 779deedecd
feat: Add Gotify custom service component (#706)
This adds a new custom service component for Gotify, a system for
sending and receiving messages. The component will display the number of
messages outstanding as well as the overall system health.

Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
2024-10-31 21:32:08 +01:00
Ronald Jerez a2866e1714 Pass accept header when fetching the message via url 2024-10-30 05:47:01 -07:00
Bastien Wirtz c7a6f54f35 doc: Avoid tarball install issue. fix #620 2024-10-30 13:40:54 +01:00
Bastien Wirtz b168430fbf fix: empty / null headers issue 2024-10-27 14:40:43 +01:00
Hector Cuesta 95f1d94219 Add the option to set custom headers in the SW 2024-10-27 06:35:36 -07:00
Alex Fornuto bbc88262ee Update README.md
Fixed ToC anchor link.
2024-10-27 02:13:40 -07:00
Bastien Wirtz 4c26a49922 release version bump 2024-10-26 21:19:56 +02:00
Bastien Wirtz 43678d09c1 fix: name collision in NextCloud service 2024-10-26 20:47:28 +02:00
Adam Monsen 58b718c2a9
Add Nextcloud custom service (#650)
Add Nextcloud custom service
2024-10-26 20:41:23 +02:00
thedroid cd25756fd0
FreshRSS custom service. (#672)
Add FreshRSS custom service.
2024-10-26 16:48:03 +02:00
Bobby B 0e5106c42a fix: Update Mealie service component endpoints 2024-10-26 06:26:02 -07:00
Bastien Wirtz c6571b48b4 doc: review documentation 2024-10-25 21:58:32 +02:00
Kaustubh Murumkar ea12ee520b
Fix octoprint timestamp (#693)
update octoprint service with timestamp changes
2024-10-25 21:39:21 +02:00
Matheus Peviani Vellone 11cdb50ea5 doc: add tips and tricks to show latest picture from camera feed 2024-10-25 12:20:40 -07:00
Matheus Peviani Vellone 88585186f2 doc: update message.content docs 2024-10-25 12:20:40 -07:00