Skip to content

gary-kim/riotchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

19af602 · Mar 8, 2025
Oct 1, 2022
Feb 27, 2025
Mar 8, 2025
May 21, 2022
Jul 27, 2020
Feb 27, 2025
Dec 13, 2024
Apr 29, 2020
Mar 21, 2024
May 16, 2020
May 27, 2024
May 10, 2020
Apr 29, 2020
Jun 16, 2022
Sep 14, 2020
May 12, 2020
Jun 7, 2021
Mar 4, 2024
Dec 21, 2023
Mar 8, 2025
Oct 3, 2020
Apr 27, 2020
Nov 22, 2024
Feb 25, 2024
Apr 27, 2020
Oct 16, 2024
Oct 16, 2024
Apr 30, 2020
Mar 8, 2025
Mar 8, 2025
May 17, 2021
Sep 14, 2021

Repository files navigation

Element for Nextcloud

Build Status Matrix Room: #riotchatfornextcloud-general:garykim.dev GitHub Releases

Element for Nextcloud allows you to install Element easily through Nextcloud and join the Matrix decentralized communication network.

This app does not include a Matrix server, only the client. You will have to either set up your own Matrix homeserver, rent one, or use a public one.

This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Element or the Element project, or any of its subsidiaries or its affiliates.

The name Element as well as related names, marks, emblems and images are registered trademarks of their respective owners.

The upstream project can be found at https://github.com/vector-im/riot-web.

Screenshot 2 Screenshot 3

If you want to join the discussion, join the Matrix community chat room here: https://matrix.to/#/#riotchatfornextcloud-general:garykim.dev. There is work going on to get this bridged with Nextcloud Talk.

Installation

You can install this app from the Nextcloud App Store.

If you don't want to download the app from the Nextcloud App Store, follow these steps to install this app:

You will need to have Node, npm, yarn (for compiling Element), and Make installed.

Clone the repository into apps/riotchat on your server then run

git submodule update --init --recursive
make

License

Copyright © 2020-2024 Gary Kim <gary@garykim.dev>

Licensed under AGPL-3.0-or-later.

Using code from the Element Web project. https://github.com/vector-im/element-web. Huge thanks to the Element Web developers. They're doing the actual heavy lifting here.