diff --git a/check_process b/check_process deleted file mode 100644 index 88f8583..0000000 --- a/check_process +++ /dev/null @@ -1,20 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - is_public=1 - ; Checks - pkg_linter=1 - setup_sub_dir=0 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - # 0.7~ynh1 - upgrade=1 from_commit=bb833bf6d91735f09c9f5f362f38636e86be5337 - backup_restore=1 - multi_instance=0 - change_url=1 -;;; Options -Email= -Notification=none diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 7a5fc56..0000000 --- a/manifest.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Dispatch", - "id": "dispatch", - "packaging_format": 1, - "description": { - "en": "Web-based IRC graphical client", - "fr": "Client graphique IRC" - }, - "version": "0.7~ynh4", - "url": "https://github.com/khlieng/dispatch", - "upstream": { - "license": "AGPL-3.0-only", - "demo": "https://dispatch.khlieng.com/", - "code": "https://github.com/khlieng/dispatch" - }, - "license": "AGPL-3.0-only", - "maintainer": { - "name": "eric_G" - }, - "requirements": { - "yunohost": ">= 11.0.9" - }, - "multi_instance": false, - "services": [ - "nginx" - ], - "arguments": { - "install": [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "is_public", - "type": "boolean", - "help": { - "en": "If enabled, Dispatch 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, Dispatch sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." - }, - "default": true - } - ] - } -}