docs(delegation): Add section for manually serving .well-knowns files #1626
No reviewers
Labels
No labels
Blocked
Bug
Changelog
Added
Changelog
Missing
Changelog
None
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/E2EE
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Matrix/T&S
Merge
Merge/Manual
Merge/Squash
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity!1626
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "stratself/continuwuity:stratself/docs-delegation-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Following #1498 (comment) I've decided to document this here.
Pull request checklist:
mainbranch, and the branch is named something other thanmain.myself, if applicable. This includes ensuring code compiles.
6b49b24061c1e1113525@ -45,3 +50,3 @@```## Serving with a reverse proxy## Reverse proxying .well-knowns to ContinuwuitySomething about having
.well-knowns chilling in plain text bugs me. I would prefer either an inline code block, or better yet, calling them by their name (well-known URIs).@ -117,1 +120,4 @@### Serving .well-knowns manuallyInstead of reverse proxying .well-knowns, you can serve them directly as static JSON files that matches the ones above. This is useful if your base domain points to a different physical server, and reverse proxying isn't available.minor nit but "matches" -> "match"
@ -118,0 +148,4 @@</details>When doing this, the `[global.well_known]` configurations can be safely removed. Remember to set the `Access-Control-Allow-Origin: *` header in your `/.well-known/matrix/client` path for web clients to work.maybe "Doing this makes
[global.well-known]redundant." for brevity? "When doing this" reads like a cookbookFor sake of a pedantic remark, perhaps the docs should mention that most clients will follow client's well-known, so if an alternative method for accessing the server is used, the client will redirect itself to the url set in client's well-known which might be not desirable in certain cases.
Please add a changelog fragment to
changelog.d/describing your changes.@gan added the remark.
matrix.subdomains in composes #1660matrix.subdomains in composes #1660