added entries for mstream and lms test servers

This commit is contained in:
Radar231 2021-10-28 08:00:21 -04:00
parent ae47e378f8
commit 93f0da1aa4
1 changed files with 19 additions and 6 deletions

View File

@ -42,18 +42,25 @@ services:
tag: "media"
url: "http://navidrome.lan"
target: "_blank" # optional html a tag target attribute
- 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: "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: "MStream"
logo: "assets/logos/mstream-logo.png"
#subtitle: "Bookmark example"
tag: "media"
url: "http://mstream.lan:3000"
target: "_blank" # optional html a tag target attribute
- name: "LMS"
#logo: "fas fa-music"
icon: "fas fa-music"
#subtitle: "Bookmark example"
tag: "media"
url: "http://lms.lan:5082"
target: "_blank" # optional html a tag target attribute
- name: "FlexGet"
logo: "assets/logos/flexget.png"
#subtitle: "Bookmark example"
@ -102,5 +109,11 @@ services:
tag: "media"
url: "https://photos.google.com"
target: "_blank" # optional html a tag target attribute
- 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
# EOF