1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/acropolis_ynh.git synced 2024-09-03 18:06:22 +02:00
acropolis_ynh/manifest.json

72 lines
2 KiB
JSON
Raw Normal View History

2021-11-10 19:58:54 +01:00
{
2021-11-11 00:33:12 +01:00
"name": "Acropolis",
"id": "acropolis",
2021-11-10 19:58:54 +01:00
"packaging_format": 1,
"description": {
2021-11-11 00:33:12 +01:00
"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."
2021-11-10 19:58:54 +01:00
},
"version": "2021.12.02~ynh1",
2021-11-11 00:33:12 +01:00
"url": "https://github.com/magicstone-dev/acropolis",
2021-11-10 19:58:54 +01:00
"upstream": {
"license": "free",
2021-11-11 00:33:12 +01:00
"website": "https://magicstone.dev",
"code": "https://github.com/magicstone-dev/acropolis"
2021-11-10 19:58:54 +01:00
},
2021-11-11 00:33:12 +01:00
"license": "AGPL-3.0-or-later",
2021-11-10 19:58:54 +01:00
"maintainer": {
2021-11-11 00:33:12 +01:00
"name": "weex"
2021-11-10 19:58:54 +01:00
},
"requirements": {
2021-11-11 00:33:12 +01:00
"yunohost": ">= 4.2.0"
2021-11-10 19:58:54 +01:00
},
"multi_instance": true,
"services": [
2021-11-11 00:33:12 +01:00
"nginx"
2021-11-10 19:58:54 +01:00
],
"arguments": {
"install": [
2021-11-10 19:58:54 +01:00
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
2021-11-17 14:57:18 +01:00
"example": "/",
"default": "/"
2021-11-10 19:58:54 +01:00
},
{
"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"
],
2021-11-10 19:58:54 +01:00
"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."
}
}
]
}
}