sochboard/config/dashboard.yml

85 lines
2.5 KiB
YAML
Raw Normal View History

site:
name: "Soch Family"
title: " "
#title: "Les applications de la famille"
logoUrl: "https://immich.socheleau.fr/api/assets/e010423f-ca95-45a4-a9ee-9bb1a5a48688/thumbnail?slug=us_6&size=preview&c=IhgKJYiHg4ZfhXh6h5aJp5eAdQlJ&edited=true"
#description: "Accès rapide à nos services"
showFooter: false
theme:
mode: "dark"
accent: "#8b5cf6"
background: "gradient"
authentication:
logout_url: "https://auth.socheleau.fr/logout"
header_format: "Remote-User"
username: "Remote-Name"
header_user: "Remote-User"
header_group: "Remote-Groups"
sections:
- id: "global"
title: "Global"
#description: "Services accessibles à toute la famille"
cardLayout: "horizontal"
visible_by_group: "arr"
links:
- id: "nextcloud"
name: "Nextcloud"
description: "Fichiers et documents"
url: "https://cloud.example.com"
icon: "Cloud"
iconUrl: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/nextcloud.svg"
color: "#2daae1"
openInNewTab: false
visible_by_user: "jean"
- id: "jellyfin"
name: "Jellyfin"
description: "Films et séries"
url: "https://jellyfin.example.com"
icon: "Film"
iconUrl: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/jellyfin.svg"
color: "#aa5cc3"
openInNewTab: false
- id: "navidrome"
name: "Navidrome"
description: "Musique"
url: "https://music.example.com"
icon: "Music"
iconUrl: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/navidrome.svg"
color: "#22c55e"
openInNewTab: false
- id: "minecraft"
name: "Minecraft"
description: "Serveur de jeu"
url: "https://minecraft.example.com"
icon: "Gamepad2"
iconUrl: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/minecraft.svg"
color: "#f97316"
openInNewTab: false
- id: "custom"
title: "Liens personnalisés"
cardLayout: "horizontal"
links:
- id: "homeassistant"
name: "Home Assistant"
description: "Domotique"
url: "https://ha.example.com"
icon: "House"
iconUrl: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/home-assistant.svg"
color: "#22c55e"
openInNewTab: false
- id: "router"
name: "Routeur"
description: "Administration réseau"
url: "http://192.168.1.1"
icon: "Router"
color: "#f59e0b"
openInNewTab: false