Browse Source

test

master
yxhc 4 weeks ago
parent
commit
3c5edf95c1
5 changed files with 191 additions and 0 deletions
  1. +0
    -0
      drone/.xxjson
  2. +15
    -0
      drone/test.js
  3. +140
    -0
      servece.yaml
  4. +35
    -0
      test.html
  5. +1
    -0
      xx.json

+ 0
- 0
drone/.xxjson View File


+ 15
- 0
drone/test.js
File diff suppressed because it is too large
View File


+ 140
- 0
servece.yaml View File

@@ -0,0 +1,140 @@
---
- 系统服务:
- PVE:
icon: proxmox.png
href: https://192.168.0.88:8006/ # PVE IP:8006
description: 本地PVE
ping: 192.168.0.88 # PVE IP
widget:
type: proxmox
url: https://192.168.0.88:8006
username: hp@pam!homepage
password: 8df024e3-16f1-431a-9de6-7b05b0f04d91
node: pve
- Portainer:
icon: portainer.png
href: http://192.168.0.88:27017 # PVE IP:8006
description: portainer
ping: 192.168.0.88
showStats: true
widget:
type: portainer
url: http://192.168.0.88:27017
env: 2
key: ptr_bpNuoT79M9lVt4xCl93rluRp8TN5eBqkE04fGMEC/iM=
- OpenWrt:
icon: openwrt.png
href: https://192.168.0.89 # PVE IP:8006
description: OpenWrt
ping: 192.168.0.89
showStats: true
widget:
type: openwrt
url: https://192.168.0.89
username: root
password: openwrt@1109
interfaceName: eth0 # optional
- NAS:
- 群晖:
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/atlassian.png
href: https://192.168.0.8:5001/ # PVE IP:8006
description: 群晖
ping: 192.168.0.8 # PVE IP
widget:
type: diskstation
username: remote_status
password: 0qUag2qg
volume: volume_1 # optional
url: https://192.168.0.8:5001

- DownloadStation:
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/nextcloud-ncdownloader.png
href: https://192.168.0.8:5001/ # PVE IP:8006
description: 下载站
ping: 192.168.0.8 # PVE IP
widget:
type: downloadstation
url: https://192.168.0.8:5001
username: remote_status
password: 0qUag2qg

- 影音服务:
- EmbyServer:
icon: emby.png
href: http://192.168.0.8:8096/ # PVE IP:8006
description: emby
ping: 192.168.0.8 # PVE IP
widget:
type: emby
url: http://192.168.0.8:8096
key: 4fe189fdcfad45be81b6c7fc4f705993
enableBlocks: true # optional, defaults to false
enableNowPlaying: true # optional, defaults to true
enableUser: true # optional, defaults to false
showEpisodeNumber: true # optional, defaults to false
expandOneStreamToTwoRows: false # optional, defaults to true
- Emby小雅全家桶:
icon: https://s2.loli.net/2023/04/24/Z9bMjB3TutzKDGY.png
href: http://192.168.0.8:6908/ # PVE IP:8006
description: emby
ping: 192.168.0.8 # PVE IP
widget:
type: emby
url: http://192.168.0.8:6908
key: e825ed6f7f8f44ffa0563cddaddce14d
enableBlocks: true # optional, defaults to false
enableNowPlaying: true # optional, defaults to true
enableUser: true # optional, defaults to false
showEpisodeNumber: true # optional, defaults to false
expandOneStreamToTwoRows: false # optional, defaults to true
- Moniter:
- 系统信息:
widget:
type: glances
url: http://192.168.0.88:61208
metric: info
- 处理器:
widget:
type: glances
url: http://192.168.0.88:61208
metric: cpu
- 内存:
widget:
type: glances
url: http://192.168.0.88:61208
metric: memory
- 进程:
widget:
type: glances
url: http://192.168.0.88:61208
metric: process
- 网络:
widget:
type: glances
url: http://192.168.0.88:61208
metric: network:eth0
- 硬盘:固态1T:
widget:
type: glances
url: http://192.168.0.88:61208
metric: disk:nvme0n1
- 硬盘:机械4T:
widget:
type: glances
url: http://192.168.0.88:61208
metric: disk:sda
- Cpu温度:
widget:
type: glances
url: http://192.168.0.88:61208
metric: sensor:Package id 0
- 机箱温度:
widget:
type: glances
url: http://192.168.0.88:61208
metric: sensor:Composite
- 主板温度:
widget:
type: glances
url: http://192.168.0.88:61208
metric: sensor:acpitz 1

+ 35
- 0
test.html
File diff suppressed because it is too large
View File


+ 1
- 0
xx.json
File diff suppressed because it is too large
View File


Loading…
Cancel
Save