From 308bf5012222e149e4e2fce9a27619ea24029433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20W=C3=BCst?= Date: Wed, 13 May 2026 15:12:55 +0200 Subject: [PATCH] chore(homarr): remove digitalboard-specific defaults --- roles/homarr/defaults/main.yml | 37 ++++++++++++---------------------- 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/roles/homarr/defaults/main.yml b/roles/homarr/defaults/main.yml index 2ef6df3..24e6b70 100644 --- a/roles/homarr/defaults/main.yml +++ b/roles/homarr/defaults/main.yml @@ -57,29 +57,18 @@ homarr_admin_email: "admin@digitalboard.ch" homarr_admin_password: "ChangeMe123!" # Applications shown on the default board. -# Each app needs id, name, description, icon, href and a width (1-10). -# Height defaults to 1, can be increased for taller tiles. +# Override in your project/inventory vars. Each app needs: +# id, name, icon, href, width (1-10). Optional: description, height (default 1). # Apps are automatically packed left-to-right into the desktop grid (10 cols), # scaled to tablet (6 cols) and mobile (2 cols). -homarr_apps: - - id: nextcloud - name: Nextcloud - description: Cloud Storage & Collaboration - icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/nextcloud.png - href: https://cloud.digitalboard.ch - width: 2 - height: 1 - - id: keycloak - name: Keycloak - description: Identity & Access Management - icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/keycloak.png - href: https://auth.digitalboard.ch - width: 2 - height: 1 - - id: mailman - name: Mailman - description: Mailing List Manager - icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/mailman.png - href: https://lists.digitalboard.ch - width: 2 - height: 1 \ No newline at end of file +# +# Example: +# homarr_apps: +# - id: nextcloud +# name: Nextcloud +# description: Cloud Storage & Collaboration +# icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/nextcloud.png +# href: https://cloud.example.com +# width: 2 +# height: 1 +homarr_apps: [ ] \ No newline at end of file