Add Services section with links to various applications in Dashy configuration
This commit is contained in:
parent
9bf86e2355
commit
e5488fa56d
@ -38,6 +38,8 @@ appConfig:
|
||||
border-radius: 14px !important;
|
||||
}
|
||||
sections:
|
||||
|
||||
##################### At a Glance #####################
|
||||
- name: At a Glance
|
||||
icon: mdi-home-variant-outline
|
||||
widgets:
|
||||
@ -75,88 +77,8 @@ sections:
|
||||
cols: 2
|
||||
collapsed: false
|
||||
hideForGuests: false
|
||||
- name: System — Minisforum
|
||||
icon: mdi-server
|
||||
widgets:
|
||||
- type: gl-current-cpu
|
||||
label: CPU
|
||||
options:
|
||||
hostname: https://glances.home.arpa
|
||||
apiVersion: 4
|
||||
- type: gl-current-mem
|
||||
label: Memory
|
||||
options:
|
||||
hostname: https://glances.home.arpa
|
||||
apiVersion: 4
|
||||
- type: gl-cpu-history
|
||||
label: CPU History
|
||||
options:
|
||||
hostname: https://glances.home.arpa
|
||||
apiVersion: 4
|
||||
limit: 60
|
||||
- type: gl-mem-history
|
||||
label: Memory History
|
||||
options:
|
||||
hostname: https://glances.home.arpa
|
||||
apiVersion: 4
|
||||
limit: 60
|
||||
|
||||
- name: System — Debian
|
||||
icon: mdi-harddisk
|
||||
widgets:
|
||||
- type: gl-current-cpu
|
||||
label: CPU
|
||||
options:
|
||||
hostname: https://glances-debian.home.arpa
|
||||
apiVersion: 4
|
||||
- type: gl-current-mem
|
||||
label: Memory
|
||||
options:
|
||||
hostname: https://glances-debian.home.arpa
|
||||
apiVersion: 4
|
||||
- type: gl-disk-space
|
||||
label: Debian Storage
|
||||
options:
|
||||
hostname: https://glances-debian.home.arpa
|
||||
apiVersion: 4
|
||||
- name: Shortcuts
|
||||
icon: mdi-bookmark-outline
|
||||
items:
|
||||
- title: Facebook
|
||||
icon: favicon
|
||||
url: https://www.facebook.com/
|
||||
target: newtab
|
||||
id: 2_975_facebook
|
||||
- title: X (Twitter)
|
||||
icon: favicon
|
||||
url: https://twitter.com/
|
||||
target: newtab
|
||||
id: 1_975_xtwitter
|
||||
- title: Remote Desktop
|
||||
icon: favicon
|
||||
url: https://remotedesktop.google.com/access/
|
||||
target: newtab
|
||||
id: 0_975_remotedesktop
|
||||
- title: Nyaa
|
||||
icon: favicon
|
||||
url: https://nyaa.si/
|
||||
target: newtab
|
||||
id: 3_975_nyaa
|
||||
- title: YouTube
|
||||
icon: favicon
|
||||
url: https://www.youtube.com/
|
||||
target: newtab
|
||||
id: 4_975_youtube
|
||||
- title: Amazon Japan
|
||||
icon: favicon
|
||||
url: https://www.amazon.co.jp/
|
||||
target: newtab
|
||||
id: 5_975_amazonjapan
|
||||
displayData:
|
||||
sectionLayout: grid
|
||||
itemCountX: 2
|
||||
itemSize: large
|
||||
cutToHeight: true
|
||||
##################### Services #####################
|
||||
- name: Services
|
||||
icon: mdi-apps
|
||||
items:
|
||||
@ -197,3 +119,102 @@ sections:
|
||||
id: 1_836_qbittorrent
|
||||
displayData:
|
||||
cutToHeight: true
|
||||
rows: 1
|
||||
cols: 1
|
||||
|
||||
##################### System — Minisforum #####################
|
||||
- name: System — Minisforum
|
||||
icon: mdi-server
|
||||
widgets:
|
||||
- type: gl-current-cpu
|
||||
label: CPU
|
||||
options:
|
||||
hostname: https://glances.home.arpa
|
||||
apiVersion: 4
|
||||
- type: gl-current-mem
|
||||
label: Memory
|
||||
options:
|
||||
hostname: https://glances.home.arpa
|
||||
apiVersion: 4
|
||||
- type: gl-cpu-history
|
||||
label: CPU History
|
||||
options:
|
||||
hostname: https://glances.home.arpa
|
||||
apiVersion: 4
|
||||
limit: 60
|
||||
- type: gl-mem-history
|
||||
label: Memory History
|
||||
options:
|
||||
hostname: https://glances.home.arpa
|
||||
apiVersion: 4
|
||||
limit: 60
|
||||
displayData:
|
||||
sortBy: default
|
||||
rows: 3
|
||||
cols: 1
|
||||
|
||||
##################### System — Debian #####################
|
||||
- name: System — Debian
|
||||
icon: mdi-harddisk
|
||||
widgets:
|
||||
- type: gl-current-cpu
|
||||
label: CPU
|
||||
options:
|
||||
hostname: https://glances-debian.home.arpa
|
||||
apiVersion: 4
|
||||
- type: gl-current-mem
|
||||
label: Memory
|
||||
options:
|
||||
hostname: https://glances-debian.home.arpa
|
||||
apiVersion: 4
|
||||
- type: gl-disk-space
|
||||
label: Debian Storage
|
||||
options:
|
||||
hostname: https://glances-debian.home.arpa
|
||||
apiVersion: 4
|
||||
displayData:
|
||||
sortBy: default
|
||||
rows: 3
|
||||
cols: 1
|
||||
|
||||
##################### Shortcuts #####################
|
||||
- name: Shortcuts
|
||||
icon: mdi-bookmark-outline
|
||||
items:
|
||||
- title: Facebook
|
||||
icon: favicon
|
||||
url: https://www.facebook.com/
|
||||
target: newtab
|
||||
id: 2_975_facebook
|
||||
- title: X (Twitter)
|
||||
icon: favicon
|
||||
url: https://twitter.com/
|
||||
target: newtab
|
||||
id: 1_975_xtwitter
|
||||
- title: Remote Desktop
|
||||
icon: favicon
|
||||
url: https://remotedesktop.google.com/access/
|
||||
target: newtab
|
||||
id: 0_975_remotedesktop
|
||||
- title: Nyaa
|
||||
icon: favicon
|
||||
url: https://nyaa.si/
|
||||
target: newtab
|
||||
id: 3_975_nyaa
|
||||
- title: YouTube
|
||||
icon: favicon
|
||||
url: https://www.youtube.com/
|
||||
target: newtab
|
||||
id: 4_975_youtube
|
||||
- title: Amazon Japan
|
||||
icon: favicon
|
||||
url: https://www.amazon.co.jp/
|
||||
target: newtab
|
||||
id: 5_975_amazonjapan
|
||||
displayData:
|
||||
sectionLayout: grid
|
||||
itemCountX: 2
|
||||
itemSize: large
|
||||
cutToHeight: true
|
||||
rows: 1
|
||||
cols: 1
|
||||
Loading…
x
Reference in New Issue
Block a user