Update 'public/config.yml'

This commit is contained in:
sco
2020-10-24 02:41:06 +02:00
parent a8daf346b6
commit 228fb8349c
+43 -10
View File
@@ -10,7 +10,7 @@ icon: "fas fa-cannabis"
header: true header: true
footer: false footer: false
#footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it. #footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it.
columns: "4"
# Optionnal theme customization # Optionnal theme customization
theme: default theme: default
colors: colors:
@@ -102,19 +102,52 @@ services:
subtitle: "192.168.10.3" subtitle: "192.168.10.3"
url: "http://192.168.10.3" url: "http://192.168.10.3"
target: "_blank" target: "_blank"
# - name: " FWR8102"
# icon: "fas fa-ethernet"
# subtitle: "192.168.10.5"
# url: "http://192.168.10.5"
# target: "_blank"
- name: "FRITZ!Box Fon 5140"
icon: "fas fa-ethernet"
subtitle: "192.168.10.6"
url: "http://192.168.10.6"
target: "_blank"
external: external:
- name: "Status" - name: "System"
icon: "fas fa-heartbeat" icon: "fas fa-heartbeat"
items: items:
- name: "Test" - name: "System Status"
icon: "fas fa-joint" icon: "fas fa-joint"
subtitle: "192.168.10.1" subtitle: ""
url: "/dvbStatus" url: "/sysStatus"
- name: "Test2" - name: "Icanhazip"
icon: "fas fa-joint" icon: "fas fa-joint"
subtitle: "192.168.10.1" subtitle: ""
url: "/internetCheck" url: "/internetCheck"
- name: "Test3" - name: "VPN"
icon: "fas fa-joint" icon: "fas fa-joint"
subtitle: "192.168.10.1" subtitle: ""
url: "/dvbChannel" url: "/vpnCheck"
- name: "VPN"
icon: "fas fa-joint"
subtitle: ""
url: "/lancianoCheck"
- name: "TV Status"
icon: "fas fa-heartbeat"
items:
- name: "Tv Hat Frequency"
icon: "fas fa-broadcast-tower"
subtitle: ""
url: "/dvbStatus?t=0"
- name: "Tv Hat Channel"
icon: "fas fa-tv"
subtitle: ""
url: "/dvbChannel?t=0"
- name: "USB tuner Frequency"
icon: "fas fa-broadcast-tower"
subtitle: ""
url: "/dvbStatus?t=1"
- name: "USB Tv Channel"
icon: "fas fa-tv"
subtitle: ""
url: "/dvbChannel?t=1"