Commit graph

900 commits

Author SHA1 Message Date
Gabriel Tanase
a183fd866e
Merge pull request #1072 from bastienwirtz/dependabot/npm_and_yarn/fast-uri-3.1.5
Some checks failed
Integration / build (push) Has been cancelled
chore(deps): bump fast-uri from 3.1.4 to 3.1.5
2026-08-07 15:51:50 +01:00
tanasegabriel
897ce42396
chore: use age-compliant lockfile (before dependabot recreate) 2026-08-07 14:13:31 +00:00
dependabot[bot]
e48c6dbb24
chore(deps): bump fast-uri from 3.1.4 to 3.1.5
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.4...v3.1.5)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-07 14:03:26 +00:00
Gabriel Tanase
a07625117c
Merge pull request #1068 from bastienwirtz/dependabot/npm_and_yarn/brace-expansion-1.1.16
chore(deps): bump brace-expansion from 1.1.13 to 1.1.16
2026-08-07 15:01:10 +01:00
tanasegabriel
1764ed3f8c
chore: trigger netlify rebuild without lockfile regen 2026-08-07 13:38:06 +00:00
dependabot[bot]
2f1300bd7a
chore(deps): bump brace-expansion from 1.1.13 to 1.1.16
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.13 to 1.1.16.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v1.1.13...v1.1.16)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.16
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-21 01:37:08 +00:00
tanasegabriel
6972395b62 Document card link change
Some checks failed
Integration / build (push) Has been cancelled
2026-07-15 22:30:39 +02:00
tanasegabriel
a0c286cbf0 fix(UptimeKuma): stop overwriting the configured url 2026-07-15 22:30:39 +02:00
tanasegabriel
bfcf203a98 fix(Dockerfile): copy pnpm-workspace.yaml before install 2026-07-15 22:26:43 +02:00
tanasegabriel
a31fa7410d fix(netlify): pin Node 24, required by pnpm 11
Some checks are pending
Integration / build (push) Waiting to run
2026-07-14 11:31:27 +02:00
Rumplin
4895c3a0c4 Update TrueNAS Scale API key instructions
Some checks failed
Integration / build (push) Has been cancelled
Added instructions for generating API keys in TrueNAS Scale.
2026-07-05 15:54:22 +02:00
codebude
a33ebec8b7 Add LibrisLog service to docs 2026-07-05 15:52:42 +02:00
codebude
22dd824d5d Add custom service for LibrisLog 2026-07-05 15:52:42 +02:00
absinthe
7098f01433 fix: rewrite peanut smartcard status
Some checks are pending
Integration / build (push) Waiting to run
2026-07-04 15:53:12 +02:00
Lakshya77089
c51951d6a8 fix: restore auto-update registration broken by interval refactor
The "improve updater registration" refactor introduced two regressions in
the service mixin that disable auto-update for every service:

- initAutoUpdate() returned early when `interval > 0` and only called
  register() when the interval was 0, i.e. the guard was inverted: a valid
  interval skipped registration, and a disabled one registered with 0.
- getUpdateInterval() now resolves the interval into a local `interval`
  variable (supporting `updateIntervalMs` and the deprecated keys), but the
  service-specific branch still parsed `this.item.updateInterval`. Setting
  `updateIntervalMs` left that key undefined, so it returned 0 (disabled).

Register when `interval > 0`, and parse the resolved `interval` value.
2026-07-04 15:50:15 +02:00
Bastien Wirtz
476cd5d441 fix: eslint / vue integration 2026-07-04 15:27:36 +02:00
Bastien Wirtz
db2a5350ed chore: Update dependencie:x
s
2026-07-04 15:12:44 +02:00
Bastien Wirtz
59f6c3c313 release 26.04.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 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 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