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 13b7d809c0
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/tag/build Pipeline was successful Details
Fix up new parse symbolic host tests
2023-01-15 11:55:31 +00:00
.idea Update to using docker compose for configuration 2023-01-09 00:04:01 +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 Turns out my other code was dumb and it should always add a trailing slash if there was one in the original path 2023-01-15 11:50:07 +00:00
config Update to using docker compose for configuration 2023-01-09 00:04:01 +00:00
pkg Fix up new parse symbolic host tests 2023-01-15 11:55:31 +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 docker-compose.yml to gitignore 2023-01-09 00:04:31 +00:00
Makefile Add raw build option 2023-01-09 00:08:51 +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 Update to using docker compose for configuration 2023-01-09 00:04:01 +00:00
docker-compose.example.yml Update to using docker compose for configuration 2023-01-09 00:04:01 +00:00
go.mod Merge branch 'compile-routes' 2023-01-14 21:33:36 +00:00
go.sum Add rotating logs and a 418 service error page 2023-01-12 02:43:35 +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