NextCloud
- Project Website: https://nextcloud.com/
- Source Code: https://github.com/nextcloud
- Proxmox Helper Script: https://community-scripts.github.io/ProxmoxVE/scripts?id=nextcloudpi
Nextcloud Hub integrates the four key Nextcloud products Files, Talk, Groupware and Office into a single platform, optimizing the flow of collaboration
Truncate Logs
I don't programmatically clear my NC logs, I do it manually with this command: truncate -s 0 /op...
NextCloud Config Example
This is an example of my config.php file for NC. Its usually found in: /var/www/nextcloud/config/...
NextCloud NGINX Reverse Proxy Site Config
This is the site config I use for my NGINX RP to point my sub to the LXC running NextCloud: serv...