69 lines
2.1 KiB
YAML
69 lines
2.1 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: "Test/Staging"
|
|
|
|
# This overwrites message config. Setting it to empty to remove message from this page and keep it only in the main one:
|
|
# message: ~
|
|
|
|
# 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: "Infra"
|
|
icon: "fas fa-cloud"
|
|
items:
|
|
- name: "ProxMox Virtual Environment"
|
|
logo: "assets/icons/pve.png"
|
|
url: "https://pve2-test2.grote.lan:8006"
|
|
target: "_blank"
|
|
subtitle: "VM"
|
|
- name: "Apt-Cacher-NG"
|
|
logo: "assets/icons/acng.jpg"
|
|
url: "http://acng-test.grote.lan:9999/acng-report.html"
|
|
target: "_blank"
|
|
subtitle: "apt"
|
|
- name: "gitea"
|
|
logo: "assets/icons/gitea.png"
|
|
url: "http://gitea-test.grote.lan:3000"
|
|
target: "_blank"
|
|
subtitle: "git"
|
|
|
|
- name: "Monitoring"
|
|
icon: "fas fa-cloud"
|
|
items:
|
|
- name: "Munin"
|
|
logo: "assets/icons/munin.png"
|
|
url: "http://docker7-test.grote.lan:12345"
|
|
target: "_blank"
|
|
subtitle: "Monitoring"
|
|
|
|
- name: "Dienste"
|
|
icon: "fas fa-cloud"
|
|
items:
|
|
- name: "homer"
|
|
logo: "assets/icons/homer.png"
|
|
url: "http://docker7-test.grote.lan:333"
|
|
target: "_blank"
|
|
subtitle: "Dashboard"
|
|
- name: "DokuWiki"
|
|
logo: "assets/icons/dokuwiki.png"
|
|
url: "http://dokuwiki-test.grote.lan/doku.php"
|
|
target: "_blank"
|
|
subtitle: "Wiki"
|