mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-31 07:44:54 +08:00
update
This commit is contained in:
@@ -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!
|
||||
```
|
||||
@@ -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)
|
||||
|
||||
@@ -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的密码,其他一路默认就能使用面板了
|
||||
```
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user