Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed Feb 2, 2024
1 parent 96840f8 commit fd4c7ad
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 30 deletions.
15 changes: 1 addition & 14 deletions docs/en/guide/incus/incus_extra_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
```
20 changes: 19 additions & 1 deletion docs/en/guide/lxd/lxd_extra_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
15 changes: 1 addition & 14 deletions docs/guide/incus/incus_extra_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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的密码,其他一路默认就能使用面板了
```
20 changes: 19 additions & 1 deletion docs/guide/lxd/lxd_extra_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fd4c7ad

Please sign in to comment.