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 43f7441554 Fix
2023-01-10 16:15:44 +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": "Sous-domaine pour l'installation de SoapboxFE, par exemple : soapbox.your-pleroma.instance.com"
}
},
{
"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
}
]
}
}