1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00
fittrackee_ynh/manifest.json
2022-12-21 17:43:10 +01:00

58 lines
1.5 KiB
JSON

{
"name": "BookWyrm",
"id": "bookwyrm",
"packaging_format": 1,
"description": {
"en": "BookWyrm is a platform for social reading.",
"fr": "BookWyrm est une plateforme de lecture sociale."
},
"version": "0.5.3~ynh1",
"url": "https://github.com/bookwyrm-social/bookwyrm",
"upstream": {
"license": "AGPL-3.0-or-later",
"website": "https://joinbookwyrm.com/fr/",
"demo": "https://joinbookwyrm.com/fr/",
"admindoc": "https://docs.joinbookwyrm.com/",
"code": "https://github.com/bookwyrm-social/bookwyrm"
},
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "oufmilo"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"postgresql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"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"
}
]
}
}