Skip to content

Instantly share code, notes, and snippets.

@jbeley
Created June 11, 2018 11:29
Show Gist options
  • Save jbeley/c29e011d142bff47b05521532b8d10b8 to your computer and use it in GitHub Desktop.
Save jbeley/c29e011d142bff47b05521532b8d10b8 to your computer and use it in GitHub Desktop.
Avahi service file for calibre e-book server
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<!-- See avahi.service(5) for more information about this configuration file -->
<!-- See https://code.google.com/archive/p/openpub/wikis/DeprecatedOPDSSpecification.wiki for OPDS spec -->
<service-group>
<name>Calibre</name>
<service>
<type>_opds._tcp</type>
<port>8080</port>
<host-name>myhostname.local</host-name>
<txt-record>protocol=http</txt-record>
<txt-record>path=/opds/</txt-record>
</service>
</service-group>
@abhijit86k
Copy link

Should this also contain a line for the "_calibre._tcp" service to allow Calibre Mobile App to connect to the calibre-server?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment