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

47 lines
1.4 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": {
2021-09-10 21:24:22 +02:00
"en": "Exhaustive exploration of Anarchist theory and practice",
"fr": "Exploration exhaustive de la théorie et de la pratique anarchiste"
2015-02-01 03:21:28 +01:00
},
2021-09-25 15:58:40 +02:00
"version": "15.3-3~ynh2",
2019-05-29 21:34:42 +02:00
"url": "https://salsa.debian.org/debian/anarchism/",
2021-01-31 18:15:49 +01:00
"license": "GPL-2.0-or-later",
2019-05-29 21:34:42 +02:00
"maintainer": {
"name": "kay0u",
"email": "pierre@kayou.io"
2015-02-01 03:21:28 +01:00
},
2019-05-29 21:34:42 +02:00
"requirements": {
2021-09-25 15:58:40 +02:00
"yunohost": ">= 4.2.4"
2019-05-29 21:34:42 +02:00
},
"multi_instance": true,
"services": [
"nginx"
],
2015-02-01 03:21:28 +01:00
"arguments": {
"install" : [
{
"name": "domain",
2021-09-25 15:58:40 +02:00
"type": "domain"
2015-02-01 03:21:28 +01:00
},
{
"name": "path",
2019-05-29 21:34:42 +02:00
"type": "path",
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",
2021-01-31 18:15:49 +01:00
"help": {
"en": "If enabled, Anarchism will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Anarchism sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
2019-05-29 21:34:42 +02:00
"default": true
2015-02-01 03:21:28 +01:00
}
]
}
}