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": {
|
2023-01-09 21:36:53 +01:00
|
|
|
"en": "Platform for social reading",
|
|
|
|
"fr": "Plateforme de lecture sociale"
|
2022-04-29 12:18:34 +02:00
|
|
|
},
|
2023-01-02 15:03:13 +01:00
|
|
|
"version": "0.5.3~ynh1",
|
2022-12-12 13:44:47 +01:00
|
|
|
"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": {
|
2023-01-09 21:36:53 +01:00
|
|
|
"yunohost": ">= 11.0.9"
|
2022-04-29 12:18:34 +02:00
|
|
|
},
|
2023-01-12 23:12:25 +01:00
|
|
|
"multi_instance": true,
|
2023-01-02 22:36:34 +01:00
|
|
|
"services": [
|
2022-04-29 12:18:34 +02:00
|
|
|
"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-29 20:42:15 +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"
|
|
|
|
},
|
2023-01-18 09:30:24 +01:00
|
|
|
"choices": ["de-de", "en-us", "es-es", "fr-fr", "it-it", "pt-pt", "zh-hans"],
|
2023-01-17 21:49:12 +01:00
|
|
|
"default": "fr-fr"
|
2022-04-29 12:18:34 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|