mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
d49eb76efa
commit
35536242bd
80
README.md
80
README.md
|
@ -1513,6 +1513,46 @@ ________________________________________________________________________________
|
||||||
|
|
||||||
</details>
|
</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>
|
<details>
|
||||||
<summary markdown="span"> MagicMirror Server LXC </summary>
|
<summary markdown="span"> MagicMirror Server LXC </summary>
|
||||||
|
|
||||||
|
@ -1592,46 +1632,6 @@ ________________________________________________________________________________
|
||||||
|
|
||||||
</details>
|
</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>
|
<details>
|
||||||
<summary markdown="span"> Daemon Sync Server LXC</summary>
|
<summary markdown="span"> Daemon Sync Server LXC</summary>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue