mirror of
https://github.com/YunoHost-Apps/framaforms_ynh.git
synced 2024-09-03 18:36:12 +02:00
packaging_v2
This commit is contained in:
parent
834ba21a4c
commit
7ca2b6a064
1 changed files with 0 additions and 98 deletions
|
@ -1,98 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Framaforms",
|
|
||||||
"id": "framaforms",
|
|
||||||
"packaging_format": 1,
|
|
||||||
"description": {
|
|
||||||
"en": "Create online webforms and surveys",
|
|
||||||
"fr": "Créez des formulaires et questionnaires en ligne"
|
|
||||||
},
|
|
||||||
"version": "1.1~ynh1",
|
|
||||||
"url": "https://yakforms.org",
|
|
||||||
"upstream": {
|
|
||||||
"license": "GPL-2.0-only",
|
|
||||||
"website": "https://yakforms.org",
|
|
||||||
"code": "https://framagit.org/yakforms/yakforms"
|
|
||||||
},
|
|
||||||
"license": "GPL-2.0-only",
|
|
||||||
"maintainer": {
|
|
||||||
"name": "ljf",
|
|
||||||
"email": "ljf+framaforms_ynh@reflexlibre.net",
|
|
||||||
"url": "https://reflexlibre.net"
|
|
||||||
},
|
|
||||||
"requirements": {
|
|
||||||
"yunohost": ">= 4.3.0"
|
|
||||||
},
|
|
||||||
"multi_instance": true,
|
|
||||||
"services": [
|
|
||||||
"nginx",
|
|
||||||
"php7.3-fpm",
|
|
||||||
"mysql"
|
|
||||||
],
|
|
||||||
"arguments": {
|
|
||||||
"install": [
|
|
||||||
{
|
|
||||||
"name": "domain",
|
|
||||||
"type": "domain"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "path",
|
|
||||||
"type": "path",
|
|
||||||
"example": "/poll",
|
|
||||||
"default": "/poll"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "is_public",
|
|
||||||
"type": "boolean",
|
|
||||||
"help": {
|
|
||||||
"en": "If no, only person with an account on your server will be able to create forms. In all cases, visitors will be able to reply to form.",
|
|
||||||
"fr": "Si non, seule la personne disposant d'un compte sur votre serveur pourra créer des formulaires. Dans tous les cas, les visiteurs pourront répondre au formulaire."
|
|
||||||
},
|
|
||||||
"default": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "language",
|
|
||||||
"type": "string",
|
|
||||||
"ask": {
|
|
||||||
"en": "Choose the application language",
|
|
||||||
"fr": "Choisissez la langue de l'application"
|
|
||||||
},
|
|
||||||
"choices": ["de", "en", "es", "fr", "it", "pt"],
|
|
||||||
"default": "en"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "admin",
|
|
||||||
"type": "user"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "password",
|
|
||||||
"type": "password"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "expiration",
|
|
||||||
"type": "string",
|
|
||||||
"ask": {
|
|
||||||
"en": "After how many weeks do the forms expire?",
|
|
||||||
"fr": "Après combien de semaines les formulaires expirent-ils ?"
|
|
||||||
},
|
|
||||||
"help": {
|
|
||||||
"en": "Set 0 to disable expiration",
|
|
||||||
"fr": "Mettre 0 pour désactiver l'expiration"
|
|
||||||
},
|
|
||||||
"default": "0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "deletion",
|
|
||||||
"type": "string",
|
|
||||||
"ask": {
|
|
||||||
"en": "After how many weeks is the forms deleted?",
|
|
||||||
"fr": "Après combien de semaines les formulaires sont-ils supprimés ?"
|
|
||||||
},
|
|
||||||
"help": {
|
|
||||||
"en": "Set 0 to disable deletion",
|
|
||||||
"fr": "Mettre 0 pour désactiver la suppression"
|
|
||||||
},
|
|
||||||
"default": "0"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue