diff --git a/docs/en/guide/incus/incus_extra_config.md b/docs/en/guide/incus/incus_extra_config.md index 1e1679698..7d0439cf2 100644 --- a/docs/en/guide/incus/incus_extra_config.md +++ b/docs/en/guide/incus/incus_extra_config.md @@ -101,17 +101,4 @@ Command: ```shell curl -L https://raw.githubusercontent.com/oneclickvirt/incus/main/scripts/backend.sh -o backend.sh && chmod +x backend.sh && bash backend.sh -``` - -## One-Click Installation of Cockpit Visualization Panel for Mother Hen - -- (***Optional***, this panel is just for convenient visualization operations, it's okay if not present) -- Original author's repository: [Link](https://github.com/turtle0x1/incusMosaic) - -```shell -incus config set core.https_address [::] -incus config set core.trust_password some-secret-string -snap install incusmosaic -``` - -After the installation is complete, open the hen IP address, follow the prompts to set the password for admin, other all the way to the default will be able to use the panel! +``` \ No newline at end of file diff --git a/docs/en/guide/lxd/lxd_extra_config.md b/docs/en/guide/lxd/lxd_extra_config.md index 877ca1690..05c85c02e 100644 --- a/docs/en/guide/lxd/lxd_extra_config.md +++ b/docs/en/guide/lxd/lxd_extra_config.md @@ -103,7 +103,25 @@ Command: curl -L https://raw.githubusercontent.com/oneclickvirt/lxd/main/scripts/backend.sh -o backend.sh && chmod +x backend.sh && bash backend.sh ``` -## One-Click Installation of Cockpit Visualization Panel for Mother Hen +## Enable the official visualization of the panel with a single click + +- (***Optional***, this panel is just for convenient visualization operations, it's okay if not present) + +```shell +sudo snap refresh lxd --channel=latest/stable +snap set lxd ui.enable=true +lxc config set core.https_address $(curl -sKL ipv4.ip.sb):8443 +systemctl reload snap.lxd.daemon +snap restart --reload lxd +``` + +Then you can type in your browser + +```https://your_public_ipv4_address:8443``` + +You can enter the official visualization panel, subsequent operation configuration in accordance with the UI prompts can be operated. + +## One-Click Installation of Hosted Third-Party Visualization Dashboards - (***Optional***, this panel is just for convenient visualization operations, it's okay if not present) - Original author's repository: [Link](https://github.com/turtle0x1/LxdMosaic) diff --git a/docs/guide/incus/incus_extra_config.md b/docs/guide/incus/incus_extra_config.md index 97e4f7a3c..5b53bf262 100644 --- a/docs/guide/incus/incus_extra_config.md +++ b/docs/guide/incus/incus_extra_config.md @@ -125,17 +125,4 @@ curl -L https://raw.githubusercontent.com/oneclickvirt/incus/main/scripts/backen ```shell curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/incus/main/scripts/backend.sh -o backend.sh && chmod +x backend.sh && bash backend.sh -``` - -## 一键安装宿主机可视化操作的面板 - -- (***非必须***,该面板只是为了方便可视化操作,没有也没问题) -- 原作者仓库:[跳转](https://github.com/turtle0x1/incusMosaic) - -```shell -incus config set core.https_address [::] -incus config set core.trust_password some-secret-string -snap install incusmosaic -``` - -安装完毕后打开宿主机IP地址,按照提示设置admin的密码,其他一路默认就能使用面板了 +``` \ No newline at end of file diff --git a/docs/guide/lxd/lxd_extra_config.md b/docs/guide/lxd/lxd_extra_config.md index 6c3b223a4..e7a4ec0da 100644 --- a/docs/guide/lxd/lxd_extra_config.md +++ b/docs/guide/lxd/lxd_extra_config.md @@ -127,7 +127,25 @@ curl -L https://raw.githubusercontent.com/oneclickvirt/lxd/main/scripts/backend. curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/lxd/main/scripts/backend.sh -o backend.sh && chmod +x backend.sh && bash backend.sh ``` -## 一键安装宿主机可视化操作的面板 +## 一键启用官方可视化操作的面板 + +- (***非必须***,只是为了方便可视化操作,没有也没问题) + +```shell +sudo snap refresh lxd --channel=latest/stable +snap set lxd ui.enable=true +lxc config set core.https_address $(curl -sKL ipv4.ip.sb):8443 +systemctl reload snap.lxd.daemon +snap restart --reload lxd +``` + +然后你可以在浏览器中输入 + +```https://你的公网IPV4地址:8443``` + +即可进入官方可视化操作面板,后续的操作配置按照UI提示操作即可 + +## 一键安装宿主机第三方可视化操作的面板 - (***非必须***,该面板只是为了方便可视化操作,没有也没问题) - 原作者仓库:[跳转](https://github.com/turtle0x1/LxdMosaic)