docker-nextcloud icon indicating copy to clipboard operation
docker-nextcloud copied to clipboard

All-in-one Nextcloud Docker image, based on Alpine Linux. Aims at being simple and hardened.

Results 17 docker-nextcloud issues
Sort by recently updated
recently updated
newest added

I have installed the Wonderfall Nextcloud Docker on my Synology NAS Server. I will use the Active Directory Server of my Synology NAS. The Problem is i can't connect to...

Cannot connect to Synology's mariaDB database Error while trying to create admin user: Failed to connect to the database: An exception occurred in driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name...

The following warnings will be displayed on my NAS after successful installation: - Your web server is not configured correctly to resolve "/.well-known/caldav". For more information, see the documentation. -...

emm..it semms there is a new version,18.0.3. I want to know how can i update my website?Can i click update in setting?Or i need to wait for your update version?Thank...

Hi, i was just about to migrate from my local instance to your docker image and i'm running into a "downgrading" issue. My local instance is running 15.0.6.1 and the...

Current Nextcloud is v27. The last update here was a minor patch to v25 and that was in July. Also issues have gone months without so much as an answer...

Hi, In https://github.com/Wonderfall/docker-nextcloud/blob/main/rootfs/usr/local/bin/setup.sh#L58-L64 we are checking if the database is accessible, which is totally fine: ``` if [ ${DB_TYPE} != "sqlite3" ]; then until nc -z "${DB_HOST:-nextcloud-db}" "${DB_PORT:-3306}" do echo...

I'm currently using **25.0.8** version. In web app I got this error (translated from french): ```This directory is unavailable, please check the logs or contact your administrator``` When I'm browsing...

Hello, I am trying to upgrade to 25.0.10 and am encountering an error with pecl install command on line 64 of the Dockerfile. Appears to be an openssl 1.0 issue...

Since updating to the latest version syncing my calendar with DavX5 fails with a "server side error" Looking in the Nextcloud protocol it says: > Allowed memory size of 536870912...