Add Avahi service configuration

master
Skylar Ittner 6年前
コミット 38d908ae4a

@ -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

@ -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>
読み込み中…
キャンセル
保存