2022-02-23 23:37:35 +01: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.
-->
2016-01-20 12:20:03 +01:00
2022-02-23 23:40:05 +01:00
# Rspamd Web UI for YunoHost
2022-02-23 23:37:35 +01:00
2023-03-04 15:14:15 +01:00
[![Integration level ](https://dash.yunohost.org/integration/rspamdui.svg )](https://dash.yunohost.org/appci/app/rspamdui) ![Working status ](https://ci-apps.yunohost.org/ci/badges/rspamdui.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/rspamdui.maintain.svg )
2022-02-23 23:40:05 +01:00
[![Install Rspamd Web UI with 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
*[Lire ce readme en français.](./README_fr.md)*
2022-02-23 23:40:05 +01:00
> *This package allows you to install Rspamd Web UI quickly and simply on a YunoHost server.
2022-02-23 23:37:35 +01:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
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
**Shipped version:** 1.0~ynh1
## Documentation and resources
2022-09-10 23:09:18 +02:00
* Official app website: < https: // rspamd . com / webui >
* Upstream app code repository: < https: // github . com / rspamd / rspamd >
* Report a bug: < https: // github . com / YunoHost-Apps / rspamdui_ynh / issues >
2022-02-23 23:37:35 +01:00
## Developer info
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/rspamdui_ynh/tree/testing ).
To try the testing branch, please proceed like that.
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
or
sudo yunohost app upgrade rspamdui -u https://github.com/YunoHost-Apps/rspamdui_ynh/tree/testing --debug
```
2022-09-10 23:09:18 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >