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

Mumble preconfigured #124

Open
boyska opened this issue Apr 19, 2014 · 0 comments
Open

Mumble preconfigured #124

boyska opened this issue Apr 19, 2014 · 0 comments

Comments

@boyska
Copy link
Member

boyska commented Apr 19, 2014

Mumble is a powerful yet simple-to-use software. It is not to be considered "secure", but if you trust the server, it's not that bad. While configuration is not difficult at all, it would be good to make it even easier, preconfiguring our favourite server.

I propose to use occupytalk.org as default server, if there's not a better one.
Unfortunately, configuring mumble is a mess: http://mumble.sourceforge.net/Client_Settings
I propose to:

  • create a hook that, at boot time, creates the configuration using sql commands.
  • use a randomly generated nick (tails has a script to generate nicks!)

We need to act on the table "servers":

CREATE TABLE `servers` (`id` INTEGER PRIMARY KEY AUTOINCREMENT, `name` TEXT, `hostname` TEXT, `port` INTEGER DEFAULT 64738, `username` TEXT, `password` TEXT, `url` TEXT);
@boyska boyska added this to the 1.1 milestone Apr 19, 2014
@ghost ghost modified the milestone: v1.1 Jul 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant