docker
docker copied to clipboard
⛴ Docker image of Nextcloud
Dear all, I'm wondering why my nextcloud admin panel complains about "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof...
Since the recent update or MariaDb (11.3.2) the connectivity broke down between nextcloud and mariadb. This can be fixed by adding addition flag to the mariadb command `--character-set-server=utf8` A solution...
Initially opened [nextcloud/server/issues/40904](https://github.com/nextcloud/server/issues/40904), was told it's a docker issue, so here I copy over the relevant sections. ### Bug description In the "Auto configuration via environment variables" section of the...
To address https://github.com/nextcloud/docker/issues/2165
Hi, Since last week i'm experiencing this issue with nextcloud 21.1.3 : ``` /opt/dockerConfs/nextcloud_lagamelle.txupy.com# docker logs -f nextcloud__html Configuring Redis as session handler Segmentation fault (core dumped) ``` Here is...
Hello, I got this in the Overview Settings. ``` The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a...
After upgrading to 28.0.1, files app stopped showing user files. It took me a while to discover the error message: ``` "File":"/var/www/html/apps/files_external/lib/Lib/Storage/FtpConnection.php","Line":37,"message":"Call to undefined function OCA\\Files_External\\Lib\\Storage\\ftp_connect()","exception":{},"CustomMessage":"Call to undefined function OCA\\Files_External\\Lib\\Storage\\ftp_connect()"}}...
Implements a check in the Docker entrypoint that compares the special config files of this Docker image with the config files of the user folder. It prints a warning if...
In commit 83ea69d54bea72e1df9a2647ee101c73deb86d44, a redis session handler was intrododuced. But the file `/usr/local/etc/php/conf.d/redis-session.ini` can not be written when using a non-root image, because the folder is owned by root and...