New Features
- New WebAdmin UI! Currently displays only the current tasks in the cluster along with their progress. There is more to come!
Changes
- REST: The response of REST API for
/api/v1/tasks
changed. New fields:nodename
,updated
,progress
. More details are described in the API documents, which are now served atip.or.dns:8080/static/swagger.html
orip.or.dns:8080/static/swagger.json
. - Docker: The image does not expose port
7700
anymore. It does come with an nginx webserver instead, which serves the WebAdmin UI on port8080
and redirects/api/v1/
requests internally to port 7700. Therefore it is not recommended to changeCC_REST_API_PORT
setting. Edit yourdocker-compose.yml
to reflect these changes. - Netdata: If you have the plugin enabled, be sure to change the port in the
hostname
field(s) to8080
(or another port if you published a different host port on docker).