Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
914a59cb
Commit
914a59cb
authored
7 years ago
by
kaiyou
Browse files
Options
Downloads
Patches
Plain Diff
Disable the Web client in the Docker image
parent
e174c46a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/docker/README.md
+0
-1
0 additions, 1 deletion
contrib/docker/README.md
contrib/docker/conf/homeserver.yaml
+3
-3
3 additions, 3 deletions
contrib/docker/conf/homeserver.yaml
with
3 additions
and
4 deletions
contrib/docker/README.md
+
0
−
1
View file @
914a59cb
...
@@ -94,7 +94,6 @@ variables are available for configuration:
...
@@ -94,7 +94,6 @@ variables are available for configuration:
statistics reporting back to the Matrix project which helps us to get funding.
statistics reporting back to the Matrix project which helps us to get funding.
*
``SYNAPSE_NO_TLS``
, set this variable to disable TLS in Synapse (use this if
*
``SYNAPSE_NO_TLS``
, set this variable to disable TLS in Synapse (use this if
you run your own TLS-capable reverse proxy).
you run your own TLS-capable reverse proxy).
*
``SYNAPSE_WEB_CLIENT``
, set this variable to enable the embedded Web client.
*
``SYNAPSE_ENABLE_REGISTRATION``
, set this variable to enable registration on
*
``SYNAPSE_ENABLE_REGISTRATION``
, set this variable to enable registration on
the Synapse instance.
the Synapse instance.
*
``SYNAPSE_ALLOW_GUEST``
, set this variable to allow guest joining this server.
*
``SYNAPSE_ALLOW_GUEST``
, set this variable to allow guest joining this server.
...
...
This diff is collapsed.
Click to expand it.
contrib/docker/conf/homeserver.yaml
+
3
−
3
View file @
914a59cb
...
@@ -12,7 +12,7 @@ tls_fingerprints: []
...
@@ -12,7 +12,7 @@ tls_fingerprints: []
server_name
:
"
{{
SYNAPSE_SERVER_NAME
}}"
server_name
:
"
{{
SYNAPSE_SERVER_NAME
}}"
pid_file
:
/homeserver.pid
pid_file
:
/homeserver.pid
web_client
:
{{
"
True"
if SYNAPSE_WEB_CLIENT else "
False
"
}}
web_client
:
False
soft_file_limit
:
0
soft_file_limit
:
0
## Ports ##
## Ports ##
...
@@ -26,7 +26,7 @@ listeners:
...
@@ -26,7 +26,7 @@ listeners:
tls
:
true
tls
:
true
x_forwarded
:
false
x_forwarded
:
false
resources
:
resources
:
-
names
:
[
client
,
webclient
]
-
names
:
[
client
]
compress
:
true
compress
:
true
-
names
:
[
federation
]
# Federation APIs
-
names
:
[
federation
]
# Federation APIs
compress
:
false
compress
:
false
...
@@ -39,7 +39,7 @@ listeners:
...
@@ -39,7 +39,7 @@ listeners:
x_forwarded
:
false
x_forwarded
:
false
resources
:
resources
:
-
names
:
[
client
,
webclient
]
-
names
:
[
client
]
compress
:
true
compress
:
true
-
names
:
[
federation
]
-
names
:
[
federation
]
compress
:
false
compress
:
false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment