mirror of
https://github.com/YunoHost-Apps/mumble-web_ynh.git
synced 2024-09-03 19:46:16 +02:00
Merge branch 'main' of https://github.com/YunoHost-Apps/mumble-web_ynh into main
This commit is contained in:
commit
20a7330262
2 changed files with 18 additions and 18 deletions
18
README.md
18
README.md
|
@ -3,14 +3,14 @@ N.B.: This README was automatically generated by https://github.com/YunoHost/app
|
|||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Mumble Server for YunoHost
|
||||
# Mumble Web for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/mumble-server.svg)](https://dash.yunohost.org/appci/app/mumble-server) ![](https://ci-apps.yunohost.org/ci/badges/mumble-server.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/mumble-server.maintain.svg)
|
||||
[![Install Mumble Server with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mumble-server)
|
||||
[![Integration level](https://dash.yunohost.org/integration/mumble-web.svg)](https://dash.yunohost.org/appci/app/mumble-web) ![](https://ci-apps.yunohost.org/ci/badges/mumble-web.status.svg) ![](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)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allows you to install Mumble Server quickly and simply on a YunoHost server.
|
||||
> *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
|
||||
|
@ -38,18 +38,18 @@ This package installs the Debian package and configures it with given settings.
|
|||
* Official app website: https://mumble.info
|
||||
* Official admin documentation: https://wiki.mumble.info/wiki/Main_Page
|
||||
* Upstream app code repository: https://github.com/mumble-voip/mumble
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_mumble-server
|
||||
* Report a bug: https://github.com/YunoHost-Apps/mumble-server_ynh/issues
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_mumble-web
|
||||
* Report a bug: https://github.com/YunoHost-Apps/mumble-web_ynh/issues
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/mumble-server_ynh/tree/testing).
|
||||
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.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/mumble-server_ynh/tree/testing --debug
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/mumble-web_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade mumble-server -u https://github.com/YunoHost-Apps/mumble-server_ynh/tree/testing --debug
|
||||
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
|
18
README_fr.md
18
README_fr.md
|
@ -1,12 +1,12 @@
|
|||
# Mumble Server pour YunoHost
|
||||
# Mumble Web pour YunoHost
|
||||
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/mumble-server.svg)](https://dash.yunohost.org/appci/app/mumble-server) ![](https://ci-apps.yunohost.org/ci/badges/mumble-server.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/mumble-server.maintain.svg)
|
||||
[![Installer Mumble Server avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mumble-server)
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/mumble-web.svg)](https://dash.yunohost.org/appci/app/mumble-web) ![](https://ci-apps.yunohost.org/ci/badges/mumble-web.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/mumble-web.maintain.svg)
|
||||
[![Installer Mumble Web avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mumble-web)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Mumble Server rapidement et simplement sur un serveur YunoHost.
|
||||
> *Ce package vous permet d'installer Mumble Web rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
|
@ -34,18 +34,18 @@ mumbleserver_ynh installe le paquet Debian et le configure avec les paramètres
|
|||
* Site officiel de l'app : https://mumble.info
|
||||
* Documentation officielle de l'admin : https://wiki.mumble.info/wiki/Main_Page
|
||||
* Dépôt de code officiel de l'app : https://github.com/mumble-voip/mumble
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_mumble-server
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/mumble-server_ynh/issues
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_mumble-web
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/mumble-web_ynh/issues
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/mumble-server_ynh/tree/testing).
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/mumble-web_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/mumble-server_ynh/tree/testing --debug
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/mumble-web_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade mumble-server -u https://github.com/YunoHost-Apps/mumble-server_ynh/tree/testing --debug
|
||||
sudo yunohost app upgrade mumble-web -u https://github.com/YunoHost-Apps/mumble-web_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Reference in a new issue