Links and Services Update

This commit is contained in:
2025-11-16 18:25:44 +00:00
parent 16905f196f
commit e3f40ec89a
4 changed files with 67 additions and 20 deletions

View File

@@ -7,7 +7,7 @@
title: My Services
sites:
- title: Plex
url: https://plex.sirblob.co/web/index.html#!/
url: "${PLEX_URL}/web/index.html#!/"
icon: si:plex
- title: Immich
url: https://immich.sirblob.co
@@ -16,7 +16,7 @@
url: http://panel.sirblob.co/
icon: mdi:server
- title: Coder
url: https://r115dj8cdsod8.pit-1.try.coder.app
url: "${CODER_APP_URL}"
icon: mdi:code-braces
- title: Yamtrack
url: https://tbd.sirblob.co/
@@ -33,6 +33,12 @@
- title: Nginx Proxy Manager # Added NPM
url: https://npm.sirblob.co/
icon: si:nginxproxymanager
- title: OpenWeb (AI Chat)
url: https://openweb.sirblob.co/
icon: mdi:chat
- title: Sea (Anime)
url: https://sea.sirblob.co/
icon: mdi:television
- type: docker-containers
title: Docker Containers
@@ -334,7 +340,7 @@
cache: 1m
options:
media-server: "plex"
base-url: https://plex.sirblob.co
base-url: ${PLEX_URL}
api-key: ${PLEX_TOKEN}
small-column: false
compact: false
@@ -513,7 +519,7 @@
{{ if or $isShows $isMusic }}
{{ $thumbID = $session.String "parentThumb" }}
{{ end }}
{{ $thumbURL = concat "https://plex.sirblob.co" $thumbID "?X-Plex-Token=" $apiKey }}
{{ $thumbURL = concat $baseURL $thumbID "?X-Plex-Token=" $apiKey }}
{{ $duration = $session.Float "duration" }}
{{ $offset = $session.Float "viewOffset" }}
@@ -699,7 +705,7 @@
cache: 5m
options:
media-server: "plex"
base-url: https://plex.sirblob.co
base-url: ${PLEX_URL}
api-key: ${PLEX_TOKEN}
history-length: "10"
small-column: false
@@ -876,7 +882,7 @@
{{ if or $isShows $isMusic}}
{{ $thumbID = $item.String "parentThumb" }}
{{ end }}
{{ $thumbURL = concat "https://plex.sirblob.co" $thumbID "?X-Plex-Token=" $apiKey }}
{{ $thumbURL = concat $baseURL $thumbID "?X-Plex-Token=" $apiKey }}
{{ $time := $item.String "viewedAt" }}
{{ if $timeAbsolute }}