mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc-addon-settings: add option to enable/disable sshd startup
This commit is contained in:
parent
40fe7c2989
commit
50d3738c8a
@ -40,4 +40,6 @@
|
||||
<string id="5013">Samba Username</string>
|
||||
<string id="5014">Samba Password</string>
|
||||
|
||||
<string id="5020">SSH</string>
|
||||
<string id="5021">Start ssh server at boot</string>
|
||||
</strings>
|
||||
|
@ -70,5 +70,8 @@
|
||||
<setting id="SAMBA_SECURITY" type="bool" label="5012" default="false" visible="eq(-1,true)"/>
|
||||
<setting id="SAMBA_USERNAME" type="text" label="5013" default="openelec" visible="eq(-1,true) + eq(-2,true)"/>
|
||||
<setting id="SAMBA_PASSWORD" type="text" option="hidden" label="5014" default="openelec" visible="eq(-2,true)+ eq(-3,true)"/>
|
||||
<setting label="5020" type="lsep"/>
|
||||
<setting type="sep" />
|
||||
<setting id="SSHD_START" type="bool" label="5021" default="false" />
|
||||
</category>
|
||||
</settings>
|
||||
|
Loading…
x
Reference in New Issue
Block a user