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 @@
- After renaming a cluster member, restart the LXD service on the host to clear cached name information. + After renaming a cluster member, restart the LXD/Incus service on the host to clear cached name information.
- +
diff --git a/lxconsole/templates/modals/instance.html b/lxconsole/templates/modals/instance.html index 8831ef2..806ec48 100644 --- a/lxconsole/templates/modals/instance.html +++ b/lxconsole/templates/modals/instance.html @@ -429,7 +429,7 @@
- +
@@ -853,7 +853,7 @@
- +
- +
@@ -1948,7 +1948,7 @@
- +
@@ -2433,7 +2433,7 @@
- +
@@ -2515,7 +2515,7 @@
- +
diff --git a/lxconsole/templates/modals/instances.html b/lxconsole/templates/modals/instances.html index 8571a66..af0c1e8 100644 --- a/lxconsole/templates/modals/instances.html +++ b/lxconsole/templates/modals/instances.html @@ -271,7 +271,7 @@
- +
@@ -305,7 +305,7 @@
- +
@@ -788,7 +788,7 @@
- +
@@ -870,7 +870,7 @@
- +
diff --git a/lxconsole/templates/modals/main.html b/lxconsole/templates/modals/main.html index b62ad19..e79e377 100644 --- a/lxconsole/templates/modals/main.html +++ b/lxconsole/templates/modals/main.html @@ -11,7 +11,7 @@
- +
@@ -310,7 +310,7 @@
- +
- +
@@ -61,7 +61,7 @@
- +
@@ -94,7 +94,7 @@
- +
@@ -106,7 +106,7 @@
- +
@@ -133,7 +133,7 @@
- +
@@ -163,15 +163,17 @@

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

@@ -188,7 +190,7 @@