Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Charts
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
魏国强
Charts
Commits
85bc4ca8
Commit
85bc4ca8
authored
Oct 19, 2021
by
sonicaj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup unnecessary ssl configuration knobs for collabora
parent
ef767c02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
22 deletions
+3
-22
test/collabora/1.0.0/questions.yaml
test/collabora/1.0.0/questions.yaml
+2
-20
test/collabora/1.0.0/templates/deployment.yaml
test/collabora/1.0.0/templates/deployment.yaml
+1
-2
No files found.
test/collabora/1.0.0/questions.yaml
View file @
85bc4ca8
...
@@ -32,14 +32,6 @@ questions:
...
@@ -32,14 +32,6 @@ questions:
type
:
string
type
:
string
$ref
:
$ref
:
-
"
definitions/timezone"
-
"
definitions/timezone"
-
variable
:
domain
label
:
"
Domain(s)
using
collabora"
description
:
'
Use
backslash
"\"
before
dots
".".
Use
pipe
"|"
to
separate
multiple
domains'
schema
:
type
:
string
default
:
'
nextcloud\.domain\.tld|othernextcloud\.domain\.tld'
# valid_chars: '^$|^([a-z]{1,}\\{1}\.{1}[a-z]{1,}\\{1}\.{1}[a-z]{1,}\|{0,1})*$'
required
:
false
-
variable
:
username
-
variable
:
username
label
:
"
Username
for
WebUI"
label
:
"
Username
for
WebUI"
schema
:
schema
:
...
@@ -65,23 +57,13 @@ questions:
...
@@ -65,23 +57,13 @@ questions:
schema
:
schema
:
type
:
string
type
:
string
default
:
"
--o:welcome.enable=false
--o:user_interface.mode=notebookbar
--o:ssl.termination=true
--o:ssl.enable=false
--o:net.proto=IPv4
--o:net.post_allow.host[0]=.+
--o:storage.wopi.host[0]=.+"
default
:
"
--o:welcome.enable=false
--o:user_interface.mode=notebookbar
--o:ssl.termination=true
--o:ssl.enable=false
--o:net.proto=IPv4
--o:net.post_allow.host[0]=.+
--o:storage.wopi.host[0]=.+"
-
variable
:
DONT_GEN_SSL_CERT
label
:
"
DONT_GEN_SSL_CERT"
description
:
"
When
set
to
true
it
does
NOT
generate
an
SSL
cert,
you
have
to
use
your
own"
schema
:
type
:
string
default
:
"
true"
enum
:
-
value
:
"
true"
description
:
"
true"
-
value
:
"
"
description
:
"
false"
-
variable
:
server_name
-
variable
:
server_name
label
:
"
Server
Name"
label
:
"
Server
Name"
description
:
"
When
this
environment
variable
is
set
(is
not
“”),
then
its
value
will
be
used
as
server
name
in
/etc/loolwsd/loolwsd.xml.
Without
this,
CODE
is
not
delivering
a
correct
host
for
the
websocket
connection
in
case
of
a
proxy
in
front
of
it."
description
:
"
When
this
environment
variable
is
set
(is
not
“”),
then
its
value
will
be
used
as
server
name
in
/etc/loolwsd/loolwsd.xml.
Without
this,
CODE
is
not
delivering
a
correct
host
for
the
websocket
connection
in
case
of
a
proxy
in
front
of
it."
schema
:
schema
:
type
:
string
type
:
string
default
:
'
'
$ref
:
-
"
definitions/nodeIP"
-
variable
:
certificate
-
variable
:
certificate
description
:
"
Collabora
Certificate"
description
:
"
Collabora
Certificate"
...
...
test/collabora/1.0.0/templates/deployment.yaml
View file @
85bc4ca8
...
@@ -54,9 +54,8 @@ spec:
...
@@ -54,9 +54,8 @@ spec:
{{
$envList = mustAppend $envList (dict "name" "timezone" "value" $envConfig.timezone)
}}
{{
$envList = mustAppend $envList (dict "name" "timezone" "value" $envConfig.timezone)
}}
{{
$envList = mustAppend $envList (dict "name" "domain" "value" $envConfig.domain)
}}
{{
$envList = mustAppend $envList (dict "name" "domain" "value" $envConfig.domain)
}}
{{
$envList = mustAppend $envList (dict "name" "dictionaries" "value" $envConfig.dictionaries)
}}
{{
$envList = mustAppend $envList (dict "name" "dictionaries" "value" $envConfig.dictionaries)
}}
{{
$envList = mustAppend $envList (dict "name" "cert_domain" "value" "192.168.0.3")
}}
{{
$envList = mustAppend $envList (dict "name" "extra_params" "value" $envConfig.extra_params)
}}
{{
$envList = mustAppend $envList (dict "name" "extra_params" "value" $envConfig.extra_params)
}}
{{
$envList = mustAppend $envList (dict "name" "DONT_GEN_SSL_CERT" "value"
$envConfig.DONT_GEN_SSL_CERT
)
}}
{{
$envList = mustAppend $envList (dict "name" "DONT_GEN_SSL_CERT" "value"
"true"
)
}}
{{
$envList = mustAppend $envList (dict "name" "server_name" "value" (printf "%v
:
%
v" $envConfig.server_name .Values.nodePort))
}}
{{
$envList = mustAppend $envList (dict "name" "server_name" "value" (printf "%v
:
%
v" $envConfig.server_name .Values.nodePort))
}}
{{
$envList = mustAppend $envList (dict "name" "username" "valueFromSecret" true "secretName" $secretName "secretKey" "username")
}}
{{
$envList = mustAppend $envList (dict "name" "username" "valueFromSecret" true "secretName" $secretName "secretKey" "username")
}}
{{
$envList = mustAppend $envList (dict "name" "password" "valueFromSecret" true "secretName" $secretName "secretKey" "password")
}}
{{
$envList = mustAppend $envList (dict "name" "password" "valueFromSecret" true "secretName" $secretName "secretKey" "password")
}}
...
...
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