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.
Go to file
Melon 7b8afa8b91
ci/woodpecker/push/build Pipeline was successful Details
Only update 1 cert per 4 hour loop
2023-03-12 13:34:12 +00:00
.idea Add favicon map as compilable target 2023-01-21 16:36:39 +00:00
.woodpecker Add testing to CI, add more utils and modify config paths 2022-11-07 00:42:10 +00:00
api-test-scripts So many updates I can't keep up 2022-10-17 00:13:18 +01:00
cmd Swap cert renewal to use notifier 2023-03-12 02:54:47 +00:00
config Add notifier and remove local config from repo 2023-03-12 02:25:37 +00:00
pkg Only update 1 cert per 4 hour loop 2023-03-12 13:34:12 +00:00
scripts Make raw build executable 2023-01-09 00:09:12 +00:00
spec Add email smtp sending and account registration 2022-11-21 17:55:24 +00:00
.dockerignore Update to using docker compose for configuration 2023-01-09 00:04:01 +00:00
.editorconfig Format go files with tab 2022-12-06 20:21:58 +00:00
.gitignore Add 418 error document for dev environment 2023-01-21 02:10:06 +00:00
Makefile Domain and favicon compilable with inkscape to convert svg to png 2023-01-21 16:33:05 +00:00
README.md Add testing to CI, add more utils and modify config paths 2022-11-07 00:42:10 +00:00
docker-compose.development.yml Domain and favicon compilable with inkscape to convert svg to png 2023-01-21 16:33:05 +00:00
docker-compose.example.yml Update to using docker compose for configuration 2023-01-09 00:04:01 +00:00
go.mod Add notifier and remove local config from repo 2023-03-12 02:25:37 +00:00
go.sum Add notifier and remove local config from repo 2023-03-12 02:25:37 +00:00

README.md

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