-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Self Host Public Server List #5939
Comments
What good will this do other than potentially fragment the server list? |
|
Fair enough. I don't expect this to take any priority at this point though. But if anyone wants to give this a shot, let me know! |
Well, a Dockerfile would be complementary. The idea is to rewrite the infrastructure in a high performance language that can provide us most of the stuff we need in its standard library. Lua has been serving us well, but we are relying on quite a few third-party components and there are some quirks in its syntax, such as indexes starting from 1 instead of 0. I've been experimenting with V for the past ~2 months and I'd say it's ideal for something like this. Basically, we would end up with a server that can then be used through a reverse proxy (Nginx usually). |
Context
No response
Description
The ability to self host your own public server list which can be used to index Mumble servers.
https://github.com/mumble-voip/mumble/discussions/5905
https://github.com/mumble-voip/mumble/discussions/5906
Mumble component
Both
OS-specific?
No
Additional information
No response
The text was updated successfully, but these errors were encountered: