Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make self-hosted is voiceble ? (vortex) #105

Open
websharik opened this issue Oct 9, 2024 · 3 comments
Open

How to make self-hosted is voiceble ? (vortex) #105

websharik opened this issue Oct 9, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@websharik
Copy link

websharik commented Oct 9, 2024

Now self-hosted just chat messenger.
Cannot connect to voso aka vortex.
We did not create the vortex container.

revoltchat/revite#989

@websharik websharik added the enhancement New feature or request label Oct 9, 2024
@MarioninD
Copy link

MarioninD commented Oct 9, 2024

I don't see any easy options at this point.
As I understand from the discussions and the main page, vortex = VOSO, but since there were bugs, it has been removed for now.
https://github.com/orgs/revoltchat/discussions/211

#25

@KamiliaBlow
Copy link

I think a final clarification on this is needed, as this is a very important feature for a personal server. At the moment I can't find any way to use voice communication on a personal server. :/

@kocerar
Copy link

kocerar commented Oct 21, 2024

I created a separate virtual machine, installed vortex, added a .env file with a config for working with the revolt server, but it seems that the config file needs to be loaded somehow differently, because it does not load and voice communication does not start. Tell me, what am I doing wrong? Maybe i did everithing good but failed with proxy setup?
I get this warnings when server starts:

warning: unused return value of `must_use` that must be used
  --> src/util/variables.rs:67:5
   |
67 |     format!("{}", *WS_URL);
   |     ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_must_use)]` on by default
   = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused return value of `must_use` that must be used
  --> src/util/variables.rs:68:5
   |
68 |     format!("{}", *MANAGE_TOKEN);
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused return value of `must_use` that must be used
  --> src/util/variables.rs:70:5
   |
70 |     format!("{}", RTC_IPS.len());
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: `vortex` (bin "vortex") generated 3 warnings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🆕 Untriaged
Development

No branches or pull requests

4 participants