telebit/cmd/mgmt
AJ ONeal 8c8d5b150f bugfix HTTP-01 relay and update docs 2020-11-12 06:30:52 -07:00
..
README.md bugfix HTTP-01 relay and update docs 2020-11-12 06:30:52 -07:00
acmeroutes.go bugfix HTTP-01 relay and update docs 2020-11-12 06:30:52 -07:00
devices.go update error messages 2020-08-14 03:24:32 -06:00
mgmt.go bugfix HTTP-01 relay and update docs 2020-11-12 06:30:52 -07:00
postgres.go WIP abstract SQL 2020-09-16 04:55:52 -06:00
route.go bugfix HTTP-01 relay and update docs 2020-11-12 06:30:52 -07:00

README.md

MGMT Server

Config

VERBOSE=

PORT=6468

# JWT Verification Secret
#SECRET=XxxxxxxxxxxxxxxX

DB_URL=postgres://postgres:postgres@localhost:5432/postgres
DOMAIN=mgmt.example.com
TUNNEL_DOMAIN=tunnel.example.com

NAMECOM_USERNAME=johndoe
NAMECOM_API_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Build

go generate -mod vendor ./...

pushd cmd/mgmt
    go build -mod vendor -o telebit-mgmt
popd