mirror of
https://github.com/YunoHost-Apps/prosody_ynh.git
synced 2024-09-03 20:15:57 +02:00
43 lines
No EOL
2.1 KiB
Markdown
43 lines
No EOL
2.1 KiB
Markdown
<!--
|
||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||
It shall NOT be edited by hand.
|
||
-->
|
||
|
||
# Prosody pour YunoHost
|
||
|
||
[](https://dash.yunohost.org/appci/app/prosody)  
|
||
|
||
[](https://install-app.yunohost.org/?app=prosody)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d’installer Prosody 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
|
||
|
||
Prosody is a modern XMPP communication server. It aims to be easy to set up and configure, and efficient with system resources. Additionally, for developers it aims to be easy to extend and give a flexible system on which to rapidly develop added functionality, or prototype new protocols.
|
||
|
||
|
||
**Version incluse :** 0.12.4~ynh2
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l’app : <https://prosody.im/>
|
||
* Documentation officielle de l’admin : <https://prosody.im/doc>
|
||
* Dépôt de code officiel de l’app : <https://hg.prosody.im/>
|
||
* YunoHost Store: <https://apps.yunohost.org/app/prosody>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/prosody_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/prosody_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/prosody_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade prosody -u https://github.com/YunoHost-Apps/prosody_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |