Page 1 of 1
Serviio doesn't show hostname when runnning in container

Posted:
Mon Jan 27, 2025 9:06 pm
by ciciban
On my TV under DLNA I see "Serviio (unknown)" when the servio is runnign in docker. But when it's running on my PC it shows hostname of the PC.
How does serviio get hostname and is it possible to configure it ? To fix this in docker.
Thank you.
Re: Serviio doesn't show hostname when runnning in container

Posted:
Tue Jan 28, 2025 3:35 am
by atc98092
The computer name is configured in the profiles.xml file. It's one of the first lines in the file. It's possible (likely) the container doesn't provide a name that the code recognizes. You can add your own name, or do like I do and remove the computer name completely.
Re: Serviio doesn't show hostname when runnning in container

Posted:
Wed Jan 29, 2025 10:42 pm
by ciciban
Thank you. I have just removed it as you suggested.