This repository has been archived on 2024-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
summer/README.md

1.0 KiB

Summer

status-badge

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