woodpecker/cmd/server
Anbraten bd19f90756
Replace www-path with www-proxy option for development (#248)
By adding a new ENV variable called `WOODPECKER_WWW_PROXY` it is possible to serve a webinterface via a proxy configured by the `WOODPECKER_WWW_PROXY` value for development instead of serving the interface from the bundled code or from some folder location as the old `WOODPECKER_WWW` option allowed. Using a proxy allows developing the UI with hot-reloading.
2021-09-27 00:22:23 +02:00
..
flags.go Replace www-path with www-proxy option for development (#248) 2021-09-27 00:22:23 +02:00
main.go Reorganize code into server/{api,grpc,shared} packages (#337) 2021-09-22 20:48:01 +02:00
server.go Replace www-path with www-proxy option for development (#248) 2021-09-27 00:22:23 +02:00
setup.go Replace www-path with www-proxy option for development (#248) 2021-09-27 00:22:23 +02:00