Bring things to another place...
$ curl -iv -XGET --unix-socket /tmp/bifrostd.sock http:/path
$ curl -iv -XGET --unix-socket /tmp/bifrostd.sock http:/path//tmp/walter
$ curl -iv \
--data '{"path": "/tmp/walter", "namespace": "wally"}' \
-XPOST \
--unix-socket /tmp/bifrostd.sock http:/watch
sudo groupadd -g 342 bifrostd --system
sudo usermod -a -G bifrostd {username}
Modify bifrostd.service
in order to match your local install
sudo systemctl enable bifrostd.service
Change the httpd
section
{
"httpd": {
"host": "0.0.0.0",
"port:" "8081"
}
}
curl -iv -XGET http://localhost:8081/path