mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
Grapevine is a Matrix homeserver, forked from Conduit 0.7.0
This way we don't need to construct the entire configuration to load a database or database engine. The other advantage is that it allows having options that are unique to each database backend. The one thing I don't like about this is `DatabaseConfig::path`, whose existence implies all databases will have a file path, which is not true for out-of-process databases. The only thing this is really used for is creating the media directory. I think we should restructure the configuration in the future to resolve this. |
||
|---|---|---|
| bin | ||
| book | ||
| nix | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .lycheeignore | ||
| .markdownlintignore | ||
| book.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| clippy.toml | ||
| default.nix | ||
| engage.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE.md | ||
| README.md | ||
| rust-toolchain.toml | ||
| rustfmt.toml | ||