switch to static

This commit is contained in:
sco
2020-11-07 02:53:26 +01:00
parent 597500232b
commit 0dda7f4840
6 changed files with 37 additions and 224 deletions
+13 -8
View File
@@ -112,6 +112,11 @@ services:
subtitle: "192.168.10.6"
url: "http://192.168.10.6"
target: "_blank"
- name: " Turn on PC"
icon: "fas fa-ethernet"
subtitle: "192.168.10.15"
url: "/api/powerOnPc"
target: "_blank"
external:
- name: "System"
icon: "fas fa-heartbeat"
@@ -119,35 +124,35 @@ external:
- name: "System Status"
icon: "fas fa-joint"
subtitle: ""
url: "/sysStatus"
url: "/api/sysStatus"
- name: "Icanhazip"
icon: "fas fa-joint"
subtitle: ""
url: "/internetCheck"
url: "/api/internetCheck"
- name: "VPN"
icon: "fas fa-joint"
subtitle: ""
url: "/vpnCheck"
url: "/api/vpnCheck"
- name: "VPN"
icon: "fas fa-joint"
subtitle: ""
url: "/lancianoCheck"
url: "/api/lancianoCheck"
- name: "TV Status"
icon: "fas fa-heartbeat"
items:
- name: "Tv Hat Frequency"
icon: "fas fa-broadcast-tower"
subtitle: ""
url: "/dvbStatus?t=1"
url: "/api/dvbStatus?t=1"
- name: "Tv Hat Channel"
icon: "fas fa-tv"
subtitle: ""
url: "/dvbChannel?t=1"
url: "/api/dvbChannel?t=1"
- name: "USB tuner Frequency"
icon: "fas fa-broadcast-tower"
subtitle: ""
url: "/dvbStatus?t=0"
url: "/api/dvbStatus?t=0"
- name: "USB Tv Channel"
icon: "fas fa-tv"
subtitle: ""
url: "/dvbChannel?t=0"
url: "/api/dvbChannel?t=0"