Skip to content

Instantly share code, notes, and snippets.

@abhijit86k
abhijit86k / calibre.service
Created April 14, 2020 05:22 — forked from jbeley/calibre.service
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>