re-arranged media page

added NPR to media page

added tiny tiny RSS to main page

added ttrss host to monitorix page
This commit is contained in:
Radar231 2023-01-16 16:07:25 -05:00
parent 6f7f36f457
commit 9d1c4d78d3
3 changed files with 64 additions and 34 deletions

View File

@ -136,11 +136,11 @@ services:
tag: "app"
url: "http://npm.lan:81"
target: "_blank" # optional html a tag target attribute
- name: "Octoprint"
logo: "assets/logos/octoprint_logo.png"
- name: "Tiny Tiny RSS"
logo: "assets/logos/ttrss.jpeg"
#subtitle: "Bookmark example"
tag: "app"
url: "http://octoprint.lan"
url: "http://ttrss.lan:8280"
target: "_blank" # optional html a tag target attribute
- name: "LXDWare"
logo: "assets/logos/lxdware.png"
@ -166,6 +166,12 @@ services:
tag: "app"
url: "http://pihole2.lan/admin"
target: "_blank" # optional html a tag target attribute
- name: "Octoprint"
logo: "assets/logos/octoprint_logo.png"
#subtitle: "Bookmark example"
tag: "app"
url: "http://octoprint.lan"
target: "_blank" # optional html a tag target attribute
- name: "Kasm"
logo: "assets/logos/kasm.png"
#subtitle: "Bookmark example"
@ -190,6 +196,12 @@ services:
tag: "app"
url: "http://ntopng.lan"
target: "_blank" # optional html a tag target attribute
- name: "uptime-kuma"
logo: "assets/logos/uptime-kuma.jpeg"
#subtitle: "Bookmark example"
tag: "app"
url: "http://uptime-kuma.lan"
target: "_blank" # optional html a tag target attribute
- name: "k8s-lb Stats"
logo: "assets/logos/haproxy.png"
#subtitle: "Bookmark example"

View File

@ -36,12 +36,8 @@ services:
- name: "Media"
icon: "fas fa-photo-video"
items:
- name: "Plex (local)"
logo: "assets/logos/plex.png"
#subtitle: "Bookmark example"
tag: "media"
url: "http://plex.lan:32400/web/"
target: "_blank" # optional html a tag target attribute
- name: "Jellyfin"
logo: "assets/logos/jellyfin.png"
#subtitle: "Bookmark example"
@ -55,18 +51,32 @@ services:
tag: "media"
url: "http://music.lan"
target: "_blank" # optional html a tag target attribute
- name: "Transmission"
logo: "assets/logos/transmission.png"
- name: "Pluto TV"
logo: "assets/logos/plutotv.png"
#subtitle: "Bookmark example"
tag: "media"
url: "http://transmission.lan:9091"
url: "https://pluto.tv"
target: "_blank" # optional html a tag target attribute
- name: "FlexGet"
logo: "assets/logos/flexget.png"
- name: "CBC Listen Live"
logo: "assets/logos/cbc_listen.png"
#subtitle: "Bookmark example"
tag: "media"
url: "http://flexget.lan:5050"
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"
@ -79,30 +89,32 @@ services:
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: "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: "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: "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: "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 (local)"
logo: "assets/logos/plex.png"
#subtitle: "Bookmark example"
tag: "media"
url: "http://plex.lan:32400/web/"
target: "_blank" # optional html a tag target attribute
- name: "Plex (main website)"
logo: "assets/logos/plex.png"
#subtitle: "Bookmark example"

View File

@ -106,7 +106,7 @@ services:
logo: "assets/logos/monitorixlogo.png"
#subtitle: "Bookmark example"
tag: "monitorix"
url: "http://node65-rpi4.lan:8185/monitorix"
url: "http://node-6-rpi4.lan:8185/monitorix"
target: "_blank" # optional html a tag target attribute
- name: "node-7-rpi4"
logo: "assets/logos/monitorixlogo.png"
@ -193,5 +193,11 @@ services:
tag: "monitorix"
url: "http://webtop.lan:8185/monitorix"
target: "_blank" # optional html a tag target attribute
- name: "ttrss"
logo: "assets/logos/monitorixlogo.png"
#subtitle: "Bookmark example"
tag: "monitorix"
url: "http://ttrss.lan:8185/monitorix"
target: "_blank" # optional html a tag target attribute
# EOF