diff options
| author | Jean-Baptiste Holcroft <jean-baptiste@holcroft.fr> | 2018-04-06 21:00:38 +0200 |
|---|---|---|
| committer | Jean-Baptiste Holcroft <jean-baptiste@holcroft.fr> | 2018-04-06 21:00:38 +0200 |
| commit | eab38a2058989dfcbbab5dbd19612bc4f253267d (patch) | |
| tree | 458ab22647d414ef5ea906c6882e1f1ca5cc1dfb | |
| parent | cfce1f3c1942bb52150137169ddf6be8a5dc1686 (diff) | |
| download | mastodon_ynh-eab38a2058989dfcbbab5dbd19612bc4f253267d.tar.gz mastodon_ynh-eab38a2058989dfcbbab5dbd19612bc4f253267d.tar.bz2 mastodon_ynh-eab38a2058989dfcbbab5dbd19612bc4f253267d.zip | |
Improve manifest and check_process
| -rw-r--r-- | check_process | 8 | ||||
| -rw-r--r-- | manifest.json | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/check_process b/check_process index 6952a12..273bc7a 100644 --- a/check_process +++ b/check_process @@ -4,7 +4,7 @@ domain="domain.tld" (DOMAIN) admin="john" (USER) path="/path" (PATH) - passwd="adminpassword" + passwd="():g9!co.'G{2+f/Wd\,e" ; Checks pkg_linter=1 setup_sub_dir=0 @@ -26,9 +26,9 @@ Level 1=auto Level 2=auto Level 3=auto - Level 4=na - Level 5=1 -# level 5: le test ne semble pas tout à fait savoir ce qu'est vraiment un "exit". +# Level 4: TODO: https://github.com/tootsuite/documentation/blob/master/Running-Mastodon/Enabling-LDAP-login.md + Level 4=0 + Level 5=auto Level 6=auto Level 7=auto Level 8=0 diff --git a/manifest.json b/manifest.json index 228fa4b..3c1b32b 100644 --- a/manifest.json +++ b/manifest.json @@ -3,15 +3,15 @@ "id": "mastodon", "packaging_format": 1, "requirements": { - "yunohost": ">= 2.4" + "yunohost": ">= 2.7.9" }, "description": { "en": "Mastodon is a free, open-source social network.", "fr": "Mastodon est un réseau social gratuit et open source." }, - "version": "2.2.0", + "version": "2.2.0-1", "url": "https://github.com/tootsuite/mastodon", - "license": "AGPL v3.0", + "license": "AGPL-3.0-or-later", "maintainer": { "name": "cyp, nemsia", "email": "cyp@rouquin.me, nemsia@nemsia.org" |
