nextcloud: Switch to using FreedomBox container registry

- Should fix issues related to rate limiting on docker.io and improve privacy
for our users.

Tests:

- Install nextcloud, install succeeds. 'podman image list' shows that image is
from registry.freedombox.org.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2024-11-04 15:57:18 -08:00 committed by James Valleroy
parent 5fedde1bda
commit 983c0f53af
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -18,7 +18,7 @@ from plinth.actions import privileged, secret_str
CONTAINER_NAME = 'nextcloud-freedombox'
SERVICE_NAME = 'nextcloud-freedombox'
VOLUME_NAME = 'nextcloud-freedombox'
IMAGE_NAME = 'docker.io/library/nextcloud:stable-fpm'
IMAGE_NAME = 'registry.freedombox.org/library/nextcloud:stable-fpm'
WWW_DATA_UID = '33'
DB_HOST = 'localhost'