Comment on Question: Is there a Self Hosted Discord like app?
atzanteol@sh.itjust.works 1 week agoTo 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.
blueworld@piefed.world 1 week ago
True on the invite, but you know I bet it wouldn’t take much to fix that code wise.
Having built a bit of software in multiple enviorns, I feel you on the very specific requirements… But it is a bitch to write something that works for all of them. It should be a damn site easier to install it though, especially if it’s docker.