summaryrefslogtreecommitdiff
path: root/debian/matrix-conduit.service
AgeCommit message (Collapse)Author
2022-05-10Adjust some files to the AUR patchesJonas Zohren
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.
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-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