From ed42e3aaf13ec9d20872a88510364a38bd8c5004 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 28 May 2022 12:05:36 +0200 Subject: [PATCH] Fix --- check_process | 9 +-------- manifest.json | 9 ++++----- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/check_process b/check_process index f41c4c9..9f8650a 100644 --- a/check_process +++ b/check_process @@ -1,8 +1,3 @@ -# See here for more information -# https://github.com/YunoHost/package_check#syntax-check_process-file - -# Move this file from check_process.default to check_process when you have filled it. - ;; Test complet ; Manifest domain="domain.tld" @@ -11,7 +6,6 @@ language="fr" admin="john" password="1Strong-Password" - port="666" ; Checks pkg_linter=1 setup_sub_dir=1 @@ -20,10 +14,9 @@ setup_private=1 setup_public=1 upgrade=1 - upgrade=1 from_commit=CommitHash + #upgrade=1 from_commit=CommitHash backup_restore=1 multi_instance=1 - port_already_use=0 change_url=1 ;;; Options Email= diff --git a/manifest.json b/manifest.json index cf9a11a..8b1ccf7 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "librarian", "packaging_format": 1, "description": { - "en": "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)", - "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)" + "en": "An alternative frontend for LBRY/Odysee", + "fr": "An alternative frontend for LBRY/Odysee" }, "version": "1.0~ynh1", "url": "https://example.com", @@ -13,13 +13,12 @@ "website": "https://example.com", "demo": "https://lbry.bcow.xyz/@RetroMusic:d/1987-Rick-Astley-Never-Gonna-Give-You-Up-1920x1080:f", "admindoc": "https://yunohost.org/packaging_apps", - "userdoc": "https://yunohost.org/apps", "code": "https://codeberg.org/librarian/librarian" }, "license": "free", "maintainer": { - "name": "John doe", - "email": "john.doe@example.com" + "name": "", + "email": "" }, "requirements": { "yunohost": ">= 4.3.0"