Charm: mumble-server
Summary
Low latency VoIP server
Charm Store
juju deploy cs:~charmers/oneiric/mumble-server-0
Series
oneiric
Description
Murmur is the VoIP server component for Mumble. Each murmur process supports multiple virtual servers, each with their own user base and channel list. A tree of channel is automatically created for all juju service units that start a relationship with the mumber-server service.
Links
Repository   Bugs
lp:~charmers/charms/oneiric/mumble-server/trunk
Interfaces
Provides
Requires
Config
password string
Details
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)
Lint Check
  • err: Charms need a maintainer (See RFC2822) - Name <email>