woodpecker/server/web
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
..
opts.go Replace www-path with www-proxy option for development (#248) 2021-09-27 00:22:23 +02:00
opts_test.go Replace www-path with www-proxy option for development (#248) 2021-09-27 00:22:23 +02:00
template.go Make version number visible in UI 2019-11-12 21:42:05 +01:00
template_test.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
web.go Replace www-path with www-proxy option for development (#248) 2021-09-27 00:22:23 +02:00