This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:nextcloud [2024/01/03 15:43] – oemb1905 | computing:nextcloud [2026/03/02 05:06] (current) – oemb1905 | ||
|---|---|---|---|
| Line 138: | Line 138: | ||
| To configure cron to refresh php every 5 minutes: | To configure cron to refresh php every 5 minutes: | ||
| - | sudo crontab -e -u www-data | + | |
| < | < | ||
| < | < | ||
| Line 291: | Line 291: | ||
| ' | ' | ||
| - | This ensures that the upstream subnet and node is trusted and that external url requests don't try to access the subnet directly. There are other notes in the proxmox tutorial since that is when I set up the reverse proxy setup. | + | This ensures that the upstream subnet and node is trusted and that external url requests don't try to access the subnet directly. There are other notes in the proxmox tutorial since that is when I set up the reverse proxy setup. |
| - | --- //[[jonathan@haacksnetworking.org|oemb1905]] | + | ' |
| + | |||
| + | Mimetype migrations | ||
| + | |||
| + | sudo -u www-data php occ maintenance: | ||
| + | sudo -u www-data php occ maintenance: | ||
| + | |||
| + | On recent versions, you cannot set up smtp on the gui. Use the following adjust as needed: | ||
| + | |||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | |||
| + | === Version 33 Notes === | ||
| + | |||
| + | The new '' | ||
| + | |||
| + | ' | ||
| + | ' | ||
| + | |||
| + | Yes, the code was bad so passing without the underscore tricks the interpreter into finding the correct JSON afterall. Another bug is that the db --include-expensive flag failed as per this bug report: | ||
| + | |||
| + | * [[https:// | ||
| + | |||
| + | There' | ||
| + | |||
| + | sudo -u www-data php occ app:enable files_sharing | ||
| + | sudo -u www-data php occ app:disable files_sharing | ||
| + | |||
| + | After that, there were no MIME errors remaining in the Administration Settings after the 33 upgrade. | ||
| + | |||
| + | --- //[[alerts@haacksnetworking.org|oemb1905]] | ||