Lxd Dashboard Versions Save

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

v3.8.0

8 months ago

v3.8.0

  • Added a check for a null config in storage pools
  • Added image token cleanup with downloading images while in a cluster

v3.7.0

1 year ago

v3.7.0

  • Set console/exec terminal height to 25 rows because xterm.js defaults to 24 and lxd defaults to 25 there was a single row mismatch
  • Added qemu.conf to virtual machine configuration options
  • Changed cloud-init user data to use POST method rather than GET
  • Merged pull request improving websocket close on exec/console websockets
  • Added check for empty storage pool source configuration array item

v3.6.0

1 year ago

v3.6.0

  • Merged pull request adding cloud init user data option for new containers via form
  • Fixed typo preventing OS version number from showing in remotes-single.php page, under LXD Information

v3.5.0

1 year ago

v3.5.0

  • Updated container image catalog based on results from from https://us.lxd.images
  • Merged pull request updating MySQL statements for auto increment and now time

v3.4.0

2 years ago

v3.4.0

  • Added additional delete option for powered-off instances on the containers and virtual machines pages
  • Fixed bug in populating both profile and cluster member options in drop-down box for virtual machine configurations
  • Added verification for numeric values in instance memory gauge display

v3.3.0

2 years ago

v3.3.0

  • Updated PDO try-catch exception for PHP 8
  • Created recursive PHP in_array for SQLite Pragma array search in PHP 8
  • Improved handling of external port for remotes
  • Fixed bug with scope of curl variables

v3.2.0

2 years ago

Version 3.2.0

  • added removal confirmation of remote hosts
  • added preference choices for logging and logs page
  • added preferences for custom page refresh rates
  • added preferences for custom API connection and operation timeout
  • improved CPU gauge, changing from top to /proc/stat readings
  • improved handling connection to unresponsive remote hosts
  • fixed bug with adding hosts due to data type

v3.1.0

2 years ago
  • improved performance of page loads
    
  • updated instance backups to include a filesize of exported files
    
  • updated exporting backup image to using a script to spawn it off into a background process
    
  • updated remote host table header
    
  • updated link to display all volume types on storage volumes page
    
  • reduced curl connection timeout
    

v3.0.0

2 years ago

This new release has many changes to include:

  • Separation of container and virtual machine instances
  • Added config options for containers and virtual machines
  • Added device options for containers and virtual machines
  • managing the local certificate file
  • external address and port number options for websocket connections
  • image catalog for easier downloading of LXD images
  • page refresh icons to reload content as needed
  • improvements to web theme

v2.3.0

2 years ago

v2.3.0

  • Feature: Added PHP configuration for creating Networks and Storage Pools using JSON in clustered hosts
  • Feature: Utilized local web browser storage to save the state of the sidebar toggle between pages and page reloads
  • Improvement: Added additional 200 status_code checks on API calls for lists of LXD items
  • Improvement: Disabled container-only and vm-only instance configuration options for the non-selected instance type
  • Bug Fix: Now updates instance memory and cpu limits on container-only and vm-only options when virtual-machine selected