AvANa-BBS / freepto-lb

Encrypted GNU/Linux OS (based on Debian Wheezy) which can be installed on USB flash drive. Freepto is designed for encrypt your communications, carry your documents in secure way and save your anonymity.
http://www.freepto.mx/
43 stars 14 forks source link

Mumble preconfigured #124

Open boyska opened 10 years ago

boyska commented 10 years ago

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:

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);