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)
-
-- Copy this app before working on it.
-- Edit
conf/nginx.conf
file to match application prerequisites.
-- Edit
manifest.json
with application specific information.
-- Edit the
install
, upgrade
, remove
, backup
, and restore
scripts.
-- Add a
LICENSE
file for the package.
-- Edit
README.md
.
-
-Example app for 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
-
-- Official documentation: Link to the official documentation of this app
-- YunoHost documentation: If specific documentation is needed, feel free to contribute.
-
-YunoHost specific features
-Multi-users support
-Are LDAP and HTTP auth supported?
-Can the app be used by multiple users?
-Supported architectures
-
-Limitations
-
-- Any known limitations.
-
-
-
-- Other information you would add about this application
-
-More information on the documentation page:
-https://yunohost.org/packaging_apps
-Links
-
-- Report a bug: https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/issues
-- App website: Link to the official website of this app
-- YunoHost website: https://yunohost.org/
-
-
-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"
- }
- ]
- }
-}