From 2fec2ac6bb0591d6c3596438b23e1d25491f025d Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 16 Dec 2022 23:52:09 +0100 Subject: [PATCH] first try --- manifest.json | 46 +++++++++------------------------------------- 1 file changed, 9 insertions(+), 37 deletions(-) diff --git a/manifest.json b/manifest.json index 1272ce4..f4e6bd5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,34 +1,27 @@ { - "name": "Example app", - "id": "example", + "name": "13ft", + "id": "13ft", "packaging_format": 1, "description": { - "en": "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)", - "fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)" + "en": "Selfhosted 12ft equivalent : bypass paywall by acting as GoogleBot", + "fr": "Un équivalent de 12ft autohébergé : contourner les paywall en vous faisant passer pour GoogleBot" }, "version": "1.0~ynh1", - "url": "https://example.com", + "url": "https://github.com/wasi-master/13ft", "upstream": { - "license": "free", - "website": "https://example.com", - "demo": "https://demo.example.com", - "admindoc": "https://yunohost.org/packaging_apps", - "userdoc": "https://yunohost.org/apps", - "code": "https://some.forge.com/example/example" + "license": "MIT", + "website": "https://github.com/wasi-master/13ft", }, "license": "free", "maintainer": { - "name": "John doe", - "email": "john.doe@example.com" + "name": "Lapineige", }, "requirements": { "yunohost": ">= 11.0.0" }, "multi_instance": true, "services": [ - "nginx", - "php7.4-fpm", - "mysql" + "nginx" ], "arguments": { "install": [ @@ -47,27 +40,6 @@ "type": "boolean", "default": true }, - { - "name": "language", - "type": "string", - "ask": { - "en": "Choose the application language", - "fr": "Choisissez la langue de l'application" - }, - "choices": ["fr", "en"], - "default": "fr" - }, - { - "name": "admin", - "type": "user" - }, - { - "name": "password", - "type": "password", - "help": { - "en": "Use the help field to add an information for the admin about this question.", - "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." - } } ] }