From 1ba8cc9141fe1225a5fe3cf97cceb72d92fb53c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:44:38 +0100 Subject: [PATCH] Fix --- check_process | 25 ------------------------- manifest.json | 48 ------------------------------------------------ 2 files changed, 73 deletions(-) delete mode 100644 check_process delete mode 100644 manifest.json diff --git a/check_process b/check_process deleted file mode 100644 index 326d831..0000000 --- a/check_process +++ /dev/null @@ -1,25 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - path="/path" - is_public=1 - ; Checks - pkg_linter=1 - setup_sub_dir=1 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - #1.5.0~ynh3 - #upgrade=1 from_commit=5887398434a96643fba4598b6864d78f4d6505ce - backup_restore=1 - multi_instance=1 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=5887398434a96643fba4598b6864d78f4d6505ce - name=Merge pull request #5 from YunoHost-Apps/testing - 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 deleted file mode 100644 index 8d4fea0..0000000 --- a/manifest.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Shiori", - "id": "shiori", - "packaging_format": 1, - "description": { - "en": "Simple bookmark manager", - "fr": "Gestionnaire de liens simple" - }, - "version": "1.5.3~ynh6", - "url": "https://github.com/go-shiori/shiori", - "upstream": { - "license": "MIT", - "admindoc": "https://github.com/go-shiori/shiori/wiki", - "userdoc": "https://github.com/go-shiori/shiori/wiki/Usage", - "code": "https://github.com/go-shiori/shiori" - }, - "license": "MIT", - "maintainer": { - "name": "eric_G", - "email": "" - }, - "requirements": { - "yunohost": ">= 11.0.9" - }, - "multi_instance": true, - "services": [ - "nginx" - ], - "arguments": { - "install" : [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "path", - "type": "path", - "example": "/shiori", - "default": "/shiori" - }, - { - "name": "is_public", - "type": "boolean", - "default": true - } - ] - } -}