Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker_notes:docker-nextcloud [2026-04-03 Fri wk14 22:43] – [Nextcloud with supervisord] baumkpdocker_notes:docker-nextcloud [2026-08-23 Sun wk34 19:32] (current) – [Nextcloud Container] baumkp
Line 9: Line 9:
   * ''%%docker exec -u www-data nextcloud-app-1 php /var/www/html/cron.php%%'' runs the cron.php   * ''%%docker exec -u www-data nextcloud-app-1 php /var/www/html/cron.php%%'' runs the cron.php
   * ''%%docker exec -u www-data nextcloud-app-1 php occ maintenance:mode --off|on%%'' to turn maintenance mode off or on from the containers host shell   * ''%%docker exec -u www-data nextcloud-app-1 php occ maintenance:mode --off|on%%'' to turn maintenance mode off or on from the containers host shell
 +
 +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, it is annoying.  Inertia is keeping me with Nextcloud at this time.  Some other solutions include: [[https://www.seafile.com/en/home/|Seafile]] for file sync including webDav, [[https://immich.app/|Immich]] for photos and [[https://radicale.org/master.html|Radicle]] for calendar and contacts with a tiny Dav server.
  
 =====Nextcloud with supervisord===== =====Nextcloud with supervisord=====