app-store/apps/revolt/metadata/description.md
DrMxrcy e6fd941262
Add Revolt (#395)
* WIP Revolt

* Add Caddy

* Update Labels

* Updated Reverse Proxy

* Update docker-compose.yml

* Add Vapid Key Generation

* Update config.json

* Update Info

* Change Version Back

* Update description.md

* Update config.json

* Update config.json

* Update config.json

* Update config.json
2023-05-17 09:39:53 -04:00

1.1 KiB

Install Information

SMTP Server

For Email Verfication, you need some sort of SMTP Provider

A few options are using GMAIl as a SMTP server, a SMTP Provider like SMTP2Go or MailGun, or if you host your own mailserver

Here are some Methods

SMTP From

Make Sure when setting the SMTP From Adress, it matches the Revolt <noreply@example.com> format. An example could be Tipi Chat <no-reply@runtipi.io>

Invite Only Instance

Set Revolt Invite Only to 1

If set, you can create invites by SSHing into your Tipi Server and running these commands

  1. docker exec -i revolt-database mongosh

use revolt
db.invites.insertOne({ _id: "enter_an_invite_code_here" })

Voice Server Information

Revolts self hosted setup currently does not have a working voice server. Thier Voice Server, Vortex, devlopemnt is paused.