diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cde6f4..ddcf0fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 0.4.0 - Upgraded Bootstrap from version 4 to version 5 - - Converted containers and virtual-machines endpoints to instances endpoint + - Converted containers and virtual-machines endpoints to instances endpoint to support Incus - Combined containers and virtual-machines pages to instances page - Datatable errors now display on console.log rather than the default alert - Handled 404 error for logs on a new virtual machine diff --git a/lxconsole/templates/modals/cluster-members.html b/lxconsole/templates/modals/cluster-members.html index 2180f44..55e67d8 100644 --- a/lxconsole/templates/modals/cluster-members.html +++ b/lxconsole/templates/modals/cluster-members.html @@ -117,10 +117,10 @@
Lxconsole is an open source management console providing a web-based user interface capable of managing multiple LXD servers from a single location.
+Lxconsole is an open source management console providing a web-based user interface capable of managing multiple LXD/Incus servers from a single location.
Version: v0.4.0
License: AGPL-3.0
diff --git a/lxconsole/templates/modals/networks.html b/lxconsole/templates/modals/networks.html
index 6949af7..7e6e914 100644
--- a/lxconsole/templates/modals/networks.html
+++ b/lxconsole/templates/modals/networks.html
@@ -212,7 +212,7 @@
Copy the client certificate
- and paste it into a new file on your remote LXD server such as lxconsole.crt.
+ and paste it into a new file on your remote LXD/Incus server such as lxconsole.crt.
{{ client_crt }}-
Import the certificate file on your remote LXD server by running the command:
- lxc config trust add lxconsole.crt
+
Import the certificate file on your remote LXD/Incus server by running the command:
+ LXD: lxc config trust add lxconsole.crt
+ Incus: incus config trust add-certificate lxconsole.crt
- For LXD servers that are not part of a cluster, use a command to listen for incoming connections, such as:
- lxc config set core.https_address [::]
+ For LXD/Incus servers that are not part of a cluster, use a command to listen for incoming connections, such as:
+ LXD: lxc config set core.https_address [::]
+ Incus: incus config set core.https_address=[::]:8443