Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunohost-apps/mumble-web_ynh
Mumble web client package for YunoHost
https://github.com/yunohost-apps/mumble-web_ynh
mumble-client mumble-web yunohost yunohost-apps
Last synced: about 2 months ago
JSON representation
Mumble web client package for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/mumble-web_ynh
- Owner: YunoHost-Apps
- License: agpl-3.0
- Created: 2021-06-05T10:41:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T19:35:28.000Z (3 months ago)
- Last Synced: 2024-10-25T16:24:50.768Z (3 months ago)
- Topics: mumble-client, mumble-web, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 284 KB
- Stars: 5
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mumble Web for YunoHost
[![Integration level](https://dash.yunohost.org/integration/mumble-web.svg)](https://ci-apps.yunohost.org/ci/apps/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)
[![Install Mumble Web with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mumble-web)
*[Read this README in other languages.](./ALL_README.md)*
> *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.*## 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~ynh7
**Demo:**
## Screenshots
![Screenshot of Mumble Web](./doc/screenshots/screenshot.png)
## :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.
## Documentation and resources
- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/mumble-web_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
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:**