Linux system administration served over RESTful JSON API
GOOS=linux GOARCH=amd64 go build -gcflags=-trimpath=$GOPATH -asmflags=-trimpath=$GOPATH meeseeks.go
github.com/gorilla/mux
github.com/spf13/viper
github.com/kabukky/httpscerts
Configure meeseeks.yml with the API port you'd like to use then:
go run meeseeks.go
curl -d '{"path": "/home/user"}' localhost:9191/api/v1/ls
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout key.pem -out cert.pem
Reference the location of cert.pem and key.pem in your meeseeks.yml config file.