2021-06-05 12:43:11 +02:00
<!--
2024-03-29 07:14:13 +01:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2021-06-05 12:43:11 +02:00
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
2023-10-31 15:24:06 +01: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
2024-04-16 21:41:18 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2021-06-05 12:43:11 +02:00
2024-03-29 07:14:13 +01:00
> *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](https://yunohost.org/install) to learn how to install it.*
2021-06-05 12:43:11 +02:00
## 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
2024-06-23 17:55:16 +02:00
**Shipped version:** 1.3.0~ynh6
2021-06-05 12:43:11 +02:00
2024-03-29 07:14:13 +01: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
2024-06-23 17:55:16 +02:00
## :red_circle: Antifeatures
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
2021-06-05 12:43:11 +02:00
## Documentation and resources
2024-03-29 07:14:13 +01: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 Store: < https: // apps . 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
2024-03-29 07:14:13 +01: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
2024-03-29 07:14:13 +01:00
To try the `testing` branch, please proceed like that:
2022-08-15 18:46:54 +02:00
2024-03-29 07:14:13 +01: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 >