Skip to content

lorddavidiii/riotchat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Riot Chat for Nextcloud

Build Status

Riot Chat for Nextcloud allows you to install Riot 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 New Vector or the Riot.im project, or any of its subsidiaries or its affiliates.

The name Riot.im 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 1

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 Riot.im), and Make installed.

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

git submodule update --init --recursive
make

Logo

The logo is the logo of the Riot.im project. The file used is from Fork Awesome.

License

Copyright © 2020 Gary Kim <[email protected]>

Licensed under AGPL-3.0-or-later.

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

Packages

No packages published

Languages

  • PHP 46.3%
  • JavaScript 28.9%
  • Vue 21.4%
  • Makefile 2.3%
  • Other 1.1%