1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rspamdui_ynh.git synced 2024-09-03 20:16:32 +02:00
rspamdui_ynh/README_fr.md

40 lines
1.9 KiB
Markdown
Raw Normal View History

2022-09-10 23:09:18 +02:00
<!--
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.
-->
2022-02-23 23:40:05 +01:00
# Rspamd Web UI pour YunoHost
2022-02-23 23:37:35 +01:00
2023-03-04 15:14:15 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/rspamdui.svg)](https://dash.yunohost.org/appci/app/rspamdui) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/rspamdui.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/rspamdui.maintain.svg)
2022-02-23 23:40:05 +01:00
[![Installer Rspamd Web UI avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rspamdui)
2022-02-23 23:37:35 +01:00
*[Read this readme in english.](./README.md)*
2023-03-04 15:14:15 +01:00
> *Ce package vous permet dinstaller Rspamd Web UI rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2022-02-23 23:37:35 +01:00
2023-03-04 15:14:15 +01:00
## Vue densemble
2022-02-23 23:37:35 +01:00
2023-03-05 10:08:09 +01:00
Rspamdui is a simple control interface for Rspamd spam filtering system. It provides basic functions for setting metric actions, scores, viewing statistic and learning.
2022-02-23 23:37:35 +01:00
2023-03-04 15:14:15 +01:00
**Version incluse :** 1.0~ynh1
2022-02-23 23:37:35 +01:00
## Documentations et ressources
2023-03-04 15:14:15 +01:00
* Site officiel de lapp : <https://rspamd.com/webui>
* Dépôt de code officiel de lapp : <https://github.com/rspamd/rspamd>
2022-09-10 23:09:18 +02:00
* Signaler un bug : <https://github.com/YunoHost-Apps/rspamdui_ynh/issues>
2022-02-23 23:37:35 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/rspamdui_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-09-10 23:09:18 +02:00
``` bash
2022-02-23 23:37:35 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/rspamdui_ynh/tree/testing --debug
ou
sudo yunohost app upgrade rspamdui -u https://github.com/YunoHost-Apps/rspamdui_ynh/tree/testing --debug
```
2023-03-04 15:14:15 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>