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

53 lines
1.5 KiB
JSON
Raw Normal View History

2021-12-27 18:31:01 +01:00
{
2021-12-31 12:17:58 +01:00
"name": "SoapboxFE",
"id": "soapbox",
2021-12-27 18:31:01 +01:00
"packaging_format": 1,
"description": {
2021-12-31 12:17:58 +01:00
"en": "Alternative frontend for pleroma",
"fr": "Alternative frontend for pleroma"
2021-12-27 18:31:01 +01:00
},
2023-01-10 15:53:20 +01:00
"version": "3.0.0~ynh1",
2021-12-31 12:17:58 +01:00
"url": "https://soapbox.pub/",
2021-12-27 18:31:01 +01:00
"upstream": {
2021-12-31 12:17:58 +01:00
"license": "AGPL-3.0",
"website": "https://soapbox.pub/",
"admindoc": "https://docs.soapbox.pub/",
"code": "https://gitlab.com/soapbox-pub/soapbox-fe"
2021-12-27 18:31:01 +01:00
},
2021-12-31 12:17:58 +01:00
"license": "AGPL-3.0",
2021-12-27 18:31:01 +01:00
"maintainer": {
2021-12-31 12:17:58 +01:00
"name": ""
2021-12-27 18:31:01 +01:00
},
"requirements": {
2023-01-10 15:51:22 +01:00
"yunohost": ">= 11.0.9"
2021-12-27 18:31:01 +01:00
},
2021-12-31 12:17:58 +01:00
"multi_instance": false,
2021-12-27 18:31:01 +01:00
"services": [
2021-12-31 12:17:58 +01:00
"nginx"
2021-12-27 18:31:01 +01:00
],
"arguments": {
"install" : [
{
"name": "domain",
2021-12-31 12:17:58 +01:00
"type": "domain",
"ask": {
"en": "Subdomain for SoapboxFE installation, i.e: soapbox.your-pleroma.instance.com",
"fr": "Subdomain for SoapboxFE installation, i.e: soapbox.your-pleroma.instance.com"
}
2021-12-27 18:31:01 +01:00
},
{
2021-12-31 12:17:58 +01:00
"name": "backend",
"type": "domain",
"ask": {
"en": "The root domain of pleroma instance installed",
"fr": "The root domain of pleroma instance installed"
}
2021-12-27 18:31:01 +01:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
2021-12-31 12:17:58 +01:00
}