Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-29 | feat: version checker | Timo Kösters | |
2023-07-23 | Add section about how to download/install/deploy | Paul van Tilburg | |
This refers to `DEPLOY.md` as to not duplicate the information. | |||
2023-07-23 | Turn README.Debian into a markdown file | Paul 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-23 | Fix up permissions of the database path | Paul van Tilburg | |
Also apply the database creation and ownership change on every installation and upgrade. | |||
2022-10-13 | Lower log level commented config options | exin | |
2022-06-18 | Merge 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-10 | Adjust some files to the AUR patches | Jonas Zohren | |
2022-04-09 | Remove the address override in deb generated config | Paul 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-16 | Suggestions from Jonas Zohren | Jonas Zohren | |
2022-02-16 | docs: make all configs match | Timo Kösters | |
2022-02-12 | Port from Rocket to axum | Jonas Platte | |
2021-08-31 | registration default true | Jonathan de Jong | |
2021-07-14 | Sqlite | Jonathan de Jong | |
2021-05-24 | improvement: increase default max concurrent requests | Timo Kösters | |
2021-04-22 | Purge debconf changes from the DB on purge | Paul van Tilburg | |
2021-04-22 | Change the default port (follows DEPLOY.md) | Paul van Tilburg | |
2021-04-22 | Change the default library path (follows DEPLOY.md) | Paul van Tilburg | |
2021-04-22 | Generate conduit.toml instead of debian environment file | Paul van Tilburg | |
Only generate this file once. I am not sure what to do with future upgrades yet. | |||
2021-04-16 | No longer use/support a local environment file | Paul van Tilburg | |
2020-11-24 | Lock down the Conduit process in the systemd unit | Paul van Tilburg | |
This will secure the service more and allow only what is necessary. | |||
2020-11-24 | Add and install README.Debian | Paul 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-24 | Split config into a Debian and local part | Paul 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-24 | First version of cargo-deb packaging setup | Paul van Tilburg | |