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

@@ -114,7 +114,7 @@
url: https://www.linkedin.com/
icon: si:linkedin
- title: Plex
url: https://app.plex.tv/
url: "${PLEX_URL}/web/index.html#!/"
icon: si:plex
- links:
- title: MCSManager
@@ -124,7 +124,7 @@
url: https://git.sirblob.co/
icon: si:gitea
- 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/
@@ -149,13 +149,19 @@
- 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: monitor
cache: 1m
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
@@ -164,7 +170,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/
@@ -181,6 +187,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: group
widgets:
@@ -573,7 +585,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
@@ -582,7 +594,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: Excalidraw
url: https://draw.sirblob.co/
@@ -841,7 +853,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
@@ -1020,7 +1032,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" }}
@@ -1206,7 +1218,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
@@ -1383,7 +1395,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 }}