Hi,
I want to install Nextcloud on my Raspberry Pi 4 running LibreELEC. I followed the steps mentioned by Iridium in this post:
Display MoreInstall the Linuxserver.io repository
Addons --> Install from Repository --> LibreELEC Add-ons --> Add-on repository --> LinuxServer.io's Docker Add-on.
Install Nextcloud.
Addons --> Install from Repository --> Linuxserver.io Docker Add-ons --> Services -- Nextcloud.
Wait for install to finish and then reboot
Change default data folder.
Add-ons --> My Add-ons --> Nextcloud --> Configure --> Map /data
These steps worked just fine. But what is the next step?
I tried to connect to the Nextcloud by entering the IP of the Raspberry Pi with :443 at the end on my PC, but the connection fails. I know the IP is correct and with SFTP I can access the Raspberry Pi.
Do I have to manually start the Nextcloud or what else do I need to do?
(I have never worked with docker or LinuxServer.io before, so there might be an obvious solution to this )