mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
kodi: don't enable webserver by default
Kodi defaults to require authentication when the webserver is enabled and as no password is set this results in an annoying error box on fresh installations. As neither disabling authentication or pre-setting a well known password are great options just stop enabling the webserver via appliance.xml. Users can enable it and choose authentication options if they like via settings. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
16e68ab07d
commit
c8c9b6aae8
@ -49,14 +49,6 @@
|
||||
</group>
|
||||
</category>
|
||||
|
||||
<category id="control">
|
||||
<group id="1">
|
||||
<setting id="services.webserver">
|
||||
<default>true</default>
|
||||
</setting>
|
||||
</group>
|
||||
</category>
|
||||
|
||||
<category id="smb">
|
||||
<group id="2">
|
||||
<setting id="smb.maxprotocol">
|
||||
|
Loading…
x
Reference in New Issue
Block a user