Make server struct configurable add more details like functions to configure healthchecks and buildhooks and git receive handlers
server {
port[s],
healthcheck (),
Runserver(s),
gitreceive hook handler(),
buildhook.handler(),
}
Just ideas and more ideas are welcome before next builder refactor.
Make server struct configurable add more details like functions to configure healthchecks and buildhooks and git receive handlers
server { port[s], healthcheck (), Runserver(s), gitreceive hook handler(), buildhook.handler(), } Just ideas and more ideas are welcome before next builder refactor.