Skip to content

Simple docker image for serving the delegation responses for Matrix

License

Notifications You must be signed in to change notification settings

dwmunster/matrix-delegation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Delegation Handler

This package serves to handle the /.well-known/matrix/{server,client} URLs as defined in the Matrix server spec.

Arguments

The following arguments (or environment variables) can be provided.

  • -homeserver (HOMESERVER_ADDRESS): the address of the homeserver to which the domain delegates for federation. This argument/variable is mandatory.
  • -baseurl (BASE_URL): the base url of the homeserver from a client's perspective. This argument/variable is optional, but the application will not server /.well-known/matrix/client without it.
  • -listen (LISTEN_ADDRESS): the address on which to listen. Optional, defaults to :8000.

Endpoints

  • /.well-known/matrix/server
  • /.well-known/matrix/client
  • /health (returns 200 if running)

About

Simple docker image for serving the delegation responses for Matrix

Resources

License

Stars

Watchers

Forks

Packages

No packages published