chore: add visibility rules to dashboard config

This commit is contained in:
maxsoch 2026-07-24 12:47:42 +02:00
parent d64fe77d13
commit 40ae190f32

View file

@ -23,6 +23,7 @@ sections:
title: "Global" title: "Global"
#description: "Services accessibles à toute la famille" #description: "Services accessibles à toute la famille"
cardLayout: "horizontal" cardLayout: "horizontal"
visible_by_group: "arr"
links: links:
- id: "nextcloud" - id: "nextcloud"
name: "Nextcloud" name: "Nextcloud"
@ -32,6 +33,7 @@ sections:
iconUrl: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/nextcloud.svg" iconUrl: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/nextcloud.svg"
color: "#2daae1" color: "#2daae1"
openInNewTab: false openInNewTab: false
visible_by_user: "jean"
- id: "jellyfin" - id: "jellyfin"
name: "Jellyfin" name: "Jellyfin"