/open-control

Primary LanguageTypeScript

Open Control

Development

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Reference

Things

curl https://proxy.open-control.orb.local:4441/v1/auth/ \
    --cacert hack/certs/server.crt \
    -H 'Content-Type: application/json' \
    -d '{"username":"admin","password":"admin"}'

mkcert -key-file hack/certs/server.key -cert-file hack/certs/server.crt proxy.open-control.orb.local