1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/anarchism_ynh.git synced 2024-09-03 18:05:55 +02:00
anarchism_ynh/manifest.json

56 lines
1.6 KiB
JSON
Raw Normal View History

2015-02-01 03:21:28 +01:00
{
"name": "Anarchism",
"id": "anarchism",
2019-05-29 21:34:42 +02:00
"packaging_format": 1,
2015-02-01 03:21:28 +01:00
"description": {
"en": "An exhaustive exploration of Anarchist theory and practice.",
"fr": "Exploration exhaustive de la théorie et de la pratique anarchiste."
},
2020-09-03 19:34:26 +02:00
"version": "15.3-2~ynh1",
2019-05-29 21:34:42 +02:00
"url": "https://salsa.debian.org/debian/anarchism/",
"licence": "GPL-2.0-or-later",
"maintainer": {
"name": "kay0u",
"email": "pierre@kayou.io"
2015-02-01 03:21:28 +01:00
},
2019-05-29 21:34:42 +02:00
"requirements": {
"yunohost": ">= 3.5"
},
"multi_instance": true,
"services": [
"nginx"
],
2015-02-01 03:21:28 +01:00
"arguments": {
"install" : [
{
"name": "domain",
2019-05-29 21:34:42 +02:00
"type": "domain",
2015-02-01 03:21:28 +01:00
"ask": {
2019-05-29 21:34:42 +02:00
"en": "Choose a domain name for ynhexample",
"fr": "Choisissez un nom de domaine pour ynhexample"
2015-02-01 03:21:28 +01:00
},
"example": "example.com"
},
{
"name": "path",
2019-05-29 21:34:42 +02:00
"type": "path",
2015-02-01 03:21:28 +01:00
"ask": {
2019-05-29 21:34:42 +02:00
"en": "Choose a path for ynhexample",
"fr": "Choisissez un chemin pour ynhexample"
2015-02-01 03:21:28 +01:00
},
"example": "/anarchism",
"default": "/anarchism"
},
{
"name": "is_public",
2019-05-29 21:34:42 +02:00
"type": "boolean",
2015-02-01 03:21:28 +01:00
"ask": {
2019-05-29 21:34:42 +02:00
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
2015-02-01 03:21:28 +01:00
},
2019-05-29 21:34:42 +02:00
"default": true
2015-02-01 03:21:28 +01:00
}
]
}
}