Can't add borgbackup-viewer community container

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:

  1. 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
  2. Run the above command to restart AIO with the community container env set
  3. 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

Hi, sorry, the container is currently in beta channel and not in latest channel yet. So you would need to adjust nextcloud/all-in-one:latest to nextcloud/all-in-one:beta to make it work.

1 Like

as always thanks for the (speedy) help!

1 Like

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.