Testing info

This commit is contained in:
2025-02-12 20:56:52 +02:00
parent 0eda7dea36
commit 2ae2e427a8

View File

@@ -7,3 +7,11 @@ Broadcast custom Jellyfin server address for local Jellyfin Apple TV client
Copy `sample.env` to `.env` and update values. Copy `sample.env` to `.env` and update values.
Run with `docker compose up -d` Run with `docker compose up -d`
## Test
See if it responds to broadcast messages
```sh
echo -n 'Who is JellyfinServer?' | socat - udp-datagram:255.255.255.255:7359,broadcast
```