@@ -83,14 +83,14 @@ questions:
|
|||||||
# Include{fixedEnv}
|
# Include{fixedEnv}
|
||||||
|
|
||||||
- variable: NEXTCLOUD_ADMIN_USER
|
- variable: NEXTCLOUD_ADMIN_USER
|
||||||
label: "NEXTCLOUD_ADMIN_USER (Initial)"
|
label: "NEXTCLOUD_ADMIN_USER (First Install Only)"
|
||||||
description: "Sets the initial nextcloud's admin username, changing this variable after first launch will NOT change admin's 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 (Initial)"
|
label: "NEXTCLOUD_ADMIN_PASSWORD (First Install Only)"
|
||||||
description: "Sets the initial nextcloud's admin password, changing this variable after first launch will NOT change admin's 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
|
||||||
@@ -98,14 +98,14 @@ questions:
|
|||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
- variable: TRUSTED_PROXIES
|
- variable: TRUSTED_PROXIES
|
||||||
label: "TRUSTED_PROXIES"
|
label: "Trusted Proxies (Advanced)"
|
||||||
description: "Sets nextcloud Trusted Proxies"
|
description: "Sets nextcloud Trusted Proxies"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "172.16.0.0/16"
|
default: "172.16.0.0/16"
|
||||||
- variable: NODE_IP
|
- variable: NODE_IP
|
||||||
label: "NODE_IP"
|
label: "NODE_IP"
|
||||||
description: "Sets nextcloud nodeip for nodeport connections"
|
description: "Sets nextcloud nodeip for nodeport connections (Ensure this is correct at first install!)"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
$ref:
|
$ref:
|
||||||
|
|||||||
Reference in New Issue
Block a user