Add Avahi service configuration
This commit is contained in:
parent
5a346c3d79
commit
38d908ae4a
@ -2,5 +2,6 @@
|
|||||||
|
|
||||||
This folder contains Debian configuration files with notable changes from common defaults.
|
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
|
* `cjdroute.conf` -> `/etc/cjdroute.conf`: CJDNS configuration
|
||||||
* `nginx` -> `/etc/nginx/sites-enabled/default`: NGINX configuration
|
* `nginx` -> `/etc/nginx/sites-enabled/default`: NGINX configuration
|
13
configs/bizapps.service
Normal file
13
configs/bizapps.service
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user