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
Labels
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
8f39fb28
Commit
8f39fb28
authored
Feb 02, 2023
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
metabase,ssh: fix json parameters
parent
8aa48865
Pipeline
#26351
passed with stage
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
40 additions
and
6 deletions
+40
-6
software/metabase/instance-metabase-input-schema.json
software/metabase/instance-metabase-input-schema.json
+4
-3
software/metabase/instance-metabase-output-schema.json
software/metabase/instance-metabase-output-schema.json
+12
-0
software/metabase/software.cfg.json
software/metabase/software.cfg.json
+15
-0
software/ssh/instance-ssh-input-schema.json
software/ssh/instance-ssh-input-schema.json
+1
-0
software/ssh/instance-ssh-output-schema.json
software/ssh/instance-ssh-output-schema.json
+7
-2
software/ssh/software.cfg.json
software/ssh/software.cfg.json
+1
-1
No files found.
software/metabase/instance-metabase-input-schema.json
View file @
8f39fb28
{
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"type"
:
"object"
,
"additionalProperties"
:
false
,
"properties"
:
{
"mb_password_complexity"
:
{
"title"
:
"Password complexity"
,
"description"
:
"Check Metabase documentation for more details."
,
"type"
:
"string"
,
"default"
:
"normal"
,
"default"
:
"normal"
,
"enum"
:
[
"weak"
,
"normal"
,
"strong"
,
"strong"
]
},
"mb_password_length"
:
{
"title"
:
"Password length"
,
"description"
:
"Password length"
,
"type"
:
"integer"
,
"default"
:
6
,
"default"
:
6
}
}
}
software/metabase/instance-metabase-output-schema.json
0 → 100644
View file @
8f39fb28
{
"$schema"
:
"https://json-schema.org/draft-04/schema#"
,
"type"
:
"object"
,
"properties"
:
{
"url"
:
{
"title"
:
"URL"
,
"description"
:
"URL to access metabase."
,
"type"
:
"string"
,
"format"
:
"uri"
}
}
}
software/metabase/software.cfg.json
0 → 100644
View file @
8f39fb28
{
"name"
:
"Metabase"
,
"description"
:
"Business Intelligence and Reporting tool"
,
"serialisation"
:
"xml"
,
"software-type"
:
{
"default"
:
{
"title"
:
"Default"
,
"software-type"
:
"default"
,
"description"
:
"Default"
,
"request"
:
"instance-metabase-input-schema.json"
,
"response"
:
"instance-metabase-output-schema.json"
,
"index"
:
1
}
}
}
software/ssh/instance-ssh-input-schema.json
View file @
8f39fb28
{
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"type"
:
"object"
,
"additionalProperties"
:
false
,
"properties"
:
{
"user-authorized-key"
:
{
"title"
:
"User Authorized Key"
,
...
...
software/ssh/instance-ssh-output-schema.json
View file @
8f39fb28
...
...
@@ -2,9 +2,14 @@
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"description"
:
"Values returned by instanciation"
,
"properties"
:
{
"ssh
_
command"
:
{
"description"
:
"SSH command used to access
your instance in ssh when you provided a ssh public key
"
,
"ssh
-
command"
:
{
"description"
:
"SSH command used to access
the instance
"
,
"type"
:
"string"
},
"ssh-url"
:
{
"description"
:
"ssh:// URL to access the instance"
,
"type"
:
"string"
,
"format"
:
"uri"
}
},
"type"
:
"object"
...
...
software/ssh/software.cfg.json
View file @
8f39fb28
{
"name"
:
"SSH"
,
"description"
:
"SSH software release which provide the SSH service"
,
"serialisation"
:
"
json-in-
xml"
,
"serialisation"
:
"xml"
,
"software-type"
:
{
"default"
:
{
"title"
:
"Default"
,
...
...
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