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
|
||||
- Movies:
|
||||
icon: jellyfin.png
|
||||
href: https://movies.mischlabs.de
|
||||
href: http://192.168.178.111:8096
|
||||
description: Filme & Serien (VM)
|
||||
ping: http://192.168.178.111:8096
|
||||
siteMonitor: http://192.168.178.111:8096
|
||||
- Plex:
|
||||
icon: plex.png
|
||||
href: http://192.168.178.111:32400
|
||||
description: Plex Media Server (VM)
|
||||
ping: http://192.168.178.111:32400
|
||||
siteMonitor: http://192.168.178.111:32400
|
||||
- Audiobooks:
|
||||
icon: audiobookshelf.png
|
||||
href: https://audiobook.mischlabs.de
|
||||
@@ -47,27 +47,27 @@
|
||||
icon: jellyseerr.png
|
||||
href: http://192.168.178.111:5055
|
||||
description: Medienanfragen verwalten
|
||||
ping: http://192.168.178.111:5055
|
||||
siteMonitor: http://192.168.178.111:5055
|
||||
- Sonarr:
|
||||
icon: sonarr.png
|
||||
href: http://192.168.178.111:8989
|
||||
description: Serien verwalten
|
||||
ping: http://192.168.178.111:8989
|
||||
siteMonitor: http://192.168.178.111:8989
|
||||
- Radarr:
|
||||
icon: radarr.png
|
||||
href: http://192.168.178.111:7878
|
||||
description: Filme verwalten
|
||||
ping: http://192.168.178.111:7878
|
||||
siteMonitor: http://192.168.178.111:7878
|
||||
- Prowlarr:
|
||||
icon: prowlarr.png
|
||||
href: http://192.168.178.111:9696
|
||||
description: Indexer Manager
|
||||
ping: http://192.168.178.111:9696
|
||||
siteMonitor: http://192.168.178.111:9696
|
||||
- SABnzbd:
|
||||
icon: sabnzbd.png
|
||||
href: http://192.168.178.111:8080
|
||||
description: Usenet Downloader
|
||||
ping: http://192.168.178.111:8080
|
||||
siteMonitor: http://192.168.178.111:8080
|
||||
|
||||
- Arbeit & Admin:
|
||||
- Git:
|
||||
@@ -86,7 +86,7 @@
|
||||
icon: portainer.png
|
||||
href: https://192.168.178.111:9443
|
||||
description: VM Container verwalten
|
||||
ping: https://192.168.178.111:9443
|
||||
siteMonitor: https://192.168.178.111:9443
|
||||
|
||||
- Persönlich:
|
||||
- MiChess:
|
||||
|
||||
@@ -5,8 +5,9 @@
|
||||
description: Cloud-Speicher
|
||||
- Movies:
|
||||
icon: jellyfin.png
|
||||
href: https://movies.mischlabs.de
|
||||
href: http://192.168.178.111:8096
|
||||
description: Filme & Serien
|
||||
siteMonitor: http://192.168.178.111:8096
|
||||
- Audiobooks:
|
||||
icon: audiobookshelf.png
|
||||
href: https://audiobook.mischlabs.de
|
||||
@@ -19,6 +20,7 @@
|
||||
icon: plex.png
|
||||
href: http://192.168.178.111:32400
|
||||
description: Plex Media Server
|
||||
siteMonitor: http://192.168.178.111:32400
|
||||
|
||||
- Persönlich:
|
||||
- MiChess:
|
||||
|
||||
Reference in New Issue
Block a user