From 74980ca0f6dca899668a1db1cb9b82b72d8ec7ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 11 Mar 2023 15:13:48 +0100 Subject: [PATCH] Delete manifest.json --- manifest.json | 54 --------------------------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 manifest.json diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 9804a92..0000000 --- a/manifest.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "AllTube", - "id": "alltube", - "packaging_format": 1, - "description": { - "en": "Web interface for Youtube-dl", - "fr": "Interface Web pour Youtube-dl" - }, - "version": "3.1.0~ynh1", - "url": "http://alltubedownload.net/", - "upstream": { - "license": "GPL-3.0-only", - "website": "https://alltubedownload.net/", - "demo": "https://alltubedownload.net/", - "admindoc": "https://github.com/Rudloff/alltube/blob/master/resources/FAQ.md", - "code": "https://github.com/Rudloff/alltube" - }, - "license": "GPL-3.0-only", - "maintainer": { - "name": "plopoyop", - "email": "plopoyop@gmail.com" - }, - "requirements": { - "yunohost": ">= 11.0.9" - }, - "multi_instance": true, - "services": [ - "nginx", - "php8.0-fpm" - ], - "arguments": { - "install": [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "path", - "type": "path", - "example": "/alltube", - "default": "/alltube" - }, - { - "name": "is_public", - "type": "boolean", - "help": { - "en": "If enabled, AllTube 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, AllTube sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." - }, - "default": true - } - ] - } -}