chore(homarr): remove digitalboard-specific defaults
This commit is contained in:
parent
c1c1a84591
commit
308bf50122
1 changed files with 13 additions and 24 deletions
|
|
@ -57,29 +57,18 @@ homarr_admin_email: "admin@digitalboard.ch"
|
||||||
homarr_admin_password: "ChangeMe123!"
|
homarr_admin_password: "ChangeMe123!"
|
||||||
|
|
||||||
# Applications shown on the default board.
|
# Applications shown on the default board.
|
||||||
# Each app needs id, name, description, icon, href and a width (1-10).
|
# Override in your project/inventory vars. Each app needs:
|
||||||
# Height defaults to 1, can be increased for taller tiles.
|
# 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),
|
# Apps are automatically packed left-to-right into the desktop grid (10 cols),
|
||||||
# scaled to tablet (6 cols) and mobile (2 cols).
|
# scaled to tablet (6 cols) and mobile (2 cols).
|
||||||
homarr_apps:
|
#
|
||||||
- id: nextcloud
|
# Example:
|
||||||
name: Nextcloud
|
# homarr_apps:
|
||||||
description: Cloud Storage & Collaboration
|
# - id: nextcloud
|
||||||
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/nextcloud.png
|
# name: Nextcloud
|
||||||
href: https://cloud.digitalboard.ch
|
# description: Cloud Storage & Collaboration
|
||||||
width: 2
|
# icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/nextcloud.png
|
||||||
height: 1
|
# href: https://cloud.example.com
|
||||||
- id: keycloak
|
# width: 2
|
||||||
name: Keycloak
|
# height: 1
|
||||||
description: Identity & Access Management
|
homarr_apps: [ ]
|
||||||
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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue