diff --git a/README.md b/README.md index 86876d8..36c0afd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Rspamd Web UI for YunoHost -[![Integration level](https://dash.yunohost.org/integration/rspamdui.svg)](https://dash.yunohost.org/appci/app/rspamdui) ![](https://ci-apps.yunohost.org/ci/badges/rspamdui.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/rspamdui.maintain.svg) +[![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) + [![Install Rspamd Web UI with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rspamdui) *[Lire ce readme en français.](./README_fr.md)* @@ -18,25 +19,22 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Simple control interface for rspamd spam filtering system **Shipped version:** 1.0~ynh1 - - - ## Documentation and resources -* Official app website: https://rspamd.com/webui -* Upstream app code repository: https://github.com/rspamd/rspamd -* YunoHost documentation for this app: https://yunohost.org/app_rspamdui -* Report a bug: https://github.com/YunoHost-Apps/rspamdui_ynh/issues +* Official app website: +* Upstream app code repository: +* 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:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 308ee45..b493ba7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,38 +1,40 @@ + + # Rspamd Web UI pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/rspamdui.svg)](https://dash.yunohost.org/appci/app/rspamdui) ![](https://ci-apps.yunohost.org/ci/badges/rspamdui.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/rspamdui.maintain.svg) +[![Niveau d’inté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) + [![Installer Rspamd Web UI avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rspamdui) *[Read this readme in english.](./README.md)* -*[Lire ce readme en français.](./README_fr.md)* -> *Ce package vous permet d'installer Rspamd Web UI 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.* +> *Ce package vous permet d’installer Rspamd Web UI 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 +## Vue d’ensemble -Simple control interface for rspamd spam filtering system +Interface de contrôle simple pour le système de filtrage de spam rspamd **Version incluse :** 1.0~ynh1 - - - ## Documentations et ressources -* Site officiel de l'app : https://rspamd.com/webui -* Dépôt de code officiel de l'app : https://github.com/rspamd/rspamd -* Documentation YunoHost pour cette app : https://yunohost.org/app_rspamdui -* Signaler un bug : https://github.com/YunoHost-Apps/rspamdui_ynh/issues +* Site officiel de l’app : +* Dépôt de code officiel de l’app : +* Signaler un bug : ## 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. -``` + +``` bash 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 ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file diff --git a/check_process b/check_process deleted file mode 100644 index 888348f..0000000 --- a/check_process +++ /dev/null @@ -1,21 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - path="/path" - is_public=1 - ; Checks - pkg_linter=1 - setup_sub_dir=1 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - # upgrade=1 from_commit=CommitHash - backup_restore=1 - multi_instance=0 - port_already_use=0 - change_url=1 -;;; Options -Email= -Notification=none diff --git a/conf/nginx.conf b/conf/nginx.conf index efb3b7e..40e33ae 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { - proxy_pass http://localhost:11334/; + proxy_pass http://127.0.0.1:11334/; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md deleted file mode 100644 index e69de29..0000000 diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md deleted file mode 100644 index e69de29..0000000 diff --git a/manifest.json b/manifest.json index 2a9566d..bd1aa77 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "packaging_format": 1, "description": { "en": "Simple control interface for rspamd spam filtering system", - "fr": "Simple control interface for rspamd spam filtering system" + "fr": "Interface de contrôle simple pour le système de filtrage de spam rspamd" }, "version": "1.0~ynh1", "url": "https://rspamd.com/webui", diff --git a/tests.toml b/tests.toml new file mode 100644 index 0000000..5b9d11b --- /dev/null +++ b/tests.toml @@ -0,0 +1,5 @@ +test_format = 1.0 + +[default] + + preinstall = "systemctl enable rspamd --now"