An open API service indexing awesome lists of open source software.

https://github.com/yunohost-apps/rspamdui_ynh

Web UI for rspamd
https://github.com/yunohost-apps/rspamdui_ynh

rspamd rspamdui yunohost yunohost-apps

Last synced: 6 months ago
JSON representation

Web UI for rspamd

Awesome Lists containing this project

README

          

# Rspamd Web UI for YunoHost

[![Integration level](https://apps.yunohost.org/badge/integration/rspamdui)](https://ci-apps.yunohost.org/ci/apps/rspamdui/)
![Working status](https://apps.yunohost.org/badge/state/rspamdui)
![Maintenance status](https://apps.yunohost.org/badge/maintained/rspamdui)

[![Install Rspamd Web UI with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rspamdui)

*[Read this README in other languages.](./ALL_README.md)*

> *This package allows you to install Rspamd Web UI 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

Rspamd UI is a simple control interface for Rspamd spam filtering system. It provides basic functions for setting metric actions, scores, viewing statistic and learning.

**Shipped version:** 1.0~ynh4

## Screenshots

![Screenshot of Rspamd Web UI](./doc/screenshots/screenshot.png)

## Documentation and resources

- Official app website:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:

## 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:

```bash
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
```

**More info regarding app packaging:**