From a7cf75af701a975282bfea81f93a3347f3db61fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 2 Nov 2023 19:08:14 +0100 Subject: [PATCH] fix --- check_process | 24 ----------------------- manifest.json | 53 --------------------------------------------------- 2 files changed, 77 deletions(-) delete mode 100644 check_process delete mode 100644 manifest.json diff --git a/check_process b/check_process deleted file mode 100644 index 63badee..0000000 --- a/check_process +++ /dev/null @@ -1,24 +0,0 @@ -;; Full test on Keeweb - ; 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 - upgrade=1 from_commit=6ec03114172c5de3291059756a38d57c63ffb4f2 - backup_restore=1 - multi_instance=1 - change_url=1 -;;; Options -Email= -Notification=down -;;; Upgrade options - ; commit=6ec03114172c5de3291059756a38d57c63ffb4f2 - name=Merge pull request #17 from YunoHost-Apps/testing - manifest_arg=domain=DOMAIN&path=PATH&is_public=1 diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 6db04b6..0000000 --- a/manifest.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "Keeweb", - "id": "keeweb", - "packaging_format": 1, - "description": { - "en": "Password manager compatible with KeePass", - "fr": "Gestionnaire de mots de passe compatible avec KeePass" - }, - "version": "1.18.8~ynh1", - "url": "https://keeweb.info/", - "upstream": { - "license": "MIT", - "website": "https://keeweb.info/", - "demo": "https://app.keeweb.info/", - "admindoc": "https://github.com/keeweb/keeweb/wiki", - "code": "https://github.com/keeweb/keeweb" - }, - "license": "MIT", - "maintainer": { - "name": "kay0u", - "email": "pierre@kayou.io" - }, - "requirements": { - "yunohost": ">= 4.3.0" - }, - "multi_instance": true, - "services": [ - "nginx" - ], - "arguments": { - "install" : [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "path", - "type": "path", - "example": "/keeweb", - "default": "/keeweb" - }, - { - "name": "is_public", - "type": "boolean", - "help": { - "en": "If enabled, KeeWeb will be accessible by people who do not have an account. This can be changed later via the webadmin.", - "fr": "Si cette case est cochée, KeeWeb sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." - }, - "default": false - } - ] - } -}