Give Emby a dedicated LAN address
This commit is contained in:
@@ -4,13 +4,13 @@ Arcane Git Sync deployment for the official Emby Server image.
|
||||
|
||||
## Endpoint
|
||||
|
||||
- Web setup: `http://192.168.50.100:8097`
|
||||
- Container HTTP port: `8096/tcp`
|
||||
- Web setup: `http://192.168.50.12:8096`
|
||||
- Dedicated LAN address: `192.168.50.12/24` on external Docker network `br0`
|
||||
|
||||
Jellyfin already owns the default Emby/Jellyfin ports on this host, so this
|
||||
project intentionally does not publish `8920/tcp`, `7359/udp`, or `1900/udp`.
|
||||
Clients should add the server manually by URL when automatic LAN discovery is
|
||||
not available.
|
||||
Jellyfin owns the default Emby/Jellyfin ports on the unRaid host address. Emby
|
||||
therefore has its own macvlan address on `br0`, where it can use the native
|
||||
`8096/tcp`, `8920/tcp`, `7359/udp`, and `1900/udp` ports without host port
|
||||
mapping conflicts. Reserve or exclude `192.168.50.12` in the UDM DHCP scope.
|
||||
|
||||
## Persistent data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user