Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/8f9a3323ce194e8d109aa86fb0ec12607c88af26?style=unified&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
29 additions and
0 deletions
@ -270,6 +270,35 @@ After install, reboot Home Assistant and **clear browser cache** then Add HACS i
____________________________________________________________________________________________
< / details >
< details >
< summary markdown = "span" > 🔸ioBroker LXC< / summary >
< p align = "center" > < img src = "https://github.com/ioBroker/ioBroker/blob/master/img/logos/ioBroker_Logo_256px.png?raw=true" height = "100" / > < / p >
< h1 align = "center" id = "heading" > ioBroker LXC < / h1 >
[ioBroker ](https://www.iobroker.net/#en/intro ) is an open source automation platform.
To create a new Proxmox ioBroker LXC, run the following in the Proxmox Shell.
```yaml
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/iobroker-v3.sh)"
```
< h3 align = "center" id = "heading" > ⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡< / h3 >
**ioBroker Interface - IP:8081**
⚙️ **To Update ioBroker**
```yaml
update from the ioBroker UI
```
____________________________________________________________________________________________
< / details >
< details >
< summary markdown = "span" > Homebridge LXC< / summary >