From 2614d3b0c3cb734b9a5aa989ea2b0891c1080b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 5 Mar 2023 19:31:59 +0100 Subject: [PATCH] Fix --- check_process | 25 ------------------------ manifest.json | 54 --------------------------------------------------- manifest.toml | 2 +- 3 files changed, 1 insertion(+), 80 deletions(-) delete mode 100644 check_process delete mode 100644 manifest.json diff --git a/check_process b/check_process deleted file mode 100644 index 1767cc9..0000000 --- a/check_process +++ /dev/null @@ -1,25 +0,0 @@ -;; Nom du test - ; 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=c619ee29991f96e53e5dfb91ad9eb2a6003359f0 - backup_restore=1 - multi_instance=1 - port_already_use=0 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=c619ee29991f96e53e5dfb91ad9eb2a6003359f0 - name=Testing (#12) - manifest_arg=domain=DOMAIN&path=PATH&is_public=1& diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 82d7603..0000000 --- a/manifest.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "Bludit", - "id": "bludit", - "packaging_format": 1, - "description": { - "en": "Simple, Fast, Secure, Flat-File CMS", - "fr": "CMS simple, rapide, sécurisé et à fichier plat" - }, - "version": "3.14.1~ynh2", - "url": "www.bludit.com", - "upstream": { - "license": "MIT", - "website": "www.bludit.com", - "demo": "https://demo.bludit.com", - "admindoc": "https://docs.bludit.com/en/", - "code": "https://github.com/bludit/bludit" - }, - "license": "MIT", - "maintainer": { - "name": "eric_G", - "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": "/bludit", - "default": "/bludit" - }, - { - "name": "is_public", - "type": "boolean", - "help": { - "en": "If enabled, Bludit 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, Bludit sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." - }, - "default": true - } - ] - } -} diff --git a/manifest.toml b/manifest.toml index 382685d..c5f57cc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -49,4 +49,4 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.0-gd, php8.0-mbstring, php8.0-dom" + packages = "php8.0-gd php8.0-mbstring php8.0-dom"