Paul van Tilburg
0c0c9549b9
Sync up the generated Conduit config for Debian
...
This applies changes made in the exampl config by commits dc89fbe and
844508b .
2 years ago
Timo Kösters
1fb5bcf98f
improvement: registration token now only works when registration is enabled
2 years ago
Samuel Meenzen
425660472c
docs: build docs using mdBook
2 years ago
Charles Hall
ed5bd23255
remove explicit references to log config
...
They're all stale. Sled was yote long ago.
2 years ago
Timo Kösters
b8c164dc60
feat: version checker
3 years ago
Paul van Tilburg
3cd3d0e0ff
Add section about how to download/install/deploy
...
This refers to `DEPLOY.md` as to not duplicate the information.
3 years ago
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.
3 years ago
Paul van Tilburg
8cf408e966
Fix up permissions of the database path
...
Also apply the database creation and ownership change on every
installation and upgrade.
3 years ago
exin
92f7f0c849
Lower log level commented config options
3 years ago
Jonas Zohren
8392809eb1
Adjust some files to the AUR patches
4 years ago
Paul van Tilburg
b10dbc747b
Remove the address override in deb generated config
...
This override was accidentally introduced by commit de6c331 .
The Debian postinst script will ask for and generate a config with the
address set. This should not be overriden by what is set in the default
config and is thus a deviation from the standard docs.
4 years ago
Jonas Zohren
c4353405a5
Suggestions from Jonas Zohren
4 years ago
Timo Kösters
de6c3312ce
docs: make all configs match
4 years ago
Jonas Platte
1f7b3fa4ac
Port from Rocket to axum
4 years ago
Jonathan de Jong
9ec8b7f2b3
registration default true
5 years ago
Jonathan de Jong
9d4fa9a220
Sqlite
5 years ago
Timo Kösters
aacf6289db
improvement: increase default max concurrent requests
5 years ago
Paul van Tilburg
4fb2f17b83
Purge debconf changes from the DB on purge
5 years ago
Paul van Tilburg
19aaffeb23
Change the default port (follows DEPLOY.md)
5 years ago
Paul van Tilburg
f3b1096417
Change the default library path (follows DEPLOY.md)
5 years ago
Paul van Tilburg
5bf43a4d7e
Generate conduit.toml instead of debian environment file
...
Only generate this file once. I am not sure what to do with future
upgrades yet.
5 years ago
Paul van Tilburg
ab58609d3d
No longer use/support a local environment file
5 years ago
Paul van Tilburg
1a341543ba
Lock down the Conduit process in the systemd unit
...
This will secure the service more and allow only what is necessary.
5 years ago
Paul van Tilburg
1b4a79d47c
Add and install README.Debian
...
This file documents how the packaging is organized and how to
configure and use it. It also details what the default deployment
is like.
5 years ago
Paul van Tilburg
f72554de10
Split config into a Debian and local part
...
* The Debian part will be generated and managed by Debconf and configure
homeserver name, address and port
* The local part will just be a config file that shows the other
configuration options
Added the address configuration and moved the config generation
from the config to the postinst script.
5 years ago
Paul van Tilburg
79692db45d
First version of cargo-deb packaging setup
5 years ago