homer_configs/external-websites-page.yml

74 lines
2.2 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: "External Websites"
icon: "fas fa-external-link-alt"
items:
- name: "Homelab Wiki"
logo: "assets/logos/homelab-wiki.png"
#subtitle: "Bookmark example"
tag: "wiki-n-web"
url: "https://thehomelab.wiki"
target: "_blank" # optional html a tag target attribute
- name: "Grok TiddlyWiki"
logo: "assets/logos/tiddlywiki.png"
#subtitle: "Bookmark example"
tag: "wiki-n-web"
url: "https://groktiddlywiki.com"
target: "_blank" # optional html a tag target attribute
- name: "Talk TiddlyWiki"
logo: "assets/logos/tiddlywiki.png"
#subtitle: "Bookmark example"
tag: "wiki-n-web"
url: "https://talk.tiddlywiki.org/"
target: "_blank" # optional html a tag target attribute
- name: "Videotron"
logo: "assets/logos/videotron_logo.png"
#subtitle: "Bookmark example"
tag: "wiki-n-web"
url: "https://videotron.com/en/signin"
target: "_blank" # optional html a tag target attribute
- name: "TekSavvy"
logo: "assets/logos/teksavvy_logo.png"
#subtitle: "Bookmark example"
tag: "wiki-n-web"
url: "https://mysavvy.teksavvy.com/"
target: "_blank" # optional html a tag target attribute
# EOF