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.