From 3aba2b5b3ef3fa753ab26a6ac389686ccc93cf58 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 3 Apr 2020 14:35:16 +0000 Subject: [PATCH] [enh] check_process and manifest --- check_process | 37 ++++++++++++++++++------------------- manifest.json | 8 +++----- 2 files changed, 21 insertions(+), 24 deletions(-) diff --git a/check_process b/check_process index 0cbeae3..0824ed8 100644 --- a/check_process +++ b/check_process @@ -1,4 +1,4 @@ -# See here for more informations +# 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. @@ -6,37 +6,36 @@ ;; Test complet ; Manifest domain="domain.tld" (DOMAIN) - path="/" (PATH) + path="/path" (PATH) + admin="john" (USER) + language="fr" is_public=1 (PUBLIC|public=1|private=0) -# password="pass" -# nextclouddomain="domain.tld" - port="9980" (PORT) + password="pass" + port="666" (PORT) ; Checks pkg_linter=1 - setup_sub_dir=0 + setup_sub_dir=1 setup_root=1 setup_nourl=0 - setup_private=0 + setup_private=1 setup_public=1 upgrade=1 + upgrade=1 from_commit=5c500c8ff7ef4b1e61c7c3175e3a61c2cbbbd01d backup_restore=1 multi_instance=1 - incorrect_path=1 + # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. + # incorrect_path=1 port_already_use=0 change_url=0 ;;; Levels - Level 1=auto - Level 2=auto - Level 3=auto -# Level 4: - Level 4=1 (This app supports the Nextcloud LDAP auth) -# Level 5: + # If the level 5 (Package linter) is forced to 1. Please add justifications here. Level 5=auto - Level 6=auto - Level 7=auto - Level 8=0 - Level 9=0 - Level 10=0 ;;; Options Email= Notification=none +;;; Upgrade options + ; commit=5c500c8ff7ef4b1e61c7c3175e3a61c2cbbbd01d + name=2020-17-01 + manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& + + diff --git a/manifest.json b/manifest.json index 2eabd78..83fe71a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "jellyfin", "packaging_format": 1, "description": { - "en": "Jellyfin package for YunoHost.", - "fr": "Jellyfin pour YunoHost." + "en": "Your movies, TV shows, music, pictures in the same media system.", + "fr": "Vos films, séries, musiques, photographie dans le même système multimédia." }, "version": "10.4.3", "url": "https://github.com/jellyfin/jellyfin", @@ -18,9 +18,7 @@ }, "multi_instance": false, "services": [ - "nginx", - "php5-fpm", - "mysql" + "nginx" ], "arguments": { "install": [{