Use siteMonitor instead of ping for HTTP port-level status checks and change Jellyfin to use local IP
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s
This commit is contained in:
@@ -21,14 +21,14 @@
|
|||||||
container: nextcloud_app
|
container: nextcloud_app
|
||||||
- Movies:
|
- Movies:
|
||||||
icon: jellyfin.png
|
icon: jellyfin.png
|
||||||
href: https://movies.mischlabs.de
|
href: http://192.168.178.111:8096
|
||||||
description: Filme & Serien (VM)
|
description: Filme & Serien (VM)
|
||||||
ping: http://192.168.178.111:8096
|
siteMonitor: http://192.168.178.111:8096
|
||||||
- Plex:
|
- Plex:
|
||||||
icon: plex.png
|
icon: plex.png
|
||||||
href: http://192.168.178.111:32400
|
href: http://192.168.178.111:32400
|
||||||
description: Plex Media Server (VM)
|
description: Plex Media Server (VM)
|
||||||
ping: http://192.168.178.111:32400
|
siteMonitor: http://192.168.178.111:32400
|
||||||
- Audiobooks:
|
- Audiobooks:
|
||||||
icon: audiobookshelf.png
|
icon: audiobookshelf.png
|
||||||
href: https://audiobook.mischlabs.de
|
href: https://audiobook.mischlabs.de
|
||||||
@@ -47,27 +47,27 @@
|
|||||||
icon: jellyseerr.png
|
icon: jellyseerr.png
|
||||||
href: http://192.168.178.111:5055
|
href: http://192.168.178.111:5055
|
||||||
description: Medienanfragen verwalten
|
description: Medienanfragen verwalten
|
||||||
ping: http://192.168.178.111:5055
|
siteMonitor: http://192.168.178.111:5055
|
||||||
- Sonarr:
|
- Sonarr:
|
||||||
icon: sonarr.png
|
icon: sonarr.png
|
||||||
href: http://192.168.178.111:8989
|
href: http://192.168.178.111:8989
|
||||||
description: Serien verwalten
|
description: Serien verwalten
|
||||||
ping: http://192.168.178.111:8989
|
siteMonitor: http://192.168.178.111:8989
|
||||||
- Radarr:
|
- Radarr:
|
||||||
icon: radarr.png
|
icon: radarr.png
|
||||||
href: http://192.168.178.111:7878
|
href: http://192.168.178.111:7878
|
||||||
description: Filme verwalten
|
description: Filme verwalten
|
||||||
ping: http://192.168.178.111:7878
|
siteMonitor: http://192.168.178.111:7878
|
||||||
- Prowlarr:
|
- Prowlarr:
|
||||||
icon: prowlarr.png
|
icon: prowlarr.png
|
||||||
href: http://192.168.178.111:9696
|
href: http://192.168.178.111:9696
|
||||||
description: Indexer Manager
|
description: Indexer Manager
|
||||||
ping: http://192.168.178.111:9696
|
siteMonitor: http://192.168.178.111:9696
|
||||||
- SABnzbd:
|
- SABnzbd:
|
||||||
icon: sabnzbd.png
|
icon: sabnzbd.png
|
||||||
href: http://192.168.178.111:8080
|
href: http://192.168.178.111:8080
|
||||||
description: Usenet Downloader
|
description: Usenet Downloader
|
||||||
ping: http://192.168.178.111:8080
|
siteMonitor: http://192.168.178.111:8080
|
||||||
|
|
||||||
- Arbeit & Admin:
|
- Arbeit & Admin:
|
||||||
- Git:
|
- Git:
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
icon: portainer.png
|
icon: portainer.png
|
||||||
href: https://192.168.178.111:9443
|
href: https://192.168.178.111:9443
|
||||||
description: VM Container verwalten
|
description: VM Container verwalten
|
||||||
ping: https://192.168.178.111:9443
|
siteMonitor: https://192.168.178.111:9443
|
||||||
|
|
||||||
- Persönlich:
|
- Persönlich:
|
||||||
- MiChess:
|
- MiChess:
|
||||||
|
|||||||
@@ -5,8 +5,9 @@
|
|||||||
description: Cloud-Speicher
|
description: Cloud-Speicher
|
||||||
- Movies:
|
- Movies:
|
||||||
icon: jellyfin.png
|
icon: jellyfin.png
|
||||||
href: https://movies.mischlabs.de
|
href: http://192.168.178.111:8096
|
||||||
description: Filme & Serien
|
description: Filme & Serien
|
||||||
|
siteMonitor: http://192.168.178.111:8096
|
||||||
- Audiobooks:
|
- Audiobooks:
|
||||||
icon: audiobookshelf.png
|
icon: audiobookshelf.png
|
||||||
href: https://audiobook.mischlabs.de
|
href: https://audiobook.mischlabs.de
|
||||||
@@ -19,6 +20,7 @@
|
|||||||
icon: plex.png
|
icon: plex.png
|
||||||
href: http://192.168.178.111:32400
|
href: http://192.168.178.111:32400
|
||||||
description: Plex Media Server
|
description: Plex Media Server
|
||||||
|
siteMonitor: http://192.168.178.111:32400
|
||||||
|
|
||||||
- Persönlich:
|
- Persönlich:
|
||||||
- MiChess:
|
- MiChess:
|
||||||
|
|||||||
Reference in New Issue
Block a user