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 }}

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:

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 }}

17
example.env Normal file
View File

@@ -0,0 +1,17 @@
MY_SECRET_TOKEN=123456
Github_Personal_Access_Token=
AIR_TOKEN=""
IMMICH_URL=""
IMMICH_API_KEY=""
PLEX_URL=""
PLEX_TOKEN=""
QBITTORRENT_IP=""
NASA_API_KEY=""
CODER_APP_URL=""