1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumble-web_ynh.git synced 2024-09-03 19:46:16 +02:00
Mumble web client package for YunoHost
Find a file
2021-12-07 12:25:31 +01:00
.github Add templates 2021-12-07 11:01:33 +01:00
conf 4.3 2021-12-07 11:00:24 +01:00
doc Add description 2021-08-30 10:59:22 +02:00
scripts Update upgrade 2021-12-07 11:35:45 +01:00
check_process fix 2021-06-05 13:19:39 +02:00
LICENSE First commit 2021-06-05 12:43:11 +02:00
manifest.json Update manifest.json 2021-12-07 12:25:31 +01:00
README.md Auto-update README 2021-08-30 08:59:28 +00:00
README_fr.md Auto-update README 2021-08-30 08:59:28 +00:00

Mumble Web for YunoHost

Integration level
Install Mumble Web with YunoHost

Lire ce readme en français.

This package allows you to install Mumble Web quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

mumble-web is an HTML5 Mumble client for use in modern browsers. The Mumble protocol uses TCP for control and UDP for voice. Running in a browser, both are unavailable to this client. Instead Websockets are used for control and WebRTC is used for voice (using Websockets as fallback if the server does not support WebRTC).

Shipped version: 1.3.0~ynh3

Demo: https://web.mumble.framatalk.org/

Screenshots

Disclaimers / important information

Setup

  • In order to use Mumble web, you need to install Mumble server first.
  • This installation assumes that Mumble server is served by port 64738
  • Various configuration options are available for Mumble web on this configuration file /var/www/mumble-web/dist/config.local.js

Documentation

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/mumble-web_ynh/tree/testing --debug
or
sudo yunohost app upgrade mumble-web -u https://github.com/YunoHost-Apps/mumble-web_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps