Commit Graph

723 Commits (36d753df58ee5aa67c79f559a3a282a1a9a4f42f)

Author SHA1 Message Date
tanasegabriel 36d753df58 Fix quicklinks conditional icon rendering 2025-02-27 04:31:25 -08:00
Bastien Wirtz 1c09714c43 fix: make sure healthcheck dont use a proxy #394 2025-02-25 21:55:09 +01:00
Bastien Wirtz bc0ceee894 Release 25.02.2 2025-02-25 21:31:34 +01:00
Matt Bentley 5a1697a5e6 Added interval to update status for the *arrs & Tautulli
Signed-off-by: Matt Bentley <mbentley@mbentley.net>
2025-02-25 12:25:17 -08:00
Molham Al Nasr b3e67b5af5 Fixes #858: fix image.ref.name and image.url 2025-02-25 12:22:17 -08:00
Molham Al Nasr cb8a1e992c Fixes #858: typo 2025-02-25 12:22:17 -08:00
Molham Al Nasr f0bcd50503 Fixes #858: add conventional labels to the docker image and pass the github.ref_name as VERSION_TAG build_args in docker/build-push-action pipeline 2025-02-25 12:22:17 -08:00
Adam Monsen 1d680ab2db disable cache for Docuseal fetch
I noticed my Docuseal card was showing "online" after I'd shut it down.

Might be from one of these? https://github.com/search?q=repo%3Adocusealco%2Fdocuseal%20cache%20control&type=code

and/or because /version is just a file?

Either way, this fixes it from the Homer side.
2025-02-23 05:30:22 -08:00
Bastien Wirtz 474dc3ae8c chore(lint): apply config update 2025-02-23 14:28:41 +01:00
Bastien Wirtz 1cc724c800 chore: dependency updates 2025-02-23 14:28:41 +01:00
tanasegabriel 986954953b Snappier container healthchecks 2025-02-22 06:49:56 -08:00
Bastien Wirtz 6031d57ccb Release 25.02.1 2025-02-02 15:48:14 +01:00
Bastien Wirtz 3468b9d795 feat(cards): add multi link support 2025-02-02 06:39:28 -08:00
Max Netyaga 45acac744a updated doc 2025-02-02 05:44:18 -08:00
Max Netyaga 7490a1948f added updateInterval to Ping smartcard 2025-02-02 05:44:18 -08:00
dependabot[bot] 741e7f5a1f chore(deps-dev): bump vite from 6.0.5 to 6.0.9
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.5 to 6.0.9.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.9/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-02 05:41:19 -08:00
Victor Löfgren a421a6ba12 Fix "Get Started" link in demo files 2025-01-05 06:25:50 -08:00
Victor Löfgren 03cf1c2c42 Fix "Get Started" link 2025-01-05 06:25:50 -08:00
Adam Monsen 66d4cc36b5 add Docuseal smart card
Fixes #847

Requires #850
2025-01-05 06:24:11 -08:00
Adam Monsen aba3b5eed7 force response to text if not json
Without that I'm getting Version "[object Response]" on the smart card
from an api that returns text/plain.

See #847 - add Docuseal (requires text/plain support or hack)
2025-01-05 06:24:11 -08:00
Bastien Wirtz 2f1cbe7328 chore: Update dependencies 2024-12-22 09:53:47 +01:00
dependabot[bot] 72a5daf705 chore(deps): bump nanoid from 3.3.7 to 3.3.8
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-22 00:39:37 -08:00
João Antunes 52ac793d45 Update customservices.md
Improve README for Mealie to be in line with other examples. A added some breadcrums on where to find the Mealie API page.
2024-12-22 00:39:16 -08:00
kubistika db535442d6 Fix link for smart cards in demo app 2024-12-22 00:37:47 -08:00
Bastien Wirtz 47a7831764 Release 24.12.1 2024-12-02 16:07:19 +01:00
Bastien Wirtz fa4c10c9a4 fix: Peanut mock data folder & doc typos 2024-12-01 14:55:10 +01:00
Adam Monsen 103168544d
add Gitea subtitle fallback and dummy data (#839)
I omitted most of the 0.5MiB Gitea/Foregejo API reponse for brevity.
2024-12-01 05:29:57 -08:00
Adam Monsen f150c6c037
Add Traefik, Wallabag, Olivetin (#838)
* Add Traefik, Wallabag, Olivetin

* allow subtitle override

* add dummy data for olivetin, traefik, wallabag
2024-12-01 05:29:36 -08:00
Bastien Wirtz 7909bd1054 doc(smartcards): fix incomplete sentence. Fix #834 2024-11-24 09:31:35 +01:00
Bastien Wirtz 97bb74a114 doc(docker): remove deprecated docker compose section fix #836 2024-11-24 09:30:09 +01:00
Bastien Wirtz cbb7977170 release v24.11.5 2024-11-23 16:02:10 +01:00
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