diff --git a/config/services.yaml b/config/services.yaml index 1aefc96..25b50da 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -2,37 +2,6 @@ # For configuration options and examples, please see: # https://gethomepage.dev/configs/services -- Media: - - Plex: - icon: plex - href: https://plex.bendizengoff.me - siteMonitor: https://plex.bendizengoff.me - widget: - type: plex - url: https://plex.bendizengoff.me - key: "-vo3VpgAVYFUXa1qyEHd" - - Jellyfin: - icon: jellyfin - href: http://living-pc:8096/web/#/home.html - siteMonitor: http://living-pc:8096 - widget: - type: jellyfin - url: http://living-pc:8096 - key: "b32ee5eb850747b980ef4b79db69ad69" - enableBlocks: true # optional, defaults to false - enableNowPlaying: true # optional, defaults to true - enableUser: true # optional, defaults to false - showEpisodeNumber: true # optional, defaults to false - expandOneStreamToTwoRows: false # optional, defaults to true - - Deluge: - icon: deluge - href: http://deluge/ - siteMonitor: http://deluge - widget: - type: deluge - url: http://deluge - password: "85934212" # webui password - - Home: - Frigate: icon: frigate @@ -74,3 +43,34 @@ icon: gitea href: https://gitea.bendizengoff.me siteMonitor: https://gitea.bendizengoff.me + +- Media: + - Plex: + icon: plex + href: https://plex.bendizengoff.me + siteMonitor: https://plex.bendizengoff.me + widget: + type: plex + url: https://plex.bendizengoff.me + key: "-vo3VpgAVYFUXa1qyEHd" + - Jellyfin: + icon: jellyfin + href: http://living-pc:8096/web/#/home.html + siteMonitor: http://living-pc:8096 + widget: + type: jellyfin + url: http://living-pc:8096 + key: "b32ee5eb850747b980ef4b79db69ad69" + enableBlocks: true # optional, defaults to false + enableNowPlaying: true # optional, defaults to true + enableUser: true # optional, defaults to false + showEpisodeNumber: true # optional, defaults to false + expandOneStreamToTwoRows: false # optional, defaults to true + - Deluge: + icon: deluge + href: http://deluge/ + siteMonitor: http://deluge + widget: + type: deluge + url: http://deluge + password: "85934212" # webui password