conduwuit/debian
strawberry 53974320e5 debian: create system account verbosely
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-05-15 14:31:35 -04:00
..
README.md docs: fix broken systemd unit link 2024-05-12 03:05:34 -04:00
conduwuit.service docs: add troubleshooting, maintenance, various improvements and fixes 2024-05-09 12:34:50 -04:00
config rename `release_log_level` dev feature to `dev_release_log_level`, some rebranding 2024-04-26 02:03:40 -04:00
postinst debian: create system account verbosely 2024-05-15 14:31:35 -04:00
postrm rename `release_log_level` dev feature to `dev_release_log_level`, some rebranding 2024-04-26 02:03:40 -04:00
templates rename `release_log_level` dev feature to `dev_release_log_level`, some rebranding 2024-04-26 02:03:40 -04:00

README.md

conduwuit for Debian

Installation

Information about downloading, building and deploying the Debian package, see the "Installing conduwuit" section in the Deploying docs. All following sections until "Setting up the Reverse Proxy" be ignored because this is handled automatically by the packaging.

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/conduwuit/conduwuit.toml.

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

Running

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

This package assumes by default that conduwuit will be placed behind a reverse proxy. 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. Matrix federation requires TLS, so you will need to set up some certificates and renewal, for it to work properly.