NFS is now the default
This commit is contained in:
@@ -20,7 +20,7 @@ catalog:
|
||||
label: Port
|
||||
description: |
|
||||
The HTTP port to access the web interface on.
|
||||
default: "9000"
|
||||
default: "9500"
|
||||
required: true
|
||||
type: string
|
||||
|
||||
@@ -28,6 +28,7 @@ catalog:
|
||||
label: "MySQL Root Password"
|
||||
description: |
|
||||
A secure password to be used by the "root" MySQL user.
|
||||
# default:
|
||||
required: true
|
||||
type: password
|
||||
|
||||
@@ -35,6 +36,7 @@ catalog:
|
||||
label: "MySQL User Password"
|
||||
description: |
|
||||
A secure password to be used by the "nextcloud_user" MySQL user.
|
||||
# default:
|
||||
required: true
|
||||
type: password
|
||||
|
||||
@@ -42,6 +44,7 @@ catalog:
|
||||
label: "Nextcloud Admin Username"
|
||||
description: |
|
||||
The username of the Nextcloud admin user.
|
||||
# default:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
@@ -49,9 +52,18 @@ catalog:
|
||||
label: "Nextcloud Admin Password"
|
||||
description: |
|
||||
A secure password for the Nextcloud admin user.
|
||||
# default:
|
||||
required: true
|
||||
type: password
|
||||
|
||||
# - variable: DATA_DIR
|
||||
# label: "Data Directory"
|
||||
# description: |
|
||||
# The directory within the stack directory to store data
|
||||
# default: "Nextcloud/Personal"
|
||||
# required: true
|
||||
# type: string
|
||||
|
||||
services:
|
||||
nextcloud:
|
||||
scale: 1
|
||||
|
||||
Reference in New Issue
Block a user