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
Éric Gaspar 587ba92bd1 3.2.0
2023-07-09 18:49:53 +02:00

49 lines
No EOL
1.2 KiB
JSON
Executable file

{
"name": "Soapbox",
"id": "soapbox",
"packaging_format": 1,
"description": {
"en": "Alternative frontend for Pleroma",
"fr": "Interface alternative pour Pleroma"
},
"version": "3.2.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.1.21"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "backend",
"type": "domain",
"ask": {
"en": "The root domain of Pleroma instance installed",
"fr": "Le domaine racine de l'instance pleroma installée"
}
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}