From c79fe53e216097883f62d3cf5bf635bdad3927fb Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 8 Dec 2018 16:45:09 +0100 Subject: [PATCH] commit --- index-1.html | 68 ---------------------------------------- manifest.json | 71 +++++++++++++++++++++--------------------- temp/manifest.json | 77 ---------------------------------------------- 3 files changed, 36 insertions(+), 180 deletions(-) delete mode 100644 index-1.html delete mode 100644 temp/manifest.json diff --git a/index-1.html b/index-1.html deleted file mode 100644 index 1c6f889..0000000 --- a/index-1.html +++ /dev/null @@ -1,68 +0,0 @@ -Inconnu(e) -

Usage of this package (REMOVE THIS SECTION BEFORE RELEASE)

- -

Example app for YunoHost

-

Integration level
-Install REPLACEBYYOURAPP with YunoHost

-
-

This package allow you to install REPLACEBYYOURAPP quickly and simply on a YunoHost server.
-If you don't have YunoHost, please see here to know how to install and enjoy it.

-
-

Overview

-

Quick description of this app.

-

Shipped version: 1.0

-

Screenshots

-

-

Demo

- -

Configuration

-

How to configure this app: by an admin panel, a plain file with SSH, or any other way.

-

Documentation

- -

YunoHost specific features

-

Multi-users support

-

Are LDAP and HTTP auth supported? -Can the app be used by multiple users?

-

Supported architectures

- -

Limitations

- -

Additional information

- -

More information on the documentation page:
-https://yunohost.org/packaging_apps

- - -
-

Developers info

-

Only if you want to use a testing branch for coding, instead of merging directly into master. -Please do your pull request to the testing branch.

-

To try the testing branch, please proceed like that. -sudo yunohost app install https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing --debug -or -sudo yunohost app upgrade REPLACEBYYOURAPP -u https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing --debug

- \ No newline at end of file diff --git a/manifest.json b/manifest.json index eb310aa..ee799fa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,27 +1,24 @@ { - "name": "EmailPoubelle", - "id": "emailpoubelle", + "name": "Calibre-web", + "id": "calibreweb", "packaging_format": 1, "description": { - "en": "Create throwable email address redirected to your real one", - "fr": "Créez des adresses email jetables qui redirigent les mails vers votre adresse réelle" + "en": "Calibre-web for Yunohost", + "fr": "Calibre-web pour Yunohost." }, - "url": "https://framagit.org/kepon/emailPoubellePhp/", - "version": "2.0~ynh3", - "license": "Beerware", + "version": "1.0~ynh1", + "url": "https://github.com/janeczku/calibre-web", + "license": "free", "maintainer": { - "name": "krakinou", + "name": "Krakinou", "email": "misterl56@hotmail.com" }, - "requirements": { - "yunohost": ">= 3.0.0" + "requirements": { + "yunohost": ">= 2.7.14" }, "multi_instance": false, "services": [ - "nginx", - "mysql", - "dovecot", - "postfix" + "nginx" ], "arguments": { "install" : [ @@ -29,47 +26,51 @@ "name": "domain", "type": "domain", "ask": { - "en": "Choose a domain for emailpoubelle", - "fr": "Choisissez un domaine pour emailpoubelle" + "en": "Choose a domain name for Calibre-web", + "fr": "Choisissez un nom de domaine pour Calibre-web" }, - "example": "domain.org" + "example": "example.com" }, { "name": "path", "type": "path", "ask": { - "en": "Choose a path for emailpoubelle", - "fr": "Choisissez un chemin pour emailpoubelle" + "en": "Choose a path for Calibre-web", + "fr": "Choisissez un chemin pour Calibre-web" }, - "example": "/poubelle", - "default": "/poubelle" + "example": "/calibre", + "default": "/calibre" }, { "name": "admin", "type": "user", "ask": { - "en": "Choose an admin user for emailpoubelle", - "fr": "Choisissez un administrateur pour emailpoubelle" + "en": "Choose an admin user", + "fr": "Choisissez l’administrateur" }, - "example": "homer" + "example": "johndoe" + }, + { + "name": "is_public", + "type": "boolean", + "ask": { + "en": "Is it a public application?", + "fr": "Est-ce une application publique ?" + }, + "default": false }, { "name": "password", "type": "password", "ask": { - "en": "Enter a password to access the admin panel", - "fr": "Entrer un mot de passe pour accéder au tableau d'administration" + "en": "Set the administrator password", + "fr": "Définissez le mot de passe administrateur" }, - "example": "AveryStrongPassword" - }, - { - "name": "public_site", - "ask": { - "en": "Should this application be public ?", - "fr": "Est-ce que cette application doit être visible publiquement ?" + "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." }, - "choices": ["Yes", "No"], - "default": "No" + "example": "Choose a password" } ] } diff --git a/temp/manifest.json b/temp/manifest.json deleted file mode 100644 index ee799fa..0000000 --- a/temp/manifest.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "name": "Calibre-web", - "id": "calibreweb", - "packaging_format": 1, - "description": { - "en": "Calibre-web for Yunohost", - "fr": "Calibre-web pour Yunohost." - }, - "version": "1.0~ynh1", - "url": "https://github.com/janeczku/calibre-web", - "license": "free", - "maintainer": { - "name": "Krakinou", - "email": "misterl56@hotmail.com" - }, - "requirements": { - "yunohost": ">= 2.7.14" - }, - "multi_instance": false, - "services": [ - "nginx" - ], - "arguments": { - "install" : [ - { - "name": "domain", - "type": "domain", - "ask": { - "en": "Choose a domain name for Calibre-web", - "fr": "Choisissez un nom de domaine pour Calibre-web" - }, - "example": "example.com" - }, - { - "name": "path", - "type": "path", - "ask": { - "en": "Choose a path for Calibre-web", - "fr": "Choisissez un chemin pour Calibre-web" - }, - "example": "/calibre", - "default": "/calibre" - }, - { - "name": "admin", - "type": "user", - "ask": { - "en": "Choose an admin user", - "fr": "Choisissez l’administrateur" - }, - "example": "johndoe" - }, - { - "name": "is_public", - "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, - "default": false - }, - { - "name": "password", - "type": "password", - "ask": { - "en": "Set the administrator password", - "fr": "Définissez le mot de passe administrateur" - }, - "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." - }, - "example": "Choose a password" - } - ] - } -}