1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumbleserver_ynh.git synced 2024-09-03 19:46:03 +02:00

Merge branch 'mumble-web' of https://github.com/YunoHost-Apps/mumbleserver_ynh into mumble-web

This commit is contained in:
ericgaspar 2021-06-05 00:04:41 +02:00
commit c29f4f2f3f
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 14 additions and 14 deletions

View file

@ -5,8 +5,8 @@ It shall NOT be edited by hand.
# Mumble Server for YunoHost # Mumble Server for YunoHost
[![Integration level](https://dash.yunohost.org/integration/mumbleserver.svg)](https://dash.yunohost.org/appci/app/mumbleserver) ![](https://ci-apps.yunohost.org/ci/badges/mumbleserver.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/mumbleserver.maintain.svg) [![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=mumbleserver) [![Install Mumble Server with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mumble-server)
*[Lire ce readme en français.](./README_fr.md)* *[Lire ce readme en français.](./README_fr.md)*
@ -38,18 +38,18 @@ This package installs the Debian package and configures it with given settings.
* Official app website: https://mumble.info * Official app website: https://mumble.info
* Official admin documentation: https://wiki.mumble.info/wiki/Main_Page * Official admin documentation: https://wiki.mumble.info/wiki/Main_Page
* Upstream app code repository: https://github.com/mumble-voip/mumble * Upstream app code repository: https://github.com/mumble-voip/mumble
* YunoHost documentation for this app: https://yunohost.org/app_mumbleserver * YunoHost documentation for this app: https://yunohost.org/app_mumble-server
* Report a bug: https://github.com/YunoHost-Apps/mumbleserver_ynh/issues * Report a bug: https://github.com/YunoHost-Apps/mumble-server_ynh/issues
## Developer info ## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/mumbleserver_ynh/tree/testing). Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/mumble-server_ynh/tree/testing).
To try the testing branch, please proceed like that. To try the testing branch, please proceed like that.
``` ```
sudo yunohost app install https://github.com/YunoHost-Apps/mumbleserver_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/mumble-server_ynh/tree/testing --debug
or or
sudo yunohost app upgrade mumbleserver -u https://github.com/YunoHost-Apps/mumbleserver_ynh/tree/testing --debug sudo yunohost app upgrade mumble-server -u https://github.com/YunoHost-Apps/mumble-server_ynh/tree/testing --debug
``` ```
**More info regarding app packaging:** https://yunohost.org/packaging_apps **More info regarding app packaging:** https://yunohost.org/packaging_apps

View file

@ -1,7 +1,7 @@
# Mumble Server pour YunoHost # Mumble Server pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/mumbleserver.svg)](https://dash.yunohost.org/appci/app/mumbleserver) ![](https://ci-apps.yunohost.org/ci/badges/mumbleserver.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/mumbleserver.maintain.svg) [![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=mumbleserver) [![Installer Mumble Server avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mumble-server)
*[Read this readme in english.](./README.md)* *[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)* *[Lire ce readme en français.](./README_fr.md)*
@ -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 * Site officiel de l'app : https://mumble.info
* Documentation officielle de l'admin : https://wiki.mumble.info/wiki/Main_Page * 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 * Dépôt de code officiel de l'app : https://github.com/mumble-voip/mumble
* Documentation YunoHost pour cette app : https://yunohost.org/app_mumbleserver * Documentation YunoHost pour cette app : https://yunohost.org/app_mumble-server
* Signaler un bug : https://github.com/YunoHost-Apps/mumbleserver_ynh/issues * Signaler un bug : https://github.com/YunoHost-Apps/mumble-server_ynh/issues
## Informations pour les développeurs ## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/mumbleserver_ynh/tree/testing). Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/mumble-server_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit. Pour essayer la branche testing, procédez comme suit.
``` ```
sudo yunohost app install https://github.com/YunoHost-Apps/mumbleserver_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/mumble-server_ynh/tree/testing --debug
ou ou
sudo yunohost app upgrade mumbleserver -u https://github.com/YunoHost-Apps/mumbleserver_ynh/tree/testing --debug sudo yunohost app upgrade mumble-server -u https://github.com/YunoHost-Apps/mumble-server_ynh/tree/testing --debug
``` ```
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps **Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps