883 Commits

Author SHA1 Message Date
Bastien Wirtz
59f6c3c313 release 26.04.2 v26.4.2 2026-04-18 16:34:31 +02:00
Bastien Wirtz
339a9a31bd doc: add section about favicon #1024 2026-04-18 16:33:38 +02:00
Bastien Wirtz
e360b651d7 feat: Scheduler migration for netalertx 2026-04-18 07:08:50 -07:00
Bastien Wirtz
a1338bd5a5 fix(hyperHDR): missing return 2026-04-18 07:08:50 -07:00
Bastien Wirtz
27fcdd8964 fix: Documentation rebase fuckup -_- 2026-04-18 07:08:50 -07:00
Bastien Wirtz
6260b13572 improve updater registration 2026-04-18 07:08:50 -07:00
Bastien Wirtz
bb26e5e8cb update smart cards documentation 2026-04-18 07:08:50 -07:00
Bastien Wirtz
9c90387ba1 migrate all service to glabal updater 2026-04-18 07:08:50 -07:00
Bastien Wirtz
531b1e3f64 feat: add autoupdate support for Emby 2026-04-18 07:08:50 -07:00
Bastien Wirtz
1d665305c3 fix: simplify scheduler implementation 2026-04-18 07:08:50 -07:00
Bastien Wirtz
c46b9a311b feat: autoupdate support for adGuardHome 2026-04-18 07:08:50 -07:00
Bastien Wirtz
dd2ccce8dc fix: auto update system adjustments 2026-04-18 07:08:50 -07:00
Joris W. van Rijn
48fd2f5475 feat(auto-refresh): add Transmission and docs 2026-04-18 07:08:50 -07:00
Bastien Wirtz
8953965aed feat(auto-refresh): centralized auto refresh System 2026-04-18 07:08:50 -07:00
Nicolas RIGNAULT
ccc64cb7db Scrutiny - show only device not archived and not deleted 2026-04-18 06:50:31 -07:00
Nicolas RIGNAULT
98f446fd85 update customservices readme 2026-04-18 06:47:30 -07:00
Nicolas RIGNAULT
5b7b0fd25d add HyperHDR service component 2026-04-18 06:47:30 -07:00
mphel44
a527b325c7 fix: update API key retrieval instructions for NetAlertx integration 2026-04-18 06:44:04 -07:00
mphel44
5474beb910 Add NetAlertx service integration 2026-04-18 06:44:04 -07:00
dependabot[bot]
a935b7198f chore(deps-dev): bump vite from 8.0.3 to 8.0.5
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.3 to 8.0.5.
- [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/v8.0.5/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-18 06:40:09 -07:00
Matt Demers
0dafc17569 Fixed small typo in demo site 2026-04-18 06:39:29 -07:00
Jose Hernandez
3d5c4a58e6 Explain optional endpoint property for pinging configuration 2026-04-18 06:38:37 -07:00
Bastien Wirtz
5f84381e34 chore: lint updates v26.4.1 2026-04-05 06:19:47 -07:00
Bastien Wirtz
0d5151118c chore: update dependencies 2026-04-05 06:19:47 -07:00
Bastien Wirtz
a542d9cb58 chore: Build using node 24 2026-04-05 06:19:47 -07:00
Bastien Wirtz
70e9c59046 chore: update alpine base image version 2026-04-05 06:19:47 -07:00
dependabot[bot]
ef5c560a67 chore(deps): bump yaml from 2.8.2 to 2.8.3 (#1027)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.8.2...v2.8.3)

---
updated-dependencies:
- dependency-name: yaml
  dependency-version: 2.8.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-04 05:45:03 -07:00
Bastien Wirtz
6367012675 dependency updates 2026-01-17 15:17:11 +01:00
Bastien Wirtz
d7bee37405 chore: dependency updates 2025-12-14 16:01:41 +01:00
Iustin G
4cf69b3a25 Fix grammar in connectivity checks documentation (#1003)
Corrected grammatical errors in the connectivity checks section.
2025-11-23 06:36:57 -08:00
Zach Damit
2e1c7b3d27 fix: ensure smart cards re-mount correctly between pages (stable keys in ServiceGroup) (#1005)
* fix: prevent smart card reuse between pages by adding stable keys in ServiceGroup

Previously ServiceGroup keyed components only by index, causing Vue to reuse the wrong smart-card instance when navigating between pages. Keys now include groupIndex and item identity to ensure components re-mount correctly.

* Fix duplicate Service cards by ensuring unique Vue keys

The search feature was causing some Service cards to duplicate when multiple items in a group shared the same `name` value. Vue reused DOM nodes because the generated `key` for <Service> was not always unique:

This caused instability during filtering and resulted in one of the cards being duplicated repeatedly until a full page reload.
2025-11-23 06:34:31 -08:00
Bastien Wirtz
151c136923 Release version bump v25.11.1 2025-11-16 13:59:13 +01:00
Bastien Wirtz
2a27bee30e Added Miniflux custom service
Co-authored-by: Moritz Kreutzer
Co-authored-by: Reiko Kaps 
Co-authored-by: igorkulman
2025-11-16 02:49:01 -08:00
Bastien Wirtz
d1356c3e6a chore: lint apply 2025-11-15 15:47:36 +01:00
Bastien Wirtz
8d82c77630 chore: dependency updates 2025-11-15 15:46:28 +01:00
dependabot[bot]
f11c14e764 chore(deps-dev): bump vite from 7.1.6 to 7.1.11
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.6 to 7.1.11.
- [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/v7.1.11/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-26 10:40:52 +01:00
M
62606e0caf Gatus seems to have changed the duration format from us to ns 2025-10-08 09:31:32 +02:00
Bastien Wirtz
184c16d46c chore: release version bump v25.10.1 2025-10-06 16:22:17 +02:00
M
ee57fa05fb Add documentation about hiding times 2025-10-06 16:20:40 +02:00
M
8249aa8ae4 Add a flag to hide the averages. They are not calculated in this case 2025-10-06 16:20:40 +02:00
M
a4ec46ee35 Remove console logging 2025-10-06 16:20:40 +02:00
M
bac62457f1 Add doc about update Interval 2025-10-06 16:20:40 +02:00
M
3913c30a56 Refactor: Allow reload. Reformat with template by joriswvanrijn 2025-10-06 16:20:40 +02:00
M
3f49479556 Simplify durations 2025-10-06 16:20:40 +02:00
M
6aa29935f6 Add missing link in docs 2025-10-06 16:20:40 +02:00
M
19c5f174e8 Add documentation on Groups 2025-10-06 16:20:40 +02:00
M
89a264563a Update dummy data for groups example 2025-10-06 16:20:40 +02:00
M
d19724b896 Add optional filtering on groups 2025-10-06 16:20:40 +02:00
M
8a598dbdc0 Add documentation 2025-10-06 16:20:40 +02:00
M
2f4bbee491 Add dummy data 2025-10-06 16:20:40 +02:00