Matrix documentation #44
Loading…
Reference in a new issue
No description provided.
Delete branch "hans/documentation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is the documentation for building a Matrix server. The only things that should be different from main are under directory "matrix". Other changes/commits should already be in main.
page
e7e70364cd<link>
and<base>
cf8c304d79I don't know how to do the cherry-picking, all I get is errors or an empty commit. All commits other than mine shouldn't be here.
Forgejo's warning "this branch is out-of-date with the base branch" should probably be solved with "update branch by rebase". The history was changed early on in the life of this branch, so that gave me a whole lot of merge-conflicts.
I think this is a great and detailed overview of what we need to configure in these applications, the Debian way. Next step is to move these into a Nix-package.
The idea is to create a few configuration that can easily be built for customers. Customers should be able to set a few checkboxes, enabling or disabling a few things.
This thing authorizes against LDAP, I assume that we want to offer OAuth2 and/or local passwords too. Moderation (working on that) isn't useful for every instance, but an absolute must-have for others.
WIP: Matrix documentationto Matrix documentationI will fix the Git history quickly.
@hans> Can you take a look at
hans/documentation-fixed
? I checked and there is not a single difference when it comes to thematrix/
directory, and the history looks cleaned.If you're happy with it, you can pick it up as it is, but it's probably nicer if you rebase those commits so as to sign them yourself. (Btw, if you like signing your commits, you could inform Forgejo of your key such that they appear as verified, now they only appear as signed.) And then just reset
hans/documentation
fromhans/documentation-fixed
and force push here and everything should be pretty!@Niols Looks good to me, thanks! New PR is in #46.
Pull request closed