mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
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:
parent
5fedde1bda
commit
983c0f53af
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user