From 36959a06985a19ee74ab5858efaeabe7c3f075a2 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Sun, 8 Jul 2018 20:06:51 -0400 Subject: [PATCH] Added Nextcloud admin options --- templates/NextCloud/0/rancher-compose.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/templates/NextCloud/0/rancher-compose.yml b/templates/NextCloud/0/rancher-compose.yml index 1dea6aa..21410e9 100644 --- a/templates/NextCloud/0/rancher-compose.yml +++ b/templates/NextCloud/0/rancher-compose.yml @@ -70,6 +70,20 @@ catalog: required: true type: password + - variable: NC_ADMIN + label: "Nextcloud Admin Username" + description: | + The username of the Nextcloud admin user. + required: true + type: password + + - variable: NC_ADMIN_PASS + label: "Nextcloud Admin Password" + description: | + A secure password for the Nextcloud admin user. + required: true + type: password + services: nextcloud: scale: 1