Skip to content

Managing Mumble server access using the EVE Online Single-Sign-On

License

Notifications You must be signed in to change notification settings

kiu/bravecollective-mumble-sso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brave Collective Mumble SSO

License

What is this?

This package offers an easy to use solution managing access to a mumble server using the EVE Online Single-Sign-On mechanism.

Screenshots: demo.png

Features?

  • Foolproof enduser experience
  • User authentication through EVE SSO
  • Attach groups to users (DB config, no UI)
  • Open access or limited to configurable corporations and alliances (DB config, no UI)
  • Banning based on characters, corporations and alliances (DB config, no UI)

Requirements

  • PHP 5.x (webserver and cli)
  • MySQL
  • Python 2.6.5
  • Mumble Server (murmur)

Installation

MySQL

  • Create the schema and tables by importing create.sql

CCP

Webserver

  • Edit webroot/config.php
  • Point your webserver towards the webroot directory or create a symlink

Mumble Server

  • apt-get install mumble-server
  • Enable the Ice interface in /etc/mumble-server.ini
ice="tcp -h 127.0.0.1 -p 6502"

Mumble Authenticator

  • apt-get install python-mysqldb python-zeroc-ice
  • Edit authenticator/mumble-sso-auth.ini
  • cd authenticator && ./run.sh
  • It is recommended to run this script in a screen session: screen -S mumble-sso-authenticator bash -c 'cd authenticator && ./run.sh'

Character Refresher

  • cd refresher && ./run.sh
  • It is recommended to run this script in a screen session: screen -S mumble-sso-refresher bash -c 'cd refresher && ./run.sh'

License

Contents are MIT Licensed, see the LICENSE file for more info.

About

Managing Mumble server access using the EVE Online Single-Sign-On

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published