Update README.md

This commit is contained in:
tteckster 2022-09-22 20:42:06 -04:00 committed by GitHub
parent a00a9c532e
commit 873e91fab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -1805,6 +1805,37 @@ ________________________________________________________________________________
</details>
<details>
<summary markdown="span"> 🔸NextCloudPi LXC</summary>
<p align="center"><img src="https://github.com/nextcloud/nextcloudpi/blob/master/ncp-app/img/app.svg?raw=true" height="100"/></p>
<h1 align="center" id="heading">NextCloudPi LXC </h1>
[NextCloudPi LXC](https://github.com/nextcloud/nextcloudpi#features) is the most popular self-hosted collaboration solution.
To create a new Proxmox NextCloudPi LXC, run the following in the Proxmox Shell.
```yaml
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/nextcloudpi-v4.sh)"
```
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡</h3>
❗1. Set nc trusted domains
Run in the LXC console
```
sudo ncp-config
```
Go to config ➡ nc-trusted-domains, add 0.0.0.0 or a static NextCloudPi IP
Get back to the command prompt, and restart Apache2 `sudo service apache2 restart`
❗2. **NextCloudPi Interface - https:// IP/**
____________________________________________________________________________________________
</details>
<details>
<summary markdown="span"> 🔸OpenMediaVault LXC </summary>