Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/1fc4377c371016c9be71ee5100b21d4affbe3683?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
5 deletions
@ -468,12 +468,12 @@ ________________________________________________________________________________
< details >
< details >
< summary markdown = "span" > Zigbee2MQTT LXC < / summary >
< summary markdown = "span" > 🔸 Zigbee2MQTT LXC < / summary >
< p align = "center" > < img src = "https://github.com/Koenkk/zigbee2mqtt/blob/master/images/logo.png?raw=true" alt = "logo.png" width = "100" height = "100" / > < / p >
< p align = "center" > < img src = "https://github.com/Koenkk/zigbee2mqtt/blob/master/images/logo.png?raw=true" alt = "logo.png" width = "100" height = "100" / > < / p >
< h1 align = "center" id = "heading" > Zigbee2MQTT LXC Container < / h1 >
< h1 align = "center" id = "heading" > Zigbee2MQTT LXC Container< / h1 >
To create a new Proxmox Zigbee2MQTT LXC Container, run the following from Proxmox web shell.
To create a new Proxmox Zigbee2MQTT LXC Container, run the following from Proxmox web shell.
@ -495,7 +495,7 @@ Reboot the LXC to apply the changes
⚙️ **Determine the location of your adapter**
⚙️ **Determine the location of your adapter**
Run in the zigbee2mqtt console
Run in the Zigbee2MQTT console
```yaml
```yaml
ls -l /dev/serial/by-id
ls -l /dev/serial/by-id
```
```
@ -528,12 +528,12 @@ advanced:
network_key: GENERATE
network_key: GENERATE
channel: 20
channel: 20
```
```
⚙️ **Zigbee2mqtt can be started after completing the configuration**
⚙️ **Zigbee2MQTT can be started after completing the configuration**
```yaml
```yaml
cd /opt/zigbee2mqtt
cd /opt/zigbee2mqtt
npm start
npm start
```
```
⚙️ **To update Zigbee2Mqtt **
⚙️ **To update Zigbee2MQTT **
```yaml
```yaml
bash /opt/zigbee2mqtt/update.sh
bash /opt/zigbee2mqtt/update.sh
```
```