homer_configs/servers-page.yml

61 lines
1.6 KiB
YAML

---
links:
- name: "Apps"
icon: "fas fa-cloud"
url: "#config"
- name: "Servers"
icon: "fas fa-server"
url: "#servers-page"
- name: "Monitoring"
icon: "fas fa-magnifying-glass"
url: "#monitoring-page"
- name: "Ham"
icon: "fa-solid fa-tower-cell"
url: "#ham-page"
- name: "Home-Automation"
icon: "fas fa-house-user"
url: "#home-automation-page"
- name: "Media"
icon: "fas fa-photo-video"
url: "#media-page"
- name: "LAN"
icon: "fas fa-network-wired"
url: "#lan-page"
- name: "Monitorix"
icon: "fas fa-info-circle"
url: "#monitorix-page"
- name: "VPS/Domain"
icon: "fas fa-map-marked-alt"
url: "#vps-domain-page"
- name: "Wikis/Websites"
icon: "fas fa-file-alt"
url: "#wikis-n-websites-page"
- name: "External"
icon: "fas fa-external-link-alt"
url: "#external-websites-page"
services:
- name: "Servers"
icon: "fas fa-server"
items:
- name: "DS420J"
logo: "assets/logos/synology.png"
#subtitle: "Bookmark example"
tag: "servers"
url: "http://ds420j.lan:5000/"
target: "_blank" # optional html a tag target attribute
- name: "CUPS Printer Admin"
logo: "assets/logos/CUPS.png"
#subtitle: "Bookmark example"
tag: "servers"
url: "http://localhost:631"
target: "_blank" # optional html a tag target attribute
- name: "Starbug idrac"
logo: "assets/logos/idrac.png"
#subtitle: "Bookmark example"
tag: "servers"
url: "https://192.168.20.201/login.html"
target: "_blank" # optional html a tag target attribute
# EOF