Files
dashlio/app/dashboard.yml
Daryn 08bb142c0a
Some checks failed
ci / ci (22, ubuntu-latest) (push) Has been cancelled
Added more modules
2026-04-19 18:42:34 +01:00

45 lines
802 B
YAML

- id: clock-widget
type: module
moduleName: clock
parentId: null
order: -1
params:
label: "Local System Time"
- id: weather-widget
type: module
moduleName: weather
parentId: null
order: 0
params:
location: "Ninfield"
lat: 50.8765044
lng: 0.3943669
- id: media-folder
type: folder
parentId: null
name: Media
slug: media
order: 0
- id: jellyfin
type: link
parentId: media-folder
title: Jellyfin
url: https://jellyfin.example.com
icon: i-simple-icons-jellyfin
color: "#34d399"
order: 1
- id: projects-folder
type: folder
parentId: null
name: Projects
slug: projects
order: 1
- id: gitea
type: link
parentId: projects-folder
title: Gitea
url: https://gitea.example.com
icon: i-simple-icons-gitea
color: "#34d399"
order: 1