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:45] – [Nextcloud with supervisord] baumkp | docker_notes:docker-nextcloud [2026-04-03 Fri wk14 22:43] (current) – [Nextcloud with supervisord] baumkp | ||
|---|---|---|---|
| Line 132: | Line 132: | ||
| ++++ | ++++ | ||
| + | ====php/ | ||
| ++++php.ini configuration files| | ++++php.ini configuration files| | ||
| The files are added to ''/ | The files are added to ''/ | ||
| + | |||
| To check actual php setting from cli: '' | To check actual php setting from cli: '' | ||
| Line 152: | Line 154: | ||
| </ | </ | ||
| ++++ | ++++ | ||
| + | |||
| ++++php-fmp configuration files| | ++++php-fmp configuration files| | ||
| 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 649: | Line 654: | ||
| ++++ | ++++ | ||
| + | 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 732: | Line 738: | ||
| =====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 ''/ | ||