URLs Update
This commit is contained in:
@@ -124,7 +124,7 @@
|
|||||||
url: https://git.sirblob.co/
|
url: https://git.sirblob.co/
|
||||||
icon: si:gitea
|
icon: si:gitea
|
||||||
- title: Coder
|
- title: Coder
|
||||||
url: https://mcbugj8flucdg.pit-1.try.coder.app
|
url: https://r115dj8cdsod8.pit-1.try.coder.app
|
||||||
icon: mdi:code-braces
|
icon: mdi:code-braces
|
||||||
- links:
|
- links:
|
||||||
- title: qBittorrent
|
- title: qBittorrent
|
||||||
@@ -152,7 +152,7 @@
|
|||||||
title: My Services
|
title: My Services
|
||||||
sites:
|
sites:
|
||||||
- title: Plex
|
- title: Plex
|
||||||
url: https://plex1.sirblob.co/web/index.html#!/
|
url: https://plex.sirblob.co/web/index.html#!/
|
||||||
icon: si:plex
|
icon: si:plex
|
||||||
- title: Immich
|
- title: Immich
|
||||||
url: https://immich.sirblob.co
|
url: https://immich.sirblob.co
|
||||||
@@ -161,7 +161,7 @@
|
|||||||
url: http://panel.sirblob.co/
|
url: http://panel.sirblob.co/
|
||||||
icon: mdi:server
|
icon: mdi:server
|
||||||
- title: Coder
|
- title: Coder
|
||||||
url: https://mcbugj8flucdg.pit-1.try.coder.app
|
url: https://r115dj8cdsod8.pit-1.try.coder.app
|
||||||
icon: mdi:code-braces
|
icon: mdi:code-braces
|
||||||
- title: Excalidraw
|
- title: Excalidraw
|
||||||
url: https://draw.sirblob.co/
|
url: https://draw.sirblob.co/
|
||||||
@@ -567,7 +567,7 @@
|
|||||||
title: My Services
|
title: My Services
|
||||||
sites:
|
sites:
|
||||||
- title: Plex
|
- title: Plex
|
||||||
url: https://plex1.sirblob.co/web/index.html#!/
|
url: https://plex.sirblob.co/web/index.html#!/
|
||||||
icon: si:plex
|
icon: si:plex
|
||||||
- title: Immich
|
- title: Immich
|
||||||
url: https://immich.sirblob.co
|
url: https://immich.sirblob.co
|
||||||
@@ -576,7 +576,7 @@
|
|||||||
url: http://panel.sirblob.co/
|
url: http://panel.sirblob.co/
|
||||||
icon: mdi:server
|
icon: mdi:server
|
||||||
- title: Coder
|
- title: Coder
|
||||||
url: https://mcbugj8flucdg.pit-1.try.coder.app
|
url: https://r115dj8cdsod8.pit-1.try.coder.app
|
||||||
icon: mdi:code-braces
|
icon: mdi:code-braces
|
||||||
- title: Excalidraw
|
- title: Excalidraw
|
||||||
url: https://draw.sirblob.co/
|
url: https://draw.sirblob.co/
|
||||||
@@ -835,7 +835,7 @@
|
|||||||
cache: 1m
|
cache: 1m
|
||||||
options:
|
options:
|
||||||
media-server: "plex"
|
media-server: "plex"
|
||||||
base-url: https://plex1.sirblob.co
|
base-url: https://plex.sirblob.co
|
||||||
api-key: ${PLEX_TOKEN}
|
api-key: ${PLEX_TOKEN}
|
||||||
small-column: false
|
small-column: false
|
||||||
compact: false
|
compact: false
|
||||||
@@ -1014,7 +1014,7 @@
|
|||||||
{{ if or $isShows $isMusic }}
|
{{ if or $isShows $isMusic }}
|
||||||
{{ $thumbID = $session.String "parentThumb" }}
|
{{ $thumbID = $session.String "parentThumb" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ $thumbURL = concat "https://plex1.sirblob.co" $thumbID "?X-Plex-Token=" $apiKey }}
|
{{ $thumbURL = concat "https://plex.sirblob.co" $thumbID "?X-Plex-Token=" $apiKey }}
|
||||||
|
|
||||||
{{ $duration = $session.Float "duration" }}
|
{{ $duration = $session.Float "duration" }}
|
||||||
{{ $offset = $session.Float "viewOffset" }}
|
{{ $offset = $session.Float "viewOffset" }}
|
||||||
@@ -1200,7 +1200,7 @@
|
|||||||
cache: 5m
|
cache: 5m
|
||||||
options:
|
options:
|
||||||
media-server: "plex"
|
media-server: "plex"
|
||||||
base-url: https://plex1.sirblob.co
|
base-url: https://plex.sirblob.co
|
||||||
api-key: ${PLEX_TOKEN}
|
api-key: ${PLEX_TOKEN}
|
||||||
history-length: "10"
|
history-length: "10"
|
||||||
small-column: false
|
small-column: false
|
||||||
@@ -1377,7 +1377,7 @@
|
|||||||
{{ if or $isShows $isMusic}}
|
{{ if or $isShows $isMusic}}
|
||||||
{{ $thumbID = $item.String "parentThumb" }}
|
{{ $thumbID = $item.String "parentThumb" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ $thumbURL = concat "https://plex1.sirblob.co" $thumbID "?X-Plex-Token=" $apiKey }}
|
{{ $thumbURL = concat "https://plex.sirblob.co" $thumbID "?X-Plex-Token=" $apiKey }}
|
||||||
|
|
||||||
{{ $time := $item.String "viewedAt" }}
|
{{ $time := $item.String "viewedAt" }}
|
||||||
{{ if $timeAbsolute }}
|
{{ if $timeAbsolute }}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ server:
|
|||||||
assets-path: /app/assets
|
assets-path: /app/assets
|
||||||
|
|
||||||
branding:
|
branding:
|
||||||
app-name: "Sir Blob's Dash" # PWA/Tab Name
|
app-name: "HomeLab Dash" # PWA/Tab Name
|
||||||
app-background-color: "#22232e" # PWA Background
|
app-background-color: "#22232e" # PWA Background
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
|
|||||||
@@ -124,7 +124,7 @@
|
|||||||
url: https://git.sirblob.co/
|
url: https://git.sirblob.co/
|
||||||
icon: si:gitea
|
icon: si:gitea
|
||||||
- title: Coder
|
- title: Coder
|
||||||
url: https://mcbugj8flucdg.pit-1.try.coder.app
|
url: https://r115dj8cdsod8.pit-1.try.coder.app
|
||||||
icon: mdi:code-braces
|
icon: mdi:code-braces
|
||||||
- links:
|
- links:
|
||||||
- title: qBittorrent
|
- title: qBittorrent
|
||||||
@@ -161,7 +161,7 @@
|
|||||||
url: http://panel.sirblob.co/
|
url: http://panel.sirblob.co/
|
||||||
icon: mdi:server
|
icon: mdi:server
|
||||||
- title: Coder
|
- title: Coder
|
||||||
url: https://mcbugj8flucdg.pit-1.try.coder.app
|
url: https://r115dj8cdsod8.pit-1.try.coder.app
|
||||||
icon: mdi:code-braces
|
icon: mdi:code-braces
|
||||||
- title: Excalidraw
|
- title: Excalidraw
|
||||||
url: https://draw.sirblob.co/
|
url: https://draw.sirblob.co/
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
url: http://panel.sirblob.co/
|
url: http://panel.sirblob.co/
|
||||||
icon: mdi:server
|
icon: mdi:server
|
||||||
- title: Coder
|
- title: Coder
|
||||||
url: https://mcbugj8flucdg.pit-1.try.coder.app
|
url: https://r115dj8cdsod8.pit-1.try.coder.app
|
||||||
icon: mdi:code-braces
|
icon: mdi:code-braces
|
||||||
- title: Excalidraw
|
- title: Excalidraw
|
||||||
url: https://draw.sirblob.co/
|
url: https://draw.sirblob.co/
|
||||||
@@ -510,7 +510,7 @@
|
|||||||
{{ if or $isShows $isMusic }}
|
{{ if or $isShows $isMusic }}
|
||||||
{{ $thumbID = $session.String "parentThumb" }}
|
{{ $thumbID = $session.String "parentThumb" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ $thumbURL = concat "https://plex1.sirblob.co" $thumbID "?X-Plex-Token=" $apiKey }}
|
{{ $thumbURL = concat "https://plex.sirblob.co" $thumbID "?X-Plex-Token=" $apiKey }}
|
||||||
|
|
||||||
{{ $duration = $session.Float "duration" }}
|
{{ $duration = $session.Float "duration" }}
|
||||||
{{ $offset = $session.Float "viewOffset" }}
|
{{ $offset = $session.Float "viewOffset" }}
|
||||||
@@ -873,7 +873,7 @@
|
|||||||
{{ if or $isShows $isMusic}}
|
{{ if or $isShows $isMusic}}
|
||||||
{{ $thumbID = $item.String "parentThumb" }}
|
{{ $thumbID = $item.String "parentThumb" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ $thumbURL = concat "https://plex1.sirblob.co" $thumbID "?X-Plex-Token=" $apiKey }}
|
{{ $thumbURL = concat "https://plex.sirblob.co" $thumbID "?X-Plex-Token=" $apiKey }}
|
||||||
|
|
||||||
{{ $time := $item.String "viewedAt" }}
|
{{ $time := $item.String "viewedAt" }}
|
||||||
{{ if $timeAbsolute }}
|
{{ if $timeAbsolute }}
|
||||||
|
|||||||
Reference in New Issue
Block a user