What would you recommend for:
A Dropbox-esque file store and share, making it easy to share files with expiring / password-protected links?
Photo backup from a phone, and management? (I've seen Immich recommended for this; haven't tried it yet.)
(If either of those are something you use alternatives for.)
In case it's useful for anyone else:
Switching from AJAX to Cron solved the admin Web interface just locking up completely for however many minutes (never saw this resolve otherwise).
The user script line that's worked for me so far is `docker exec -u 99:users Nextcloud php -f ./cron.php`
Task is currently running, but occasionally stating "Fontconfig error: No writable cache directories". Will update again later when I know more.
Edit: ran with `--verbose`. Bunch of UpdateSingleMetadata and a ScanFiles job ran. 11-12 seconds each for the 13 runs of UpdateSingleMetadata. Then ~46 minutes of ScanFiles. No further "Fontconfig" error messages.