Add Avahi service configuration

This commit is contained in:
Skylar Ittner 2018-04-08 14:40:56 -06:00
parent 5a346c3d79
commit 38d908ae4a
2 changed files with 14 additions and 0 deletions

View File

@ -2,5 +2,6 @@
This folder contains Debian configuration files with notable changes from common defaults.
* `bizapps.service` -> `/etc/avahi/services/bizapps.service`: Avahi broadcast for mobile app
* `cjdroute.conf` -> `/etc/cjdroute.conf`: CJDNS configuration
* `nginx` -> `/etc/nginx/sites-enabled/default`: NGINX configuration

13
configs/bizapps.service Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name>BizApps</name>
<service>
<type>_http._tcp</type>
<port>80</port>
<txt-record>appid=bizappserver</txt-record>
<txt-record>webprotocol=http</txt-record>
<txt-record>webpath=/</txt-record>
<txt-record>model=accel1</txt-record>
</service>
</service-group>