The Basics
- Nextcloud Server version (e.g., 29.x.x):
v10.4.0
- Operating system and version (e.g., Ubuntu 24.04):
Ubuntu 22.04.5 LTS
Summary of the issue you are facing:
I’m unable to get the borgbackup-viewer community container with the AIO script. Here’s my command
sudo docker run \
--init \
--sig-proxy=false \
--name nextcloud-aio-mastercontainer \
--restart always \
--publish 80:80 \
--publish 8080:8080 \
--publish 8443:8443 \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
--env NEXTCLOUD_MOUNT="/mnt/" \
--env AIO_COMMUNITY_CONTAINERS=borgbackup-viewer \
nextcloud/all-in-one:latest
Steps to replicate it:
- Either from a new instance or after you’ve turned off the aio master container. At this step I have no community containers and never set the env before
- Run the above command to restart AIO with the community container env set
- Get the following error in terminal
The community container borgbackup-viewer was not found!
You've set AIO_COMMUNITY_CONTAINERS but at least one container was not found.
It is set to 'borgbackup-viewer'.
I’ve also tried nextcloud-aio-borgbackup-viewer
but that also did not work. I’m trying to follow these links