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
2023-01-10 15:55:30 +01:00

53 lines
No EOL
1.5 KiB
JSON
Executable file

{
"name": "SoapboxFE",
"id": "soapbox",
"packaging_format": 1,
"description": {
"en": "Alternative frontend for Pleroma",
"fr": "Interface alternative pour Pleroma"
},
"version": "3.0.0~ynh1",
"url": "https://soapbox.pub/",
"upstream": {
"license": "AGPL-3.0",
"website": "https://soapbox.pub/",
"admindoc": "https://docs.soapbox.pub/",
"code": "https://gitlab.com/soapbox-pub/soapbox-fe"
},
"license": "AGPL-3.0",
"maintainer": {
"name": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"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"
}
},
{
"name": "backend",
"type": "domain",
"ask": {
"en": "The root domain of Pleroma instance installed",
"fr": "The root domain of pleroma instance installed"
}
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}