2021-06-05 12:43:11 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2021-06-05 12:43:21 +02:00
# Mumble Web for YunoHost
2021-06-05 12:43:11 +02:00
2022-08-15 18:46:54 +02:00
[![Integration level ](https://dash.yunohost.org/integration/mumble-web.svg )](https://dash.yunohost.org/appci/app/mumble-web) ![Working status ](https://ci-apps.yunohost.org/ci/badges/mumble-web.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/mumble-web.maintain.svg )
2021-06-05 12:43:21 +02:00
[![Install Mumble Web with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=mumble-web)
2021-06-05 12:43:11 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2021-06-05 12:43:21 +02:00
> *This package allows you to install Mumble Web quickly and simply on a YunoHost server.
2021-06-05 12:43:11 +02:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
2021-08-30 10:59:28 +02:00
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).
2021-06-05 12:43:11 +02:00
2021-12-07 12:25:39 +01:00
**Shipped version:** 1.3.0~ynh4
2021-06-05 12:43:11 +02:00
2022-08-15 18:46:54 +02:00
2021-06-05 16:36:08 +02:00
**Demo:** https://web.mumble.framatalk.org/
2021-06-05 12:43:11 +02:00
## Screenshots
2022-08-15 18:46:54 +02:00
![Screenshot of Mumble Web ](./doc/screenshots/screenshot.png )
2021-06-05 12:43:11 +02:00
## Disclaimers / important information
2021-06-05 16:36:08 +02:00
## Setup
2021-06-05 12:43:11 +02:00
2021-06-05 17:51:34 +02:00
- In order to use *Mumble web* , you need to install [Mumble server ](https://github.com/YunoHost-Apps/mumbleserver_ynh ) first.
- This installation assumes that *Mumble server* is served by port `64738`
2021-06-05 17:53:38 +02:00
- Various configuration options are available for Mumble web on this configuration file `/var/www/mumble-web/dist/config.local.js`
2021-06-05 15:42:42 +02:00
2021-06-05 16:47:34 +02:00
## Documentation
2021-06-05 16:36:08 +02:00
2021-06-06 12:20:57 +02:00
- Murmur documentation: https://wiki.mumble.info/wiki/Murmurguide
2021-06-05 16:36:08 +02:00
- Framasoft documentation: https://docs.framasoft.org/fr/jitsimeet/mumble.html
2021-06-05 12:43:11 +02:00
## Documentation and resources
2022-08-15 18:46:54 +02:00
* Official app website: < https: // mumble . info >
* Official admin documentation: < https: // docs . framasoft . org / fr / jitsimeet / mumble . html >
* Upstream app code repository: < https: // github . com / Johni0702 / mumble-web />
* YunoHost documentation for this app: < https: // yunohost . org / app_mumble-web >
* Report a bug: < https: // github . com / YunoHost-Apps / mumble-web_ynh / issues >
2021-06-05 12:43:11 +02:00
## Developer info
2021-06-05 12:43:21 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/mumble-web_ynh/tree/testing ).
2021-06-05 12:43:11 +02:00
To try the testing branch, please proceed like that.
2022-08-15 18:46:54 +02:00
``` bash
2021-06-05 12:43:21 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/mumble-web_ynh/tree/testing --debug
2021-06-05 12:43:11 +02:00
or
2021-06-05 12:43:21 +02:00
sudo yunohost app upgrade mumble-web -u https://github.com/YunoHost-Apps/mumble-web_ynh/tree/testing --debug
2021-06-05 12:43:11 +02:00
```
2022-08-15 18:46:54 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >