homeserver/docker-compose/homer/assets/mgmt.yml

118 lines
3.7 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: "Management"
# 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"
services:
- name: "Hardware"
icon: "fas fa-cloud"
items:
- name: "Brother ADS-2700W"
logo: "assets/icons/brother.jpg"
url: "http://192.168.2.48"
target: "_blank"
- name: "Fritzbox 7590"
logo: "assets/icons/fritzbox.svg"
url: "http://192.168.5.1"
target: "_blank"
subtitle: "Modem"
- name: "Infra"
icon: "fas fa-cloud"
items:
- name: "gitea"
logo: "assets/icons/gitea.png"
url: "https://git.mgrote.net"
target: "_blank"
subtitle: "git"
- name: "Traefik"
logo: "assets/icons/traefik.png"
url: "http://docker10.grote.lan:8081"
target: "_blank"
subtitle: "Reverse Proxy"
- name: "Unifi Network Application"
logo: "assets/icons/ubiquiti.png"
url: "https://docker10.grote.lan:8443"
target: "_blank"
subtitle: "WLAN"
- name: "httpd"
logo: "assets/icons/roundcube.png"
url: "http://docker10.grote.lan:3344"
target: "_blank"
subtitle: "Package-Registry"
- name: "Container Registry"
logo: "assets/icons/hastebin.png"
url: "https://registry.mgrote.net/ui/index.html"
target: "_blank"
subtitle: "Container-Registry"
- name: "Woodpecker"
logo: "assets/icons/woodpecker.svg"
url: "https://ci.mgrote.net"
target: "_blank"
subtitle: "CI/CD"
- name: "Infra"
icon: "fas fa-cloud"
items:
- name: "ProxMox Virtual Environment - Production"
logo: "assets/icons/pve.png"
url: "https://pve5.grote.lan:8006"
target: "_blank"
subtitle: "Selbstbau"
- name: "ProxMox Virtual Environment - Test"
logo: "assets/icons/pve.png"
url: "https://pve5-test.grote.lan:8006"
target: "_blank"
subtitle: "Test - VM"
- name: "Internet-MGMT"
icon: "fas fa-cloud"
items:
- name: "Strato - DNS"
logo: "assets/icons/strato.jpg"
url: "https://www.strato.de/apps/CustomerService#/skl"
target: "_blank"
subtitle: "Domainverwaltung"
- name: "Extern - Südring"
icon: "fas fa-cloud"
items:
- name: "QNAP TS-251+"
logo: "assets/icons/qnap.png"
url: "http://192.168.3.108:8080"
target: "_blank"
- 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"
- name: "Proxmox Backup Server"
logo: "assets/icons/pve.png"
url: "https://pbs.grote.lan:8007"
target: "_blank"
subtitle: "M93 Tiny"
- name: "Proxmox Backup Server - Test"
logo: "assets/icons/pve.png"
url: "https://pbs-test.grote.lan:8007"
target: "_blank"
subtitle: "Test"