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