MYSQL_DATABASE: ${NEXTCLOUD_DB_NAME} MYSQL_USER: ${NEXTCLOUD_DB_USER} MYSQL_PASSWORD: ${NEXTCLOUD_DB_PASSWORD} NEXTCLOUD_ADMIN_USER: ${NEXTCLOUD_ADMIN_USER} NEXTCLOUD_ADMIN_PASSWORD: ${NEXTCLOUD_ADMIN_PASSWORD} NEXTCLOUD_DATA_DIR: ${NEXTCLOUD_DATA_DIR} NEXTCLOUD_TRUSTED_DOMAINS: ${NEXTCLOUD_D...
# Docker 拉取命令 docker pull swr.cn-east-3.myhuaweicloud.com/kubesre/docker.io/nextcloud:fpm docker tag swr.cn-east-3.myhuaweicloud.com/kubesre/docker.io/nextcloud:fpm docker.io/nextcloud:fpm # Containerd 拉取命令 ctr images pull swr.cn-east-3.myhuaweicloud.com/kubesre/docker.io/nextc...
[1][Bug]: Can't enable or disable apps after upgrade to v28.0.4 · Issue #44685 · nextcloud/server · GitHub [2]fix(settings): Save one HTTP request on enabling an app by susnux · Pull Request #44939 · nextcloud/server · GitHub [3][stable29] fix(settings): Save one HTTP r...
WebDAV:Works using guidance fromAccessing Nextcloud files using WebDAV — Nextcloud latest User Manual latest documentation. The commandnet use Z: https://<drive_path>/remote.php/dav/files/USERNAME/ /user:youruser yourpasswordsuccessfully mapped NC ‘user’ folders to a Windows network drive (Z)....
Steps to re-create docker-compose up -d using the official compose script nc-update for ncp or nextcloud to a newer version docker-compose down docker-compose up $ docker-compose up Creating network "nextcloudpi_default" with the default...
Nextcloud Version: 30.0.4 (in docker) PHP Version: PHP 8.2.27 (in docker) MariaDB 10.5.26-MariaDB-0+deb11u2 Debian 11 (on host System) Apache version 2.4.62 (as reverse proxy) Steps to reproduce Open a terminal and executedocker exec -i --user www-data nextcloud php occ ...
Issue deploying VM Hi, Im trying to re-deploy my VM from scratch, but every tim e I try < i get a error that it failed to download script. I have tried the sudo bash command, but returns the same error. any clues?
After upgrading my docker-setup to the current latest-container from the 21-branch some hours ago, I got the following error messages: docker exec nextcloud su - www-data -s /bin/bash -c 'php -f /var/www/html/cron.php' Fatal error: Allow...
nextcloud-nats image: nats:2.2.1 command: ["-c", "/config/gnatsd.conf"] volumes: - ${DOCKER_DATA_PATH}/nextcloud/nats/gnatsd.conf:/config/gnatsd.conf restart: always janus: container_name: nextcloud-janus build: ./janus image: my-janus:latest command: ["janus", "--full-trickle"] re...
https://github.com/nextcloud/docker/ says The apache image will replace the remote addr (ip address visible to Nextcloud) with the ip address from X-Real-IP if the request is coming from a proxy in 10.0.0.0/8, 172.16.0.0/12 or 192.168.0.0/16 by default. Edit: Specifying TRUSTED_PROXIE...