Comment on Question: Is there a Self Hosted Discord like app?

<- View Parent
atzanteol@sh.itjust.works ⁨1⁩ ⁨week⁩ ago

To create an invite you:

# drop into mongo shell
docker compose exec database mongosh

# create the invite
use revolt
db.invites.insertOne({ _id: "enter_an_invite_code_here" })

That’s pretty jank.

Also - I’m getting pretty fed-up with self-hosting documentation that assumes very specific environments and goes into detailed configuration for that environment. Don’t tell me how to setup a server and how to enable/configure SSH and setup UFW as part of setting up your software. Just tell me how to setup your software and what ports it uses.

source
Sort:hotnewtop