mirror of
https://github.com/YunoHost-Apps/acropolis_ynh.git
synced 2024-09-03 18:06:22 +02:00
68 lines
2 KiB
JSON
68 lines
2 KiB
JSON
{
|
|
"name": "Acropolis",
|
|
"id": "acropolis",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Dynamic fork of diaspora*'s federated social network, est. Aug 2021.",
|
|
"fr": "Fourche dynamique du réseau social fédéré de diaspora*, créé en août 2021."
|
|
},
|
|
"version": "1.0~ynh1",
|
|
"url": "https://github.com/magicstone-dev/acropolis",
|
|
"upstream": {
|
|
"license": "free",
|
|
"website": "https://magicstone.dev",
|
|
"code": "https://github.com/magicstone-dev/acropolis"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "weex"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/",
|
|
"default": "/"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the application language",
|
|
"fr": "Choisissez la langue de l'application"
|
|
},
|
|
"choices": ["fr", "en"],
|
|
"default": "fr"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password",
|
|
"help": {
|
|
"en": "Use the help field to add an information for the admin about this question.",
|
|
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|