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
2024-06-23 17:55:41 +02:00
.github Packaging v2 2024-01-13 12:26:04 +01:00
conf Packaging v2 2024-01-13 12:26:04 +01:00
doc cleaning 2024-01-13 13:58:15 +01:00
scripts cleaning 2024-06-23 17:55:11 +02:00
ALL_README.md Auto-update READMEs 2024-06-23 15:55:16 +00:00
LICENSE First commit 2021-06-05 12:43:11 +02:00
manifest.toml cleaning 2024-06-23 17:55:11 +02:00
README.md Auto-update READMEs 2024-06-23 15:55:16 +00:00
README_es.md Auto-update READMEs 2024-06-23 15:55:16 +00:00
README_eu.md Auto-update READMEs 2024-06-23 15:55:16 +00:00
README_fr.md Auto-update READMEs 2024-06-23 15:55:16 +00:00
README_gl.md Auto-update READMEs 2024-06-23 15:55:16 +00:00
README_it.md Auto-update README 2024-03-29 07:14:13 +01:00
README_zh_Hans.md Auto-update READMEs 2024-06-23 15:55:16 +00:00
tests.toml Packaging v2 2024-01-13 12:26:04 +01:00

Mumble Web for YunoHost

Integration level Working status Maintenance status

Install Mumble Web with YunoHost

Read this README in other languages.

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~ynh6

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

Screenshots

Screenshot of Mumble Web

🔴 Antifeatures

  • Upstream not maintained: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.

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