This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| syno:nextcloud [2025/11/28 06:36] – [NextCloud Configuration] Bernard Condrau | syno:nextcloud [2025/12/04 12:55] (current) – [Log file] Bernard Condrau | ||
|---|---|---|---|
| Line 77: | Line 77: | ||
| - Follow the detailed instructions in [[https:// | - Follow the detailed instructions in [[https:// | ||
| - Specific instructions for the reverse proxy are in the [[https:// | - Specific instructions for the reverse proxy are in the [[https:// | ||
| + | - SSH into your NAS and find the API version of your docker instance:< | ||
| + | - Find the //API version// from the output and add it to the environment of the docker run command, in this example //1.43//, with '' | ||
| - SSH into your NAS and run the following command:< | - SSH into your NAS and run the following command:< | ||
| --init \ | --init \ | ||
| Line 83: | Line 85: | ||
| --restart always \ | --restart always \ | ||
| --publish 8080:8080 \ | --publish 8080:8080 \ | ||
| + | --env DOCKER_API_VERSION=1.43 \ | ||
| --env APACHE_PORT=11000 \ | --env APACHE_PORT=11000 \ | ||
| --env APACHE_IP_BINDING=0.0.0.0 \ | --env APACHE_IP_BINDING=0.0.0.0 \ | ||
| Line 100: | Line 103: | ||
| ===== Nextcloud AIO Configuration ===== | ===== Nextcloud AIO Configuration ===== | ||
| * When done, open a web browser and point it to ''< | * When done, open a web browser and point it to ''< | ||
| + | * Select // | ||
| * Select " | * Select " | ||
| * Note that it will take time to download, install, and start all related containers | * Note that it will take time to download, install, and start all related containers | ||
| Line 116: | Line 120: | ||
| sudo docker logs -f nextcloud-aio-apache</ | sudo docker logs -f nextcloud-aio-apache</ | ||
| * If your Nextcloud is running and you are logged in as admin in your Nextcloud, you can easily log in to the AIO interface by opening ''< | * If your Nextcloud is running and you are logged in as admin in your Nextcloud, you can easily log in to the AIO interface by opening ''< | ||
| + | |||
| + | ==== If you are re-installing Nextcloud without backup ==== | ||
| + | * Uninstall the client and then delete the following folders:< | ||
| + | C: | ||
| + | C: | ||
| + | * If you synced external storage, remove the hidden files (starting with a '' | ||
| + | ===== Log file ===== | ||
| + | * Login to the nextcloud instance< | ||
| + | * Config file:< | ||
| + | * Log file:< | ||
| + | * Truncate log file:< | ||
| + | ===== Security & setup warnings ===== | ||
| + | ==== Mimetype migration ==== | ||
| + | * Login to NextCloud CLI< | ||
| + | * Then execute< | ||
| + | ==== Email ==== | ||
| + | * Enter your email SMTP credentials | ||
| + | |||
| + | ==== Default Phone Region ==== | ||
| + | * Set the default phone region with:< | ||
| + | |||
| ===== Attach external storage ===== | ===== Attach external storage ===== | ||
| - | | + | |
| + | - If your latest version of files is on your desktop: remove all files from the server | ||
| + | - Login to Nextcloud and enable //External storage support// in //Profile --> Apps --> Disabled apps// | ||
| + | - Go to // | ||
| + | * Folder name: the name identify this storage from the client | ||
| + | * External storage: Local | ||
| + | * Authentication: | ||
| + | * Configuration: | ||
| + | * Available for: <user> | ||
| + | - Open your Nextcloud client, then go to //Profile --> Settings// | ||
| + | - Click //Add Folder Sync Connection//, | ||
| + | - Remove the preset Folder Sync Connection in your client | ||
| + | ==== Links ==== | ||
| * [[https:// | * [[https:// | ||
| ===== Links ===== | ===== Links ===== | ||
| Line 123: | Line 160: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||