47 lines
1.5 KiB
YAML
47 lines
1.5 KiB
YAML
|
---
|
||
|
# Additionnal page configuration
|
||
|
|
||
|
# Additionnal configurations are loaded using its file name, minus the extension, as an anchor (https://<mydashboad>#<config>).
|
||
|
# `config.yml` is still used as a base configuration, and all values here will overwrite it, so you don't have to re-defined everything
|
||
|
|
||
|
|
||
|
subtitle: "Papa's Dienste"
|
||
|
|
||
|
# This overwrites message config. Setting it to empty to remove message from this page and keep it only in the main one:
|
||
|
message: "Nur per VPN erreichbar, @home über den Router als s2s-Tunnel umgesetzt."
|
||
|
|
||
|
# as we want to include a differente link here (so we can get back to home page), we need to replicate all links or they will be revome when overwriting the links field:
|
||
|
links:
|
||
|
- name: "Homepage"
|
||
|
icon: "fas fa-heartbeat"
|
||
|
url: "http://docker10.grote.lan:333"
|
||
|
- name: "Management"
|
||
|
icon: "fas fa-code-branch"
|
||
|
url: "#mgmt"
|
||
|
- name: "Extern"
|
||
|
icon: "fas fa-file-alt"
|
||
|
url: "#papa"
|
||
|
- name: "Test"
|
||
|
icon: "fas fa-globe"
|
||
|
url: "#test"
|
||
|
|
||
|
services:
|
||
|
- name: "Storage"
|
||
|
icon: "fas fa-cloud"
|
||
|
items:
|
||
|
- name: "QNAP TS-251+"
|
||
|
logo: "assets/icons/qnap.png"
|
||
|
url: "http://192.168.3.108:8080"
|
||
|
target: "_blank"
|
||
|
- name: "Network"
|
||
|
icon: "fas fa-cloud"
|
||
|
items:
|
||
|
- name: "Speedport Smart 3"
|
||
|
logo: "assets/icons/speedport.png"
|
||
|
url: "http://192.168.3.1"
|
||
|
target: "_blank"
|
||
|
- name: "Netgear GS308E"
|
||
|
logo: "assets/icons/switch.png"
|
||
|
url: "http://192.168.3.147"
|
||
|
target: "_blank"
|