1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-07-02 05:08:18 +02:00
conduit/debian
Paul van Tilburg 433dad6ac2
Turn README.Debian into a markdown file
It is common to have a markdown file per deployment subdirectory.
Still install it as `README.Debian` to `/usr/share/doc/matrix-conduit`
as per Debian policy.

Also update the link in the main `README.md` file.
2023-07-23 12:37:38 +02:00
..
config Split config into a Debian and local part 2020-11-24 14:42:18 +01:00
matrix-conduit.service Adjust some files to the AUR patches 2022-05-10 07:26:19 +00:00
postinst Fix up permissions of the database path 2023-07-23 12:37:38 +02:00
postrm Purge debconf changes from the DB on purge 2021-04-22 21:52:47 +02:00
README.md Turn README.Debian into a markdown file 2023-07-23 12:37:38 +02:00
templates Change the default port (follows DEPLOY.md) 2021-04-22 21:52:47 +02:00

Conduit for Debian

Configuration

When installed, Debconf generates the configuration of the homeserver (host)name, the address and port it listens on. This configuration ends up in /etc/matrix-conduit/conduit.toml.

You can tweak more detailed settings by uncommenting and setting the variables in /etc/matrix-conduit/conduit.toml. This involves settings such as the maximum file size for download/upload, enabling federation, etc.

Running

The package uses the matrix-conduit.service systemd unit file to start and stop Conduit. It loads the configuration file mentioned above to set up the environment before running the server.

This package assumes by default that Conduit will be placed behind a reverse proxy such as Apache or nginx. This default deployment entails just listening on 127.0.0.1 and the free port 6167 and is reachable via a client using the URL http://localhost:6167.

At a later stage this packaging may support also setting up TLS and running stand-alone. In this case, however, you need to set up some certificates and renewal, for it to work properly.