Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/2abca5f52f3f83ee66a084aa77f0d91a91342c80
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
16 additions and
7 deletions
@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
### ⚠️ [IMPORTANT NOTICE](https://github.com/tteck/Proxmox/issues/71#issue-1169207591)
## 2022-04-17
### Changed
- **Zigbee2MQTT LXC**
- New V3 Install Script
- **Zwavejs2MQTT LXC**
- New V3 Install Script
## 2022-04-16
### Changed
@ -620,17 +620,17 @@ ________________________________________________________________________________
< / 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_bee_only.png?raw=true" height = "100" / > < / p >
< h1 align = "center" id = "heading" > Zigbee2MQTT LXC < / h1 >
To create a new Proxmox Zigbee2MQTT LXC, run the following in the Proxmox Shell (V2) .
To create a new Proxmox Zigbee2MQTT LXC, run the following in the Proxmox Shell.
```yaml
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zigbee2mqtt.sh)"
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zigbee2mqtt-v3 .sh)"
```
< h3 align = "center" id = "heading" > ⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡< / h3 >
@ -701,16 +701,16 @@ ________________________________________________________________________________
< / details >
< details >
< summary markdown = "span" > Zwavejs2MQTT LXC < / summary >
< summary markdown = "span" > 🔸 Zwavejs2MQTT LXC < / summary >
< p align = "center" > < img src = "https://github.com/ home-assistant/brands/blob/master/core_integrations/zwave/icon.png?raw=true " height = "100" / > < / p >
< p align = "center" > < img src = "https://github.com/ zwave-js/zwavejs2mqtt/raw/master/docs/_images/zwavejs_logo.svg " height = "100" / > < / p >
< h1 align = "center" id = "heading" > Zwavejs2MQTT LXC < / h1 >
To create a new Proxmox Zwavejs2MQTT LXC, run the following in the Proxmox Shell (V2) .
To create a new Proxmox Zwavejs2MQTT LXC, run the following in the Proxmox Shell.
```yaml
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zwavejs2mqtt.sh)"
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zwavejs2mqtt-v3 .sh)"
```
< h3 align = "center" id = "heading" > ⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡< / h3 >