2022-04-29 12:18:34 +02:00
|
|
|
{
|
2022-12-12 13:44:47 +01:00
|
|
|
"name": "BookWyrm",
|
|
|
|
"id": "bookwyrm",
|
2022-04-29 12:18:34 +02:00
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2022-12-21 17:43:10 +01:00
|
|
|
"en": "BookWyrm is a platform for social reading.",
|
|
|
|
"fr": "BookWyrm est une plateforme de lecture sociale."
|
2022-04-29 12:18:34 +02:00
|
|
|
},
|
2022-12-12 13:44:47 +01:00
|
|
|
"version": "0.5.3~ynh1",
|
|
|
|
"url": "https://github.com/bookwyrm-social/bookwyrm",
|
2022-04-29 12:18:34 +02:00
|
|
|
"upstream": {
|
2022-12-21 17:40:48 +01:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2022-12-12 13:44:47 +01:00
|
|
|
"website": "https://joinbookwyrm.com/fr/",
|
|
|
|
"demo": "https://joinbookwyrm.com/fr/",
|
|
|
|
"admindoc": "https://docs.joinbookwyrm.com/",
|
|
|
|
"code": "https://github.com/bookwyrm-social/bookwyrm"
|
2022-04-29 12:18:34 +02:00
|
|
|
},
|
2022-12-21 17:35:41 +01:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2022-04-29 12:18:34 +02:00
|
|
|
"maintainer": {
|
2022-12-21 17:08:39 +01:00
|
|
|
"name": "oufmilo"
|
2022-04-29 12:18:34 +02:00
|
|
|
},
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 4.3.0"
|
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
2022-12-12 13:44:47 +01:00
|
|
|
"postgresql"
|
2022-04-29 12:18:34 +02:00
|
|
|
],
|
|
|
|
"arguments": {
|
2022-12-12 13:44:47 +01:00
|
|
|
"install": [
|
2022-04-29 12:18:34 +02:00
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
2022-12-12 13:44:47 +01:00
|
|
|
|
2022-04-29 12:18:34 +02:00
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "language",
|
|
|
|
"type": "string",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose the application language",
|
|
|
|
"fr": "Choisissez la langue de l'application"
|
|
|
|
},
|
|
|
|
"choices": ["fr", "en"],
|
|
|
|
"default": "fr"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|