homer_configs/servers-page.yml

61 lines
1.6 KiB
YAML
Raw Permalink Normal View History

2021-08-02 10:36:28 -04:00
---
links:
- name: "Apps"
2021-08-02 10:36:28 -04:00
icon: "fas fa-cloud"
url: "#config"
2021-08-03 15:39:58 -04:00
- name: "Servers"
icon: "fas fa-server"
2021-08-02 10:36:28 -04:00
url: "#servers-page"
- name: "Monitoring"
icon: "fas fa-magnifying-glass"
url: "#monitoring-page"
- name: "Ham"
2022-08-01 14:49:24 -04:00
icon: "fa-solid fa-tower-cell"
url: "#ham-page"
2021-08-02 10:36:28 -04:00
- 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"
2021-08-03 15:39:58 -04:00
icon: "fas fa-map-marked-alt"
url: "#vps-domain-page"
- name: "Wikis/Websites"
2021-08-02 10:36:28 -04:00
icon: "fas fa-file-alt"
url: "#wikis-n-websites-page"
- name: "External"
2021-08-25 15:44:33 -04:00
icon: "fas fa-external-link-alt"
url: "#external-websites-page"
2021-08-02 10:36:28 -04:00
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
2022-02-05 15:14:26 -05:00
- 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
2021-08-02 10:36:28 -04:00
- name: "Starbug idrac"
logo: "assets/logos/idrac.png"
#subtitle: "Bookmark example"
tag: "servers"
url: "https://192.168.20.201/login.html"
2021-08-02 10:36:28 -04:00
target: "_blank" # optional html a tag target attribute
2021-08-03 15:39:58 -04:00
2021-08-02 10:36:28 -04:00
# EOF