Readme
This charm sets up a public Mumble server, for use my groups of people
wanting to do voice communication via the "mumble" client. When used
with other juju services, it will create a tree of channels designed to
help coordinate administrative tasks between admins.
Once running, the server, users, groups, and ACLs can be configured
through the client, using the "SuperUser" user and password (noted below),
using these instructions:
http://mumble.sourceforge.net/Murmurguide#Becoming_Administrator_and_Registering_a_User
The only configuration required in "local.yaml" is the password of the
"SuperUser" mumble user (needed above). If this is not configured, the
mumble server will not start! For example:
my-mumble:
password: pass
Basic example:
$ juju boostrap
$ juju deploy --config local.yaml --repository /scratch/ubuntu/vcs/juju-charms local:mumble-server my-mumble
Per-service unit channel tree:
$ juju deploy ... other-service
$ juju add-unit other-service
$ juju add-relation other-service my-mumble
Changes
| 2012/05/06 Kees Cook Adds relation-triggered channel creation for trees of service units, as
well as potential voip-clien (revno 3) |
| 2012/05/02 Kees Cook Bug-fix merge from Steve Beattie.
(revno 2) |