From e3f40ec89a060df50643828f859f3a76b4e41387 Mon Sep 17 00:00:00 2001 From: Sir Blob Date: Sun, 16 Nov 2025 18:25:44 +0000 Subject: [PATCH] Links and Services Update --- config/backup.yml | 32 ++++++++++++++++++++++---------- config/home.yml | 20 ++++++++++++++++---- config/services.yml | 18 ++++++++++++------ example.env | 17 +++++++++++++++++ 4 files changed, 67 insertions(+), 20 deletions(-) create mode 100644 example.env diff --git a/config/backup.yml b/config/backup.yml index 9be75c9..6afc61e 100644 --- a/config/backup.yml +++ b/config/backup.yml @@ -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 }} diff --git a/config/home.yml b/config/home.yml index 3d7bf6a..cc6c7b1 100644 --- a/config/home.yml +++ b/config/home.yml @@ -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: diff --git a/config/services.yml b/config/services.yml index 7bfda71..d622384 100644 --- a/config/services.yml +++ b/config/services.yml @@ -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 }} diff --git a/example.env b/example.env new file mode 100644 index 0000000..7b34293 --- /dev/null +++ b/example.env @@ -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="" \ No newline at end of file