Nextcloud
Nextcloud AIO install with external storage - ℹ️ Support - Nextcloud community
February 26, 2023 - Hello I have installed Nextcloud AIO using the below docker-compose version: "3.8" *olumes: nextcloud_aio_mastercontainer: name: nextcloud_aio_mastercontainer services: nextcloud: image: nextcloud/all-in-one:latest restart: unless-stopped container_name: nextcloud-aio-mastercontainer volumes: ...
Nextcloud
How to add more storage to the nextcloud aio - 📦 Appliances (Docker, Snappy, VM, NCP, AIO) - Nextcloud community
June 14, 2023 - Hi! I wanna expend my nextcloud storage by adding a new hard drive in my pc. The question is how do I add it in the nextcloud, and what should I do? Before I searched on the internet but it seems complicated and I didn’t find any instructions on how to do it on the aio. Thanks in advance 🙂
Nextcloud
External storage app vs. bind mount - 📦 Appliances (Docker, Snappy, VM, NCP, AIO) - Nextcloud community
December 20, 2018 - Nextcloud version: 15.0 (via docker “nextcloud:latest” which should be 15.0.0-apache, at time of this writing) Operating system and version: Ubuntu 18.04 Scenario: files (fotos, documents) are on my server, changes may happen through nextcloud or another mechanism (rsync from other computers).
GitHub
GitHub - nextcloud/all-in-one: 📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.
You might want to change this when you are planning to use local external storage in Nextcloud to store some files outside the data directory and can do so by adding the environmental variable NEXTCLOUD_MOUNT to the docker run command of the mastercontainer (but before the last line ...
Starred by 7.5K users
Forked by 833 users
Languages: PHP 51.4% | Shell 26.1% | Twig 12.3% | Dockerfile 4.8% | JavaScript 3.2% | CSS 2.2%
Nextcloud
Docker All in one - Set persistent volume - ℹ️ Support - Nextcloud community
March 31, 2023 - Hi all, I deployed the Nextcloud All in one docker image and I managed to get it up and running. Could anyone please tell me how do I set an NFS persistent volume so that all the data are stored outside of the container on an NFS share? Thank you in advance
Docker
Docker
Welcome to the world's largest container registry built for developers and open source contributors to find, use, and share their container images. Build, push and pull.
Nextcloud
Can't mount or use an external HDD as datadir in Windows docker AIO build - ℹ️ Support - Nextcloud community
September 2, 2023 - I can get the AIO installer to work perfectly on my Windows 10 computer when I don’t set the data directory and just use the default, but when I change the data directory to an external hard drive --env NEXTCLOUD_DATADIR="/run/desktop/mnt/host/f/Nextcloud I get this error: + '[' -f ...
Nextcloud
Add external storage in Docker - SMB, bind mount, NFS, WebDAV -> what's the best solution? - ℹ️ Support - Nextcloud community
November 22, 2021 - Setup: Nextcloud 22.2.3 via docker on QNAP TS-453D NAS. Problem: terabytes and years of data already exist on the NAS. Nextcloud should access that data, but should not own it exclusively, since various other services are also using it. Current situation: I’ve been tinkering with Nextcloud ...
Nextcloud
changing storage in Nextcloud Docker AIO - ℹ️ Support - Nextcloud community
January 25, 2025 - Hi everyone, I’ve recently installed Nextcloud AIO as a Docker image, and I’m trying to move all Nextcloud data to a specific partition I’ve mounted. Here’s my current setup: The partition /dev/sdb1 is mounted to /mnt/nextcloud. I’d like all Nextcloud data (user files, database, etc.) ...
GitHub
Help Needed: Configuring Nextcloud AIO to Use SMB-Mounted Host Path for User Data Directory · nextcloud/all-in-one · Discussion #5223
Hello, I'm having trouble getting Nextcloud AIO to use a specific host path as the user data directory, and I would appreciate any guidance! Setup Details: Fresh installation of Nextcloud AIO (...
Author: nextcloud
GitHub
Question about changing data DIR? · nextcloud/all-in-one · Discussion #890
Author: nextcloud
Restack
Advanced Docker Networking Strategies: Nextcloud Aio | Restackio
Explore an example of using Docker Compose for Nextcloud AIO, focusing on advanced networking strategies for optimal performance. | Restackio
Nextcloud
Nextcloud AIO file storage - 📦 Appliances (Docker, Snappy, VM, NCP, AIO) - Nextcloud community
November 8, 2023 - Nextcloud AIO v7.2.1 Hi All, I upload files to nextcloud AIO file storage, where will they be located locally on the host machine?
Nextcloud
Nextcloud Docker - move DB and data to NAS mount - 📦 Appliances (Docker, Snappy, VM, NCP, AIO) - Nextcloud community
February 8, 2019 - Hi all. I want to run Nextcloud Docker container on my Cloud-Server. Space is a bit limited here for me, and as I expect that the NC Data and the Database will get quite big over time, I want to put those files on an NFS share of my storrage-system. How needs docker-compose.yaml to be modified ...
Nextcloud
Permissions for Local Storage in the All-in-One Container - 📦 Appliances (Docker, Snappy, VM, NCP, AIO) - Nextcloud community
June 20, 2024 - Hi guys, I have a question concerning permissions of external storage in the AiO Container. I set up the AiO Container in an Ubuntu Server VM on my Unraid Host and all data I want to access are on SMB shares on my Unraid server. Of course I could mount the SMB shares in NC with the external ...
Nextcloud
Add local external storage to Nextcloud-AIO - ℹ️ Support - Nextcloud community
March 24, 2023 - ▶ Support intro Nextcloud version (eg, 20.0.5): Nextcloud AIO v4.6.2 Operating system and version (eg, Ubuntu 20.04): Nobara (Fedora) 37 Apache or nginx version (eg, Apache 2.4.25): replace me PHP version (eg, 7.4): replace me The issue you are facing: Is this the first time you’ve seen ...