From 7b1fcc8de5aae8574c55f878ac02d1d4d687c265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 24 Apr 2023 19:11:21 +0200 Subject: [PATCH] fix --- check_process | 27 --------------------------- manifest.json | 51 --------------------------------------------------- 2 files changed, 78 deletions(-) delete mode 100644 check_process delete mode 100644 manifest.json diff --git a/check_process b/check_process deleted file mode 100644 index 9f8650a..0000000 --- a/check_process +++ /dev/null @@ -1,27 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - path="/path" - is_public=1 - language="fr" - admin="john" - password="1Strong-Password" - ; 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=CommitHash - backup_restore=1 - multi_instance=1 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=CommitHash - name=Name and date of the commit. - manifest_arg=domain=DOMAIN&path=PATH&is_public=1&language=fr&admin=USER&password=pass&port=666& diff --git a/manifest.json b/manifest.json deleted file mode 100644 index f8cd06e..0000000 --- a/manifest.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "Automad", - "id": "automad", - "packaging_format": 1, - "description": { - "en": "Flat-file content management system and template engine", - "fr": "Système de gestion de contenu de fichiers plats et un moteur de modèles" - }, - "version": "1.10.9~ynh3", - "url": "https://automad.org/", - "upstream": { - "license": "MIT", - "website": "https://automad.org/", - "admindoc": "https://automad.org/getting-started", - "userdoc": "https://automad.org/user-guide", - "code": "https://github.com/marcantondahmen/automad", - "cpe": "cpe:2.3:a:automad:automad" - }, - "license": "MIT", - "maintainer": { - "name": "", - "email": "" - }, - "requirements": { - "yunohost": ">= 11.0.9" - }, - "multi_instance": true, - "services": [ - "nginx", - "php8.0-fpm" - ], - "arguments": { - "install": [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "path", - "type": "path", - "example": "/automad", - "default": "/automad" - }, - { - "name": "is_public", - "type": "boolean", - "default": true - } - ] - } -} \ No newline at end of file