mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
fbbedc1eca
commit
fb72070414
|
@ -726,7 +726,7 @@ ________________________________________________________________________________
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary markdown="span"> NocoDB LXC </summary>
|
<summary markdown="span"> 🔸NocoDB LXC </summary>
|
||||||
|
|
||||||
<p align="center"><img src="https://github.com/tteck/Proxmox/blob/main/misc/images/nocodb.png?raw=true" height="100"/></p>
|
<p align="center"><img src="https://github.com/tteck/Proxmox/blob/main/misc/images/nocodb.png?raw=true" height="100"/></p>
|
||||||
|
|
||||||
|
@ -734,16 +734,14 @@ ________________________________________________________________________________
|
||||||
|
|
||||||
NocoDB is an open source #NoCode platform that turns any database into a smart spreadsheet. Airtable Alternative.
|
NocoDB is an open source #NoCode platform that turns any database into a smart spreadsheet. Airtable Alternative.
|
||||||
|
|
||||||
To create a new Proxmox NocoDB LXC, run the following in the Proxmox Shell (V2).
|
To create a new Proxmox NocoDB LXC, run the following in the Proxmox Shell.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/nocodb.sh)"
|
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/nocodb-v3.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡</h3>
|
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡</h3>
|
||||||
|
|
||||||
After the script completes, If you're dissatisfied with the default settings, click on the LXC, then on the **_Resources_** tab and change the settings to what you desire. Changes are immediate.
|
|
||||||
|
|
||||||
**NocoDB Interface - IP:8080/dashboard**
|
**NocoDB Interface - IP:8080/dashboard**
|
||||||
|
|
||||||
⚙️ **To Update**
|
⚙️ **To Update**
|
||||||
|
|
Loading…
Reference in New Issue