chore(nextcloud): Update label / description on admin credentials (#1274)
This commit is contained in:
@@ -76,15 +76,15 @@ questions:
|
|||||||
# Include{fixedEnv}
|
# Include{fixedEnv}
|
||||||
|
|
||||||
- variable: NEXTCLOUD_ADMIN_USER
|
- variable: NEXTCLOUD_ADMIN_USER
|
||||||
label: "NEXTCLOUD_ADMIN_USER"
|
label: "NEXTCLOUD_ADMIN_USER (Initial)"
|
||||||
description: "Sets nextcloud admin username"
|
description: "Sets the initial nextcloud's admin username, changing this variable after first launch will NOT change admin's username"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
- variable: NEXTCLOUD_ADMIN_PASSWORD
|
- variable: NEXTCLOUD_ADMIN_PASSWORD
|
||||||
label: "NEXTCLOUD_ADMIN_PASSWORD"
|
label: "NEXTCLOUD_ADMIN_PASSWORD (Initial)"
|
||||||
description: "Sets nextcloud admin password"
|
description: "Sets the initial nextcloud's admin password, changing this variable after first launch will NOT change admin's password"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
private: true
|
private: true
|
||||||
|
|||||||
Reference in New Issue
Block a user