How to Install NextCloud all in one on Synology NAS using CContainer Manager and Web Station

Hello, I am a new NAS and docker user, and testing the Nextcloud Installation on a new Synology DikStation DS1522+ (OS: DSM 7.2).

There are several posts on installing NextCloud on the Synology NAS, but or they imply working with the PHP tar to install on a web server or, for the docker-based ones, they imply third party software (e.g. Portainer.io) that I believe are no longer needed.

My question is if there is a tutorial on how to install (and update) Nextcloud all in one using the tools natively provided by the NAS OS (“Container Manager” and “Web Station”).

ok, I got the container working, but I don’t know how to connect with the “Web Station”:

I installed the NextCloud image with the following command:

--init \
--sig-proxy=false \
--name nextcloud-aio-mastercontainer \
--restart always \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
--env NEXTCLOUD_DATADIR="/volume1/docker/nextcloud/data" \
nextcloud/all-in-one:latest

If I go to my site http://[XXX].direct.quickconnect.to:82 I got redirected to https://[XXX].direct.quickconnect.to (same for 81 and 83, while if I try https I get the error SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG

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