ChatTheatre / SkotOS

Open Source version of the SkotOS narrative prose library, using the DGD driver.
https://www.ChatTheatre.com
Other
24 stars 6 forks source link

Enhancement: Jitsi Local Dev #98

Closed noahgibbs closed 2 years ago

noahgibbs commented 2 years ago

Right now, it's hard to combine Jitsi (video/audio chat) with a local server. It should be pretty straightforward for the SkotOS server to send the Jitsi URL in a message... but for a fully-local setup, you still need a Jitsi server of some description, and they're painful to set up locally.

Anyway, should be possible to work this out. We need a slightly unusual setup (JWT, token_moderation plugin) so the public meet.jit.si server won't work. But it should be possible to change a config file (or something) to set the Jitsi URL, and right now it's not.

noahgibbs commented 2 years ago

Okay, looks like the new Jitsi setup code will handle this just fine.