mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
15 lines
601 B
XML
15 lines
601 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<NetworkConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<RequireHttps>false</RequireHttps>
|
|
<BaseUrl>__PATH__</BaseUrl>
|
|
<InternalHttpPort>__PORT__</InternalHttpPort>
|
|
<EnableHttps>false</EnableHttps>
|
|
<EnableIPV6>true</EnableIPV6>
|
|
<EnableIPV4>true</EnableIPV4>
|
|
<AutoDiscovery>true</AutoDiscovery>
|
|
<EnableUPnP>true</EnableUPnP>
|
|
<EnableRemoteAccess>true</EnableRemoteAccess>
|
|
<LocalNetworkAddresses>
|
|
<string>127.0.0.1</string>
|
|
</LocalNetworkAddresses>
|
|
</NetworkConfiguration>
|