|
||
---|---|---|
.idea | ||
.woodpecker | ||
api-test-scripts | ||
cmd | ||
config | ||
pkg | ||
scripts | ||
spec | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
docker-compose.development.yml | ||
docker-compose.example.yml | ||
go.mod | ||
go.sum | ||
Makefile | ||
README.md |
Summer
APIs and server side code for connecting multiple backend services.
Program | Description |
---|---|
Azalea | HTTP server with subdomain based internal proxying and API endpoint management |
Buttercup | SSL certificate management and renewal |
Lily | Process management and logging |
Marigold | User authentication and management with OAuth application support |
Rose | TCP and UDP forwarding server |
Building
make build
Development
# first time docker setup
debug=1 make setup-docker
# rebuild and restart docker containers
debug=1 make restart-docker