summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2023-07-23Add section about how to download/install/deployPaul van Tilburg
This refers to `DEPLOY.md` as to not duplicate the information.
2023-07-23Turn README.Debian into a markdown filePaul van Tilburg
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-23Fix up permissions of the database pathPaul van Tilburg
Also apply the database creation and ownership change on every installation and upgrade.
2022-10-13Lower log level commented config optionsexin
2022-06-18Merge branch 'fix-deb-postinst-config' into 'next'Timo Kösters
Remove the address override in deb generated config See merge request famedly/conduit!344
2022-05-10Adjust some files to the AUR patchesJonas Zohren
2022-04-09Remove the address override in deb generated configPaul van Tilburg
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.
2022-02-16Suggestions from Jonas ZohrenJonas Zohren
2022-02-16docs: make all configs matchTimo Kösters
2022-02-12Port from Rocket to axumJonas Platte
2021-08-31registration default trueJonathan de Jong
2021-07-14SqliteJonathan de Jong
2021-05-24improvement: increase default max concurrent requestsTimo Kösters
2021-04-22Purge debconf changes from the DB on purgePaul van Tilburg
2021-04-22Change the default port (follows DEPLOY.md)Paul van Tilburg
2021-04-22Change the default library path (follows DEPLOY.md)Paul van Tilburg
2021-04-22Generate conduit.toml instead of debian environment filePaul van Tilburg
Only generate this file once. I am not sure what to do with future upgrades yet.
2021-04-16No longer use/support a local environment filePaul van Tilburg
2020-11-24Lock down the Conduit process in the systemd unitPaul van Tilburg
This will secure the service more and allow only what is necessary.
2020-11-24Add and install README.DebianPaul van Tilburg
This file documents how the packaging is organized and how to configure and use it. It also details what the default deployment is like.
2020-11-24Split config into a Debian and local partPaul van Tilburg
* 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.
2020-11-24First version of cargo-deb packaging setupPaul van Tilburg