1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/manifest.json

59 lines
1.5 KiB
JSON
Raw Normal View History

{
"packaging_format": 1,
"id": "hubzilla",
"name": "Hubzilla",
"description": {
2020-11-13 11:25:58 +01:00
"en": "Decentralized publication platform and social network.",
"fr": "Plateforme de publication décentralisée et un réseau social."
},
2023-01-14 07:08:53 +01:00
"version": "8.0~ynh1",
"url": "https://zotlabs.org/page/hubzilla/hubzilla-project",
2021-06-22 17:26:01 +02:00
"upstream": {
"license": "MIT",
"website": "https://zotlabs.org/page/hubzilla/hubzilla-project",
"code": "https://framagit.org/hubzilla/core"
},
"license": "MIT",
"maintainer": {
2020-11-28 06:56:59 +01:00
"name": "Anmol Sharma"
},
"previous_maintainers": {
"name": "Andrew Manning",
"email": "andrew@reticu.li"
2022-07-13 17:22:05 +02:00
},
"requirements": {
2022-08-18 21:53:32 +02:00
"yunohost": ">= 11.0.9"
2022-07-13 17:22:05 +02:00
},
"multi_instance": true,
2022-07-13 17:22:05 +02:00
"services": [
"nginx",
2022-08-18 21:53:32 +02:00
"php8.0-fpm",
2022-07-13 17:22:05 +02:00
"mysql"
],
"arguments": {
2022-07-13 17:22:05 +02:00
"install": [
{
"name": "domain",
2021-06-11 15:21:28 +02:00
"type": "domain"
},
{
"name": "admin",
2021-06-11 15:21:28 +02:00
"type": "user"
},
{
"name": "database",
2020-10-14 04:39:13 +02:00
"type": "string",
"ask": {
2022-07-13 17:22:05 +02:00
"en": "Choose the database to be used for the Hubzilla]",
"fr": "Choisissez la database de Hubzilla"
},
2022-10-18 00:27:49 +02:00
"choices": [
"mysql",
"postgresql"
],
2022-07-13 17:22:05 +02:00
"default": "mysql"
2021-06-06 23:42:54 +02:00
}
]
}
}