Skip to content

v2.0

Compare
Choose a tag to compare
@mohsenasm mohsenasm released this 21 Nov 07:28
· 58 commits to master since this release
36730aa

Docker image: mohsenasm/swarm-dashboard:v2.0

Changes:

  • Now, we don't send the whole docker event data. The last version was sending everything, including environment variables (someone might have stored some passwords in them, by mistake!).

  • Show the stats of containers and nodes

  • Using the ENABLE_AUTHENTICATION environment variable, there is an option to use Basic Auth. The WebSocket server will close the connection if it does not receive a valid authentication token.

  • Using the ENABLE_HTTPS environment variable, there is an option to use HTTPS and WSS. We have Let’s Encrypt integration with the DNS challenge.