Nextcloud with Docker-Compose, DB on external Harddrive and just for local use

Hello,

I have a little home-server running on Debian with docker-compose and an external usb-Drive formatted with ntfs, mounted to /media/usb/.

I want to install Nextcloud, so that it writes data (especially Photos from mobiles) to the external drive.

I need help what is to be installed in which way and do I have to set the access rights for the external HD? I assume it has to be done by /etc/fstab?

Thanks in advance!

hi @nc_pi welcome to the forum :handshake:

there are many ways to install Nextcloud. You can perfectly install using docker-compose e.g. following Docker .examples this advanced guide Nextcloud docker-compose setup with notify_push (2024) or any other tutorial on the internet. you’ll find required information to connect USB drive using “docker volume mount” internet search. Saving pictures from mobiles is hard to setup using “local” system I would recommend setup right way from the beginning - using reverse proxy, external DNS record and valid TLS certificates - everything else cause too much headache. Don’t forget to implement right backup as single external USB drive will fail sooner or later.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.