mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
SABnzbd: change http port to 8081, change https port to 8082, this needs a recreation of the configfile. please remove your old config and restart
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
046434a0d8
commit
4771f6e538
@ -4,7 +4,7 @@
|
|||||||
<name replace-wildcards="yes">SABnzbd Server on %h</name>
|
<name replace-wildcards="yes">SABnzbd Server on %h</name>
|
||||||
<service>
|
<service>
|
||||||
<type>_http._tcp</type>
|
<type>_http._tcp</type>
|
||||||
<port>8080</port>
|
<port>8081</port>
|
||||||
<txt-record>path=/index.html</txt-record>
|
<txt-record>path=/index.html</txt-record>
|
||||||
</service>
|
</service>
|
||||||
</service-group>
|
</service-group>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<name replace-wildcards="yes">SABnzbd Server on %h (secured)</name>
|
<name replace-wildcards="yes">SABnzbd Server on %h (secured)</name>
|
||||||
<service>
|
<service>
|
||||||
<type>_http._tcp</type>
|
<type>_http._tcp</type>
|
||||||
<port>8081</port>
|
<port>8082</port>
|
||||||
<txt-record>path=/index.html</txt-record>
|
<txt-record>path=/index.html</txt-record>
|
||||||
</service>
|
</service>
|
||||||
</service-group>
|
</service-group>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
__version__ = 18
|
__version__ = 18
|
||||||
[misc]
|
[misc]
|
||||||
queue_complete = ""
|
queue_complete = ""
|
||||||
https_port = 8081
|
https_port = 8082
|
||||||
folder_rename = 1
|
folder_rename = 1
|
||||||
allow_64bit_tools = 1
|
allow_64bit_tools = 1
|
||||||
rss_rate = 60
|
rss_rate = 60
|
||||||
@ -30,7 +30,7 @@ __version__ = 18
|
|||||||
ionice = -c2 -n4
|
ionice = -c2 -n4
|
||||||
enable_unzip = 1
|
enable_unzip = 1
|
||||||
download_free = 1G
|
download_free = 1G
|
||||||
port = 8080
|
port = 8081
|
||||||
email_dir = ""
|
email_dir = ""
|
||||||
email_full = 0
|
email_full = 0
|
||||||
log_dir = logs
|
log_dir = logs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user