Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| docker_notes:docker-nextcloud [2026-03-28 Sat wk13 08:47] – [Nextcloud with supervisord] baumkp | docker_notes:docker-nextcloud [2026-08-23 Sun wk34 19:32] (current) – [Nextcloud Container] baumkp | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| * '' | * '' | ||
| * '' | * '' | ||
| + | |||
| + | I have been using Nextcloud and before that Owncloud since circa 2014. Originally I self hosted in a virtual machine (VM) on my server, circa 2022 I moved to installing on Docker containers that were installed on a VM. I am not sure if Nextcloud is the best solution any more, it is starting to feel a bit clunky, too many error warning messages related to corporate software installation, | ||
| =====Nextcloud with supervisord===== | =====Nextcloud with supervisord===== | ||
| Line 132: | Line 134: | ||
| ++++ | ++++ | ||
| + | ====php/ | ||
| ++++php.ini configuration files| | ++++php.ini configuration files| | ||
| The files are added to ''/ | The files are added to ''/ | ||
| Line 157: | Line 160: | ||
| The files are added to ''/ | The files are added to ''/ | ||
| - | To check actua lphp-fpm setting from cli '' | + | To check actual |
| **www.conf**: | **www.conf**: | ||
| Line 653: | Line 656: | ||
| ++++ | ++++ | ||
| + | I noticed that these changes I made improved the performance of the Nextcloud. | ||
| ====RedirectRegex==== | ====RedirectRegex==== | ||
| I get a redirect error in Nextcloud that I have not been able to track down to date. Does not seem much info in this on the net, and the little there is also indicates a problem without and easy solution. | I get a redirect error in Nextcloud that I have not been able to track down to date. Does not seem much info in this on the net, and the little there is also indicates a problem without and easy solution. | ||
| Line 736: | Line 740: | ||
| =====CLI Use of Nextcloud===== | =====CLI Use of Nextcloud===== | ||
| Sometime it is necessary to get direct CLI (command line interface) access to Nextcloud for updating, turning of maintenance mode and similar. | Sometime it is necessary to get direct CLI (command line interface) access to Nextcloud for updating, turning of maintenance mode and similar. | ||
| + | * Access tips: | ||
| + | * Use www-data when working with php occ | ||
| + | * Use root when working with php or php-fpm directly | ||
| + | * The nextcloud image is based upon Alpine Linux, so shell type is ash (not BASH). | ||
| * '' | * '' | ||
| * Nextcloud is running in the nextcloud-fpm Docker container, to access the cli in Portainer need to select ''/ | * Nextcloud is running in the nextcloud-fpm Docker container, to access the cli in Portainer need to select ''/ | ||