mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
SABnzbd: add avahi service files
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
af8fcb73e0
commit
85c833c7a6
10
packages/network/SABnzbd/config/sabnzbd-http.service
Normal file
10
packages/network/SABnzbd/config/sabnzbd-http.service
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
|
||||
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
|
||||
<service-group>
|
||||
<name replace-wildcards="yes">SABnzbd Server on %h</name>
|
||||
<service>
|
||||
<type>_http._tcp</type>
|
||||
<port>8080</port>
|
||||
<txt-record>path=/index.html</txt-record>
|
||||
</service>
|
||||
</service-group>
|
10
packages/network/SABnzbd/config/sabnzbd-https.service
Normal file
10
packages/network/SABnzbd/config/sabnzbd-https.service
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
|
||||
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
|
||||
<service-group>
|
||||
<name replace-wildcards="yes">SABnzbd Server on %h (secured)</name>
|
||||
<service>
|
||||
<type>_http._tcp</type>
|
||||
<port>9090</port>
|
||||
<txt-record>path=/index.html</txt-record>
|
||||
</service>
|
||||
</service-group>
|
Loading…
x
Reference in New Issue
Block a user