homer_configs/media-page.yml

129 lines
4.0 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: "Media"
icon: "fas fa-photo-video"
items:
- name: "Jellyfin"
logo: "assets/logos/jellyfin.png"
#subtitle: "Bookmark example"
tag: "media"
url: "http://jellyfin.lan:8096"
target: "_blank" # optional html a tag target attribute
- name: "Music Server (LMS)"
#logo: "assets/logos/navidrome.png"
icon: "fas fa-music"
#subtitle: "Bookmark example"
tag: "media"
url: "http://music.lan"
target: "_blank" # optional html a tag target attribute
- name: "Pluto TV"
logo: "assets/logos/plutotv.png"
#subtitle: "Bookmark example"
tag: "media"
url: "https://pluto.tv"
target: "_blank" # optional html a tag target attribute
- name: "CBC Listen Live"
logo: "assets/logos/cbc_listen.png"
#subtitle: "Bookmark example"
tag: "media"
url: "https://www.cbc.ca/listen/live-radio"
target: "_blank" # optional html a tag target attribute
- name: "CBC Gem"
logo: "assets/logos/cbc-gem.jpeg"
#subtitle: "Bookmark example"
tag: "media"
url: "https://gem.cbc.ca/"
target: "_blank" # optional html a tag target attribute
- name: "NPR Stream"
logo: "assets/logos/npr.png"
#subtitle: "Bookmark example"
tag: "media"
url: "https://www.npr.org/about-npr/472557877/npr-program-stream"
target: "_blank" # optional html a tag target attribute
- name: "Netflix"
logo: "assets/logos/netflix.png"
#subtitle: "Bookmark example"
tag: "media"
url: "https://www.netflix.com/browse"
target: "_blank" # optional html a tag target attribute
- name: "Amazon Prime"
logo: "assets/logos/prime-video.png"
#subtitle: "Bookmark example"
tag: "media"
url: "https://www.primevideo.com/?_encoding=UTF8&ref=dvm_crs_prm_ca_ra_s_prime_flyout"
target: "_blank" # optional html a tag target attribute
- name: "Youtube Music"
logo: "assets/logos/youtube-music.png"
#subtitle: "Bookmark example"
tag: "media"
url: "https://music.youtube.com/"
target: "_blank" # optional html a tag target attribute
- name: "Transmission"
logo: "assets/logos/transmission.png"
#subtitle: "Bookmark example"
tag: "media"
url: "http://transmission.lan:9091"
target: "_blank" # optional html a tag target attribute
- name: "FlexGet"
logo: "assets/logos/flexget.png"
#subtitle: "Bookmark example"
tag: "media"
url: "http://flexget.lan:5050"
target: "_blank" # optional html a tag target attribute
- name: "Plex (main website)"
logo: "assets/logos/plex.png"
#subtitle: "Bookmark example"
tag: "media"
url: "https://www.plex.tv/"
target: "_blank" # optional html a tag target attribute
- name: "Google Photos"
logo: "assets/logos/google_photos.png"
#subtitle: "Bookmark example"
tag: "media"
url: "https://photos.google.com"
target: "_blank" # optional html a tag target attribute
# EOF