mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
84115e51b1
Add config rebuild to upgrade script
58 lines
1.5 KiB
JSON
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.0.7",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|