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
2fffcb24
Unverified
Commit
2fffcb24
authored
3 years ago
by
reivilibre
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Suggest using `/etc/matrix-synapse/conf.d/` for configuration with Debian packages (#11281)
parent
8840a7b7
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
changelog.d/11281.doc
+1
-0
1 addition, 0 deletions
changelog.d/11281.doc
docs/setup/installation.md
+6
-0
6 additions, 0 deletions
docs/setup/installation.md
with
7 additions
and
0 deletions
changelog.d/11281.doc
0 → 100644
+
1
−
0
View file @
2fffcb24
Suggest users of the Debian packages add configuration to `/etc/matrix-synapse/conf.d/` to prevent, upon upgrade, being asked to choose between their configuration and the maintainer's.
This diff is collapsed.
Click to expand it.
docs/setup/installation.md
+
6
−
0
View file @
2fffcb24
...
@@ -76,6 +76,12 @@ The fingerprint of the repository signing key (as shown by `gpg
...
@@ -76,6 +76,12 @@ The fingerprint of the repository signing key (as shown by `gpg
/usr/share/keyrings/matrix-org-archive-keyring.gpg`
) is
/usr/share/keyrings/matrix-org-archive-keyring.gpg`
) is
`AAF9AE843A7584B5A3E4CD2BCF45A512DE2DA058`
.
`AAF9AE843A7584B5A3E4CD2BCF45A512DE2DA058`
.
When installing with Debian packages, you might prefer to place files in
`/etc/matrix-synapse/conf.d/`
to override your configuration without editing
the main configuration file at
`/etc/matrix-synapse/homeserver.yaml`
.
By doing that, you won't be asked if you want to replace your configuration
file when you upgrade the Debian package to a later version.
##### Downstream Debian packages
##### Downstream Debian packages
We do not recommend using the packages from the default Debian
`buster`
We do not recommend using the packages from the default Debian
`buster`
...
...
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