Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/ea3e3da4243ad28a8ccb143efe38d8226346d8c0?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
41 additions and
1 deletions
@ -1592,6 +1592,46 @@ ________________________________________________________________________________
< / details >
< details >
< summary markdown = "span" > 🔸grocy LXC < / summary >
< p align = "center" > < img src = "https://grocy.info/img/grocy_logo.svg" height = "100" / > < / p >
< h1 align = "center" id = "heading" > grocy LXC < / h1 >
[grocy ](https://grocy.info/ ) is a web-based self-hosted groceries & household management solution for your home.
To create a new Proxmox grocy LXC, run the following in the Proxmox Shell.
```
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/grocy-v3.sh)"
```
< h3 align = "center" id = "heading" > ⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡< / h3 >
**grocy Interface: http:// IP**
⚙️ **Initial Login**
**username**
```yaml
admin
```
**password**
```yaml
admin
```
⚙️ **To Update grocy**
Run in the LXC console
```yaml
bash /var/www/html/update.sh
```
____________________________________________________________________________________________
< / details >
< details >
< summary markdown = "span" > Daemon Sync Server LXC< / summary >
@ -1645,7 +1685,6 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/motioneye-v3
```
⚙️ **To Update MotionEye**
Run in the LXC console
@ -1793,6 +1832,7 @@ apt update && apt upgrade -y
____________________________________________________________________________________________
< / details >
< details >
< summary markdown = "span" > Tailscale< / summary >