Intial repository commit
This commit is contained in:
106
dashy/config/conf.yml
Normal file
106
dashy/config/conf.yml
Normal file
@@ -0,0 +1,106 @@
|
||||
pageInfo:
|
||||
title: Pi Server
|
||||
description: ''
|
||||
navLinks:
|
||||
- title: GitHub
|
||||
path: https://github.com/Lissy93/dashy
|
||||
target: newtab
|
||||
- title: Documentation
|
||||
path: https://dashy.to/docs
|
||||
target: newtab
|
||||
appConfig:
|
||||
theme: default
|
||||
layout: auto
|
||||
iconSize: large
|
||||
sections:
|
||||
- name: Services
|
||||
displayData:
|
||||
sortBy: default
|
||||
cols: 4
|
||||
collapsed: false
|
||||
hideForGuests: false
|
||||
rows: 1
|
||||
items:
|
||||
- title: Pi-Hole
|
||||
description: Network Ad Block
|
||||
url: http://192.168.0.152/admin/login
|
||||
target: newtab
|
||||
id: 0_836_pihole
|
||||
- title: Nextcloud
|
||||
description: Cloud Storage
|
||||
url: http://192.168.0.152:8080/
|
||||
target: newtab
|
||||
id: 1_836_nextcloud
|
||||
- title: Portainer
|
||||
description: Docker Management
|
||||
url: https://192.168.0.152:9443
|
||||
target: newtab
|
||||
id: 2_836_portainer
|
||||
- title: Cloud
|
||||
url: https://cloud.szumko.net
|
||||
target: newtab
|
||||
id: 3_836_cloud
|
||||
- name: CPU
|
||||
displayData:
|
||||
cols: 1
|
||||
sortBy: default
|
||||
rows: 4
|
||||
collapsed: false
|
||||
hideForGuests: false
|
||||
widgets:
|
||||
- type: gl-cpu-temp
|
||||
options:
|
||||
hostname: https://szumko.net/data
|
||||
untits: F
|
||||
- type: gl-current-cpu
|
||||
options:
|
||||
hostname: https://szumko.net/data
|
||||
id: 0_232_glcurrentcpu
|
||||
- type: gl-current-cores
|
||||
options:
|
||||
hostname: https://szumko.net/data
|
||||
id: 1_232_glcurrentcores
|
||||
- type: gl-cpu-history
|
||||
options:
|
||||
hostname: https://szumko.net/data
|
||||
id: 2_232_glcpuhistory
|
||||
- name: Memory
|
||||
widgets:
|
||||
- type: gl-current-mem
|
||||
options:
|
||||
hostname: https://szumko.net/data
|
||||
id: 0_633_glcurrentmem
|
||||
- type: gl-mem-history
|
||||
options:
|
||||
hostname: https://szumko.net/data
|
||||
id: 1_633_glmemhistory
|
||||
- name: Disk
|
||||
widgets:
|
||||
- type: gl-disk-space
|
||||
options:
|
||||
hostname: https://szumko.net/data
|
||||
id: 0_395_gldiskspace
|
||||
- type: gl-disk-io
|
||||
options:
|
||||
hostname: https://szumko.net/data
|
||||
id: 1_395_gldiskio
|
||||
- name: System Load
|
||||
widgets:
|
||||
- type: gl-system-load
|
||||
options:
|
||||
hostname: https://szumko.net/data
|
||||
id: 0_1061_glsystemload
|
||||
- type: gl-load-history
|
||||
options:
|
||||
hostname: https://szumko.net/data
|
||||
id: 1_1061_glloadhistory
|
||||
- name: Network
|
||||
widgets:
|
||||
- type: gl-network-interfaces
|
||||
options:
|
||||
hostname: https://szumko.net/data
|
||||
id: 0_746_glnetworkinterfaces
|
||||
- type: gl-network-traffic
|
||||
options:
|
||||
hostname: https://szumko.net/data
|
||||
id: 1_746_glnetworktraffic
|
||||
Reference in New Issue
Block a user