From f3c8eec49baa6d101d17e32bdf0dfe6f8bb6d6de Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 13 Nov 2019 22:01:01 +0100 Subject: [PATCH] new: [nextcloud] new charm requires an ``admin-password`` now --- compose.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index 362d960..c2d3e56 100644 --- a/compose.yml +++ b/compose.yml @@ -119,10 +119,18 @@ logrotate: nextcloud: - #options: - # admin: - # user: admin - # password: xxx + options: + ## If not set, it'll be automatically created and stored in + ## configstore /etc/nextcloud/user_pass + ## You can set it afterwards without issue (password will then be changed + ## to value specified) for the user 'admin'. + admin-password: mypass + + ## Or you could alternatively want to use this way: + #admin: + # ## Changing user will create a new user and NOT delete previous user + # #user: admin + # password: XXXXXX relations: web-proxy: frontend: