From 92f2fcebe2034fcf659b736d1c6f0c34b322e066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 7 Sep 2023 20:18:08 +0200 Subject: [PATCH] cleaning --- check_process | 29 ------------------- manifest.json | 78 --------------------------------------------------- 2 files changed, 107 deletions(-) delete mode 100644 check_process delete mode 100644 manifest.json diff --git a/check_process b/check_process deleted file mode 100644 index 9743ecc..0000000 --- a/check_process +++ /dev/null @@ -1,29 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - is_public=1 - etherpad_instance="https://annuel2.framapad.org" - creation_open=1 - ; Checks - pkg_linter=1 - setup_sub_dir=0 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - # 0.0.20180605~ynh2 - upgrade=1 from_commit=f6fcb8686cec30da2a7b9e5ba12d6c5b295528d8 - # 0.0.20180605~ynh3 - upgrade=1 from_commit=ce19369d877b54a9b562444ade220d8d55639edb - backup_restore=1 - multi_instance=1 - port_already_use=0 - change_url=1 -;;; Options -Email=ljf+libreto_ynh@reflexlibre.net -Notification=down -;;; Upgrade options - ; commit=f6fcb8686cec30da2a7b9e5ba12d6c5b295528d8 - name=Merge pull request #7 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 bbec101..0000000 --- a/manifest.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "name": "Libreto", - "id": "libreto", - "packaging_format": 1, - "description": { - "en": "Aggregate your pads to create a wiki", - "fr": "Agrégez vos pads pour créer un wiki" - }, - "version": "0.0.20180605~ynh5", - "url": "https://libreto.net", - "upstream": { - "license": "GPL-3.0-or-later", - "website": "https://libreto.net", - "demo": "https://libreto.net", - "code": "https://github.com/Ventricule/libreto" - }, - "license": "GPL-3.0-or-later", - "maintainer": { - "name": "ljf", - "email": "ljf+libreto_ynh@reflexlibre.net", - "url": "https://reflexlibre.net" - }, - "requirements": { - "yunohost": ">= 4.3.0" - }, - "multi_instance": true, - "services": [ - "nginx", - "php7.3-fpm" - ], - "arguments": { - "install": [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "path", - "type": "path", - "example": "/libreto", - "default": "/libreto" - }, - { - "name": "is_public", - "type": "boolean", - "help": { - "en": "If enabled, Libreto 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, Libreto sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." - }, - "default": true - }, - { - "name": "etherpad_instance", - "type": "string", - "ask": { - "en": "Choose etherpad URL Libreto should use?", - "fr": "Choisissez l'URL de l'instance etherpad que Libreto utilisera ?" - }, - "help": { - "en": "Libreto need an Etherpad instance, you should install before the package etherpad. You need a valid certificate.", - "fr": "Libreto a besoin d'une instance Etherpad, vous devriez installer le paquet Libreto avant. Vous devez avoir un certificat valide." - }, - "optional": true, - "example": "https://annuel2.framapad.org", - "default": "https://annuel2.framapad.org" - }, - { - "name": "creation_open", - "type": "boolean", - "ask": { - "en": "Is non member can create a Libreto wiki?", - "fr": "Est-ce qu'une personne sans compte YunoHost peut créer un wiki Libreto ?" - }, - "default": true - } - ] - } -}