Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
docker_notes:docker-nextcloud [2026-08-23 Sun wk34 19:31] – [Nextcloud Container] baumkpdocker_notes:docker-nextcloud [2026-08-23 Sun wk34 19:32] (current) – [Nextcloud Container] baumkp
Line 10: Line 10:
   * ''%%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, Immich for photos and [[https://radicale.org/master.html|Radicle]] for calendar and contacts with a tiny Dav server.+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=====