Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
slapos
Commits
0eefe37e
Commit
0eefe37e
authored
Aug 28, 2019
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! Add Nextcloud software Release
parent
afd01290
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
132 additions
and
132 deletions
+132
-132
software/nextcloud/nextcloud-input-schema.json
software/nextcloud/nextcloud-input-schema.json
+132
-132
No files found.
software/nextcloud/nextcloud-input-schema.json
View file @
0eefe37e
{
{
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"description"
:
"Parameters to instantiate Grafana"
,
"description"
:
"Parameters to instantiate Grafana"
,
"additionalProperties"
:
false
,
"additionalProperties"
:
false
,
"properties"
:
{
"properties"
:
{
"domain"
:
{
"domain"
:
{
"title"
:
"Authorized domain on nextcloud"
,
"title"
:
"Authorized domain on nextcloud"
,
"description"
:
"Trusted domain used to connect to Nextcloud instance."
,
"description"
:
"Trusted domain used to connect to Nextcloud instance."
,
"type"
:
"string"
"type"
:
"string"
},
},
"monitor-interface-url"
:
{
"monitor-interface-url"
:
{
"title"
:
"Monitor Web Interface URL"
,
"title"
:
"Monitor Web Interface URL"
,
"description"
:
"Give Url of HTML web interface that will be used to render this monitor instance."
,
"description"
:
"Give Url of HTML web interface that will be used to render this monitor instance."
,
"type"
:
"string"
,
"type"
:
"string"
,
"format"
:
"uri"
,
"format"
:
"uri"
,
"default"
:
"https://monitor.app.officejs.com"
"default"
:
"https://monitor.app.officejs.com"
},
},
"monitor-cors-domains"
:
{
"monitor-cors-domains"
:
{
"title"
:
"Monitor CORS domains"
,
"title"
:
"Monitor CORS domains"
,
"description"
:
"List of cors domains separated with space. Needed for ajax query on this monitor instance from a different domain."
,
"description"
:
"List of cors domains separated with space. Needed for ajax query on this monitor instance from a different domain."
,
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"monitor.app.officejs.com"
"default"
:
"monitor.app.officejs.com"
},
},
"innodb-file-per-table"
:
{
"innodb-file-per-table"
:
{
"title"
:
"Enable/disable innodb_file_per_table"
,
"title"
:
"Enable/disable innodb_file_per_table"
,
"description"
:
"See MariaDB documentation on innodb_file_per_table"
,
"description"
:
"See MariaDB documentation on innodb_file_per_table"
,
"minimum"
:
0
,
"minimum"
:
0
,
"maximum"
:
1
,
"maximum"
:
1
,
"default"
:
0
,
"default"
:
0
,
"type"
:
"integer"
"type"
:
"integer"
},
},
"apache-computer-guid"
:
{
"apache-computer-guid"
:
{
"title"
:
"Computer ID for Apache Instance."
,
"title"
:
"Computer ID for Apache Instance."
,
"description"
:
"Unique identifier of the computer, like
\"
COMP-1234
\"
. By default, let Master choose a computer."
,
"description"
:
"Unique identifier of the computer, like
\"
COMP-1234
\"
. By default, let Master choose a computer."
,
"type"
:
"string"
"type"
:
"string"
},
},
"mariadb-computer-guid"
:
{
"mariadb-computer-guid"
:
{
"title"
:
"Computer ID for Mariadb Instance."
,
"title"
:
"Computer ID for Mariadb Instance."
,
"description"
:
"Unique identifier of the computer, like
\"
COMP-1234
\"
. By default, let Master choose a computer."
,
"description"
:
"Unique identifier of the computer, like
\"
COMP-1234
\"
. By default, let Master choose a computer."
,
"type"
:
"string"
"type"
:
"string"
},
},
"instance.mail-from"
:
{
"instance.mail-from"
:
{
"title"
:
"Mail from"
,
"title"
:
"Mail from"
,
"description"
:
"From"
,
"description"
:
"From"
,
"type"
:
"string"
"type"
:
"string"
},
},
"instance.mail-domain"
:
{
"instance.mail-domain"
:
{
"title"
:
"Mail domain name"
,
"title"
:
"Mail domain name"
,
"description"
:
"Domain name"
,
"description"
:
"Domain name"
,
"type"
:
"string"
"type"
:
"string"
},
},
"instance.mail-smtpauthtype"
:
{
"instance.mail-smtpauthtype"
:
{
"title"
:
"SMTP Auth type"
,
"title"
:
"SMTP Auth type"
,
"description"
:
"Mail SMTP auth type. Default: LOGIN"
,
"description"
:
"Mail SMTP auth type. Default: LOGIN"
,
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"LOGIN"
"default"
:
"LOGIN"
},
},
"instance.mail-smtpauth"
:
{
"instance.mail-smtpauth"
:
{
"title"
:
"SMTP auth required"
,
"title"
:
"SMTP auth required"
,
"description"
:
"Verify SSL certificate of SMTP server. Default: Yes"
,
"description"
:
"Verify SSL certificate of SMTP server. Default: Yes"
,
"minimum"
:
0
,
"minimum"
:
0
,
"maximum"
:
1
,
"maximum"
:
1
,
"default"
:
0
,
"default"
:
0
,
"type"
:
"integer"
"type"
:
"integer"
},
},
"instance.mail-smtpport"
:
{
"instance.mail-smtpport"
:
{
"title"
:
"SMTP port"
,
"title"
:
"SMTP port"
,
"description"
:
"Mail SMTP Port. Default: 587"
,
"description"
:
"Mail SMTP Port. Default: 587"
,
"type"
:
"integer"
,
"type"
:
"integer"
,
"default"
:
587
"default"
:
587
},
},
"instance.mail-smtphost"
:
{
"instance.mail-smtphost"
:
{
"title"
:
"SMTP host"
,
"title"
:
"SMTP host"
,
"description"
:
"Mail SMTP host"
,
"description"
:
"Mail SMTP host"
,
"type"
:
"string"
"type"
:
"string"
},
},
"instance.mail-smtpname"
:
{
"instance.mail-smtpname"
:
{
"title"
:
"SMTP name"
,
"title"
:
"SMTP name"
,
"description"
:
"Mail SMTP server name."
,
"description"
:
"Mail SMTP server name."
,
"type"
:
"string"
"type"
:
"string"
},
},
"instance.mail-smtppassword"
:
{
"instance.mail-smtppassword"
:
{
"title"
:
"SMTP password"
,
"title"
:
"SMTP password"
,
"description"
:
"Password to connect to SMTP server."
,
"description"
:
"Password to connect to SMTP server."
,
"type"
:
"string"
"type"
:
"string"
},
},
"instance.collabora-url"
:
{
"instance.collabora-url"
:
{
"title"
:
"Collabora URL"
,
"title"
:
"Collabora URL"
,
"description"
:
"Collabora server URL"
,
"description"
:
"Collabora server URL"
,
"type"
:
"string"
,
"type"
:
"string"
,
"format"
:
"uri"
,
"format"
:
"uri"
,
"default"
:
"https://collabora.host.vifib.net"
"default"
:
"https://collabora.host.vifib.net"
},
},
"instance.stun-server"
:
{
"instance.stun-server"
:
{
"title"
:
"Stun server address"
,
"title"
:
"Stun server address"
,
"description"
:
"Hostname of stun server. Default: turn.vifib.com:5349"
,
"description"
:
"Hostname of stun server. Default: turn.vifib.com:5349"
,
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"turn.vifib.com:5349"
"default"
:
"turn.vifib.com:5349"
},
},
"instance.turn-server"
:
{
"instance.turn-server"
:
{
"title"
:
"Turn server address"
,
"title"
:
"Turn server address"
,
"description"
:
"Hostname of turn server."
,
"description"
:
"Hostname of turn server."
,
"default"
:
""
,
"default"
:
""
,
"type"
:
"string"
"type"
:
"string"
},
},
"instance.turn-secret"
:
{
"instance.turn-secret"
:
{
"title"
:
"Turn server secret"
,
"title"
:
"Turn server secret"
,
"description"
:
"Turn secret to use for authentification."
,
"description"
:
"Turn secret to use for authentification."
,
"type"
:
"string"
"type"
:
"string"
},
},
"instance.cli-url"
:
{
"instance.cli-url"
:
{
"title"
:
"Nextcloud cli URL"
,
"title"
:
"Nextcloud cli URL"
,
"description"
:
"Nextcloud cli URL, the default will be Nextcloud url."
,
"description"
:
"Nextcloud cli URL, the default will be Nextcloud url."
,
"type"
:
"string"
,
"type"
:
"string"
,
"format"
:
"uri"
"format"
:
"uri"
},
},
"instance.trusted-domain-1"
:
{
"instance.trusted-domain-1"
:
{
"title"
:
"Authorized domain on nextcloud"
,
"title"
:
"Authorized domain on nextcloud"
,
"description"
:
"Trusted domain used to connect to Nextcloud instance."
,
"description"
:
"Trusted domain used to connect to Nextcloud instance."
,
"type"
:
"string"
"type"
:
"string"
},
},
"instance.trusted-domain-2"
:
{
"instance.trusted-domain-2"
:
{
"title"
:
"Second authorized domain on nextcloud"
,
"title"
:
"Second authorized domain on nextcloud"
,
"description"
:
"Trusted domain used to connect to Nextcloud instance."
,
"description"
:
"Trusted domain used to connect to Nextcloud instance."
,
"type"
:
"string"
"type"
:
"string"
},
},
"instance.trusted-domain-3"
:
{
"instance.trusted-domain-3"
:
{
"title"
:
"Third authorized domain on nextcloud"
,
"title"
:
"Third authorized domain on nextcloud"
,
"description"
:
"Trusted domain used to connect to Nextcloud instance."
,
"description"
:
"Trusted domain used to connect to Nextcloud instance."
,
"type"
:
"string"
"type"
:
"string"
}
}
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment