mirror of
https://github.com/YunoHost-Apps/listmonk_ynh.git
synced 2024-09-03 19:36:15 +02:00
Cleaning up
This commit is contained in:
parent
07ea3d9449
commit
c510cd7f9d
3 changed files with 5 additions and 15 deletions
|
@ -3,7 +3,6 @@
|
|||
domain="domain.tld"
|
||||
path="/path"
|
||||
is_public=1
|
||||
language="fr"
|
||||
admin="john"
|
||||
password="1Strong-Password"
|
||||
; Checks
|
||||
|
|
|
@ -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."
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue