Lxd Dashboard Versions Save

This LXD dashboard is a web-based user interface (GUI) for managing containers and virtual machines through LXD

v2.2.0

2 years ago

v2.2.0

  • Feature: Additional configuration properties have been added to the web form for creating Storage Pools and Storage Volumes, including clustered servers
  • Feature: Additional configuration properties have been added to the web form for creating Projects
  • Feature: Added cluster configuration to the creation of networks from form entries
  • Feature: Filtered the default view of Storage Volumes to show only custom type storage volumes by default and provided link to remove this filter

v2.1.0

2 years ago

v2.1.0

  • Feature: Users can now add network, disk, and proxy devices directly to an instance from a form
  • Feature: Users can now remove network, disk, and proxy devices from an instance using the dashboard
  • Feature: Additional configuration properties have been added to the web form for creating Networks
  • Feature: Users can add/remove Network ACL egress/ingress rules using the dashboard
  • Feature: The Exec terminal experience has been added to instances
  • Feature: Users can click on the "Check for updates" button in the About modal to get a version status

v2.0.3

3 years ago

Bug Fix: Continuing the bug fix from previous version, used float type casting for memory variables on remote-single page rather than letting PHP automatically deciding on variable type.

v2.0.2

3 years ago

Bug Fix: Replaced PHP round() function with number_format() to force the format of two decimal places on instance-single and remote-single pages.

v2.0.1

3 years ago
  • Bug Fix: Added strtolower() when comparing if cluster member is fully operational. Both "Fully operational" and "fully operational" messages now result to true when providing a list of cluster members to migrate an instance to.

v2.0.0

3 years ago

Initial release of the 2.x.x release. This release adds multi-user support, role based access control, and many more new features. This release also now can generate certificates without the need for the LXD binary,

v1.2.8

3 years ago

v1.2.8

  • added edit and delete actions for storage volumes
  • added action to create new storage volumes, with form options for size and content_type

v1.2.7

3 years ago

v1.2.7

  • fixed bug that caused new storage pools to default to size 30GB
  • improved list of disk devices displayed on instance page

v1.2.6

3 years ago

v1.2.6

  • moved local exports of backups to /var/lxdware/backups
  • added compression algorithms options to creating backups
  • added instance_only and optimized_storage options to creating backups
  • modified backup export to provide a download link
  • improved code to reduce PHP notices in error log for undefined variables and arrays
  • added htmlentities() to a few echo statements that where missing it in the PHP code

v1.2.5

3 years ago

v1.2.5

  • added ability to create an instance from JSON
  • added "instance type" option to replicate cloud instance types from AWS, Azure, and GCE
  • added edit action for configuration and device information of an instance
  • improved delete function of instance. If the instance is not found when deleting, redirect to instance list
  • improved list of cluster members when migrating to include none for non-clustered host
  • added an additional custom notification for updating instance
  • UI improvements to host and project nav menu
  • fixed displaying results from exec in instances within projects other than default