diff --git a/check_process b/check_process index 024f000..32fb117 100644 --- a/check_process +++ b/check_process @@ -3,7 +3,6 @@ domain="domain.tld" path="/path" is_public=1 - language="fr" admin="john" password="1Strong-Password" ; Checks diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 0836ef0..4f879e0 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,9 +1 @@ listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL (⩾ v9.4) database as its data store. - -### Features - -- Ut enim ad minim veniam, quis nostrud exercitation ullamco ; -- Laboris nisi ut aliquip ex ea commodo consequat ; -- Duis aute irure dolor in reprehenderit in voluptate ; -- Velit esse cillum dolore eu fugiat nulla pariatur ; -- Excepteur sint occaecat cupidatat non proident, sunt in culpa." diff --git a/manifest.json b/manifest.json index 4e86b5d..5355f71 100644 --- a/manifest.json +++ b/manifest.json @@ -4,22 +4,21 @@ "packaging_format": 1, "description": { "en": "Newsletter and mailing list manager", - "fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)" + "fr": "Manager de newsletter et mailing list" }, "version": "2.1.0~ynh1", "url": "https://listmonk.app/", "upstream": { - "license": "free", + "license": "AGPL-3.0-only", "website": "https://listmonk.app/", "demo": "https://demo.listmonk.app/", "admindoc": "https://listmonk.app/docs/", - "userdoc": "https://yunohost.org/apps", "code": "https://github.com/knadh/listmonk" }, - "license": "free", + "license": "AGPL-3.0-only", "maintainer": { - "name": "John doe", - "email": "john.doe@example.com" + "name": "", + "email": "" }, "requirements": { "yunohost": ">= 4.3.0"