Nextcloud
Purpose:: Open source productivity platform
Website:: https://nextcloud.com/de/
Docs:: https://docs.nextcloud.com/
Source Code:: https://github.com/nextcloud/server
Description
Nextcloud offers the industry-leading, on-premises content collaboration platform. Our technology combines the convenience and ease of use of consumer-grade solutions like Dropbox and Google Drive with the security, privacy and control business needs.
- Putting IT back in control
- Security and compliance first
- User Focus
Versions & Release Schedule
Maintenance and Release Schedule (GitHub – nextcloud/server Wiki)
Nextcloud | endoflife.date
Managed Hosting
- https://www.hetzner.com/de/storage/storage-share
- https://windcloud.de/produkte/managed-nextcloud
- https://www.hosting.de/nextcloud/managed-nextcloud/
- https://ssl.greensta.de/nextcloud/
- https://ossrox.org/store/nextcloud
- https://www.pixelx.de/nextcloud.html
Desktop Client
Ignored files
.stignore
.stfolder
.stversions
Self-hosting
Setup with Nextcloud AIO
Setup via Docker
Upgrades
App upgrade guide — Nextcloud latest Developer Manual latest documentation
Changelog: https://nextcloud.com/de/changelog/
occ
Add missing indices
php ./occ db:add-missing-indices
Convert columns in bigint
php ./occ db:convert-filecache-bigint
Images
https://memories.gallery/config/
https://github.com/nextcloud/previewgenerator
sudo -u www-data php /var/www/nextcloud/occ preview:generate-all --path="/david/files/Bilder"
sudo -u www-data php /var/www/nextcloud/occ preview:generate-all --path="/agathe/files/Kopp/Bilder"
sudo -u www-data php /var/www/nextcloud/occ preview:generate-all --path="/regina/files/Bilder"
sudo -u www-data php /var/www/nextcloud/occ preview:generate-all --path="/regina/files/Photos"
crontab:
@hourly sudo -u www-data php /var/www/nextcloud/occ preview:pre-generate
settings:
sudo -u www-data php /var/www/nextcloud/occ config:app:set preview jpeg_quality --value="80"
sudo -u www-data php /var/www/nextcloud/occ config:system:set preview_max_x --value="1024"
sudo -u www-data php /var/www/nextcloud/occ config:system:set preview_max_y --value="1024"