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
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
Levin Zimmermann
slapos
Commits
0023971b
Commit
0023971b
authored
Apr 27, 2022
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nextcloud: allow to set infinite amount of trusted domains
parent
86a21a53
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
18 deletions
+8
-18
software/nextcloud/buildout.hash.cfg
software/nextcloud/buildout.hash.cfg
+1
-1
software/nextcloud/nextcloud-input-schema.json
software/nextcloud/nextcloud-input-schema.json
+5
-10
software/nextcloud/nextcloud-instance.cfg.in
software/nextcloud/nextcloud-instance.cfg.in
+2
-7
No files found.
software/nextcloud/buildout.hash.cfg
View file @
0023971b
...
...
@@ -26,4 +26,4 @@ md5sum = 6f42f0a8c5e5c0c657541a65c4d9ee57
[template-nextcloud-instance]
filename = nextcloud-instance.cfg.in
md5sum =
4426b5e62c61efec2e68e7f548bc6463
md5sum =
004e4bdfc49c7faee975343b6fece75c
software/nextcloud/nextcloud-input-schema.json
View file @
0023971b
...
...
@@ -115,19 +115,14 @@
"type"
:
"string"
,
"format"
:
"uri"
},
"instance.trusted-domain-
1
"
:
{
"instance.trusted-domain-
list
"
:
{
"title"
:
"Authorized domain on nextcloud"
,
"description"
:
"Trusted domain used to connect to Nextcloud instance."
,
"type"
:
"string"
},
"instance.trusted-domain-2"
:
{
"title"
:
"Second authorized domain on nextcloud"
,
"description"
:
"Trusted domain used to connect to Nextcloud instance."
,
"description"
:
"Space serapated trusted domains used to connect to Nextcloud instance."
,
"type"
:
"string"
},
"instance.trusted-
domain-3
"
:
{
"title"
:
"T
hird authorized domain on nextcloud
"
,
"description"
:
"
Trusted domain used to connect to Nextcloud instance
."
,
"instance.trusted-
proxy-list
"
:
{
"title"
:
"T
rusted proxy list
"
,
"description"
:
"
Space separated list of trusted proxies hosts
."
,
"type"
:
"string"
},
"instance.trusted-proxy-list"
:
{
...
...
software/nextcloud/nextcloud-instance.cfg.in
View file @
0023971b
...
...
@@ -45,10 +45,7 @@ nextcloud = ${:document-root}
admin-user = admin
admin-password = admin
trusted-domain-list =
[${apache-php-configuration:ip}]:${apache-php-configuration:port}
${slap-parameter:instance.trusted-domain-1}
${slap-parameter:instance.trusted-domain-2}
${slap-parameter:instance.trusted-domain-3}
[${apache-php-configuration:ip}]:${apache-php-configuration:port} ${slap-parameter:instance.trusted-domain-list}
trusted-proxy-list = ${slap-parameter:instance.trusted-proxy-list}
cli-url = ${slap-parameter:instance.cli-url}
...
...
@@ -223,7 +220,5 @@ instance.turn-server =
instance.turn-secret =
instance.cli-url = ${apache-php-configuration:url}
instance.trusted-domain-1 =
instance.trusted-domain-2 =
instance.trusted-domain-3 =
instance.trusted-domain-list =
instance.trusted-proxy-list =
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