Navigation Menu

Skip to content

nicolasjoly/MumPI

 
 

Repository files navigation

MumPI is your Webinterface written in PHP for your Mumble Server ("Murmur") using the Ice-Middleware.


For installation notices, see INSTALL.txt or better yet https://github.com/Kissaki/MumPI/wiki/Installation
For FAQ see https://github.com/Kissaki/MumPI/wiki/FAQ
For Updates follow http://kcode.de/wordpress/category/development/mumble_php_interface as feed http://kcode.de/wordpress/category/development/mumble_php_interface/feed

To access the admin area, add /admin/ to your url.
To access the viewer, add /viewer/ to your url.
To access the user, add /user/ to your url. (redirect in place)
To get JSON data in the [CVP](http://wiki.mumble.info/wiki/Channel_Viewer_Protocol) format: `?view=json&serverId=1`
To get JSON data in JSONP style: `?view=json&serverId=1&callback=?`

On first admin-login your admin account will be created. No need to manually create your first admin account yourself. Just login and admin-away!


Note on accounts:
The interface is using a local database for storing mumpi admin accounts etc.
This has nothing to do with mumble or murmur accounts, but only the interface itself.
At this moment, filesystem and individual files are totally sufficient and probably better in performance than a DBS like MySQL would be (just disk I/O rather than tcp connections and a separate system to call).


3rd Party things:
Icons from
http://findicons.com/pack/1156/fugue
http://findicons.com/pack/1581/silk

About

MumPI is your Webinterface in PHP for Mumble talking to your Mumble Server (“Murmur”) via the Ice-Middleware.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.6%
  • CSS 2.2%
  • JavaScript 2.0%
  • Other 0.2%