Mercurial > code > home > repos > homeauto
view service/wifi/serv.n3 @ 1694:73abfd4cf5d0
new html log and other refactoring as i work on the advanceTheStack problems
https://bigasterisk.com/post/inference/2021-09-27_11-11.png
author | drewp@bigasterisk.com |
---|---|
date | Mon, 27 Sep 2021 11:22:09 -0700 |
parents | 632a88c27b11 |
children |
line wrap: on
line source
@prefix : <http://bigasterisk.com/ns/serv#> . @prefix auth: <http://bigasterisk.com/ns/serv/auth#> . @prefix serv: <http://bigasterisk.com/services/> . serv:wifi a :Service, :NpmPackage; :path "/wifi/"; :openid auth:admin; :serverHost "bang"; :internalPort 9070; :prodDockerFlags ( "-p" "9070:9070" "--net=host" ); :localDockerFlags ( "-v" "`pwd`:/opt" ); :localRunCmdline ( "python3" "wifi.py" "-v" ); :dockerFile "Dockerfile" .