Change Plex from HEAD ping to GET ping, hopefully fixes random disconnect issue

This commit is contained in:
2025-08-31 17:21:02 +02:00
parent 16c61fa482
commit f685e2b705

View File

@@ -62,7 +62,7 @@ class service:
services: list[service] = [
service(0, "https://git.ihatemen.uk/", "Gitea"),
service(1, "https://plex.ihatemen.uk/", "Plex"),
service(1, "https://plex.ihatemen.uk/", "Plex", ping_type=1),
service(2, "https://truenas.local/", "TrueNAS", False),
service(3, "https://cloud.ihatemen.uk/", "NextCloud"),
service(4, "https://request.ihatemen.uk/", "Overseerr"),