Feature: dockhand service widget (#6229)
Some checks failed
Crowdin Action / Crowdin Sync (push) Has been cancelled
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Repository Maintenance / Stale (push) Has been cancelled
Repository Maintenance / Lock Old Threads (push) Has been cancelled
Repository Maintenance / Close Answered Discussions (push) Has been cancelled
Repository Maintenance / Close Outdated Discussions (push) Has been cancelled
Repository Maintenance / Close Unsupported Feature Requests (push) Has been cancelled

This commit is contained in:
shamoon
2026-01-23 13:20:56 -08:00
committed by GitHub
parent 6b6090e303
commit 6c945d6573
10 changed files with 252 additions and 0 deletions

View File

@@ -298,6 +298,9 @@ export function cleanServiceGroups(groups) {
container,
server,
// dockhand
environment,
// emby, jellyfin
enableBlocks,
enableNowPlaying,
@@ -605,6 +608,9 @@ export function cleanServiceGroups(groups) {
if (showTime) widget.showTime = showTime;
if (timezone) widget.timezone = timezone;
}
if (type === "dockhand") {
if (environment) widget.environment = environment;
}
if (type === "hdhomerun") {
if (tuner !== undefined) widget.tuner = tuner;
}