[READ-ONLY] Mirror of https://github.com/jphastings/jan-poka. Jan Poka is a suite of tools for controlling custom internet-of-things devices that help make your distant friends feel closer.
geolocation hardware mqtt
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix unraid XML

+4 -6
+4 -6
etc/unraid/jan-poka.xml
··· 16 16 <Overview>Jan Poka is a suite of tools for controlling custom internet-of-things devices that help make your distant friends around the world feel closer. This 'controller' service handles API requests and publishes MQTT directives to the connected devices.</Overview> 17 17 <TemplateURL>https://raw.githubusercontent.com/jphastings/jan-poka/master/etc/unraid/jan-poka.xml</TemplateURL> 18 18 <Icon>https://raw.githubusercontent.com/jphastings/jan-poka/master/etc/icon.png</Icon> 19 - <Config Name="API Port" Target="2678" Default="2678" Mode="tcp" Description="API service port" Type="Port" Display="always" Required="true" Mask="false"/> 19 + <Config Name="Bind IP" Target="JP_IPADDRESS" Default="" Mode="tcp" Description="IP address to bind to" Type="Port" Display="advanced" Required="false" Mask="false"/> 20 + <Config Name="API Port" Target="JP_PORT" Default="2678" Mode="tcp" Description="API service port" Type="Port" Display="advanced" Required="false" Mask="false"/> 21 + <Config Name="MQTT Port" Target="JP_MQTTPORT" Default="1883" Mode="tcp" Description="MQTT service port" Type="Port" Display="advanced" Required="false" Mask="false"/> 20 22 21 23 <Config Name="Latitude" Target="JP_HOMELATITUDE" Default="" Description="Your 'home' latitude" Type="Variable" Display="always" Required="true" Mask="false"/> 22 24 <Config Name="Longitude" Target="JP_HOMELONGITUDE" Default="" Description="Your 'home' longitude" Type="Variable" Display="always" Required="true" Mask="false"/> 23 - <Config Name="Altitude" Target="JP_HOMEALTITUDE" Default="0" Description="Your 'home' altitude in meters above seal level" Type="Variable" Display="advanced" Required="false" Mask="false"/> 24 - 25 - <Config Name="MQTT Broker" Target="JP_MQTTBROKER" Default="mqtt.local:1883" Description="MQTT broker to use (host:port)" Type="Variable" Display="always" Required="true" Mask="false"/> 26 - <Config Name="MQTT Username" Target="JP_MQTTUSERNAME" Default="" Description="The username to use while connecting to MQTT" Type="Variable" Display="always" Required="true" Mask="false"/> 27 - <Config Name="MQTT Password" Target="JP_MQTTPASSWORD" Default="" Description="The password to use while connecting to MQTT" Type="Variable" Display="always" Required="true" Mask="true"/> 25 + <Config Name="Altitude" Target="JP_HOMEALTITUDE" Default="0" Description="Your 'home' altitude in meters above seal level" Type="Variable" Display="advanced" Required="true" Mask="false"/> 28 26 29 27 <Config Name="Google Places API key" Target="JP_GOOGLEMAPSAPIKEY" Default="" Description="To allow Google Places searches this must be a Google API key with access to the Places and Elevation APIs" Type="Variable" Display="always" Required="false" Mask="true"/> 30 28 </Container>