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-12-10 10:43:12 +01:00
|
|
|
"en": "Dynamic fork of diaspora*'s federated social network",
|
|
|
|
"fr": "Fourche dynamique du réseau social fédéré de diaspora*"
|
2021-11-10 19:58:54 +01:00
|
|
|
},
|
2021-12-29 19:43:52 +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-12-10 10:43:12 +01:00
|
|
|
"yunohost": ">= 4.3.0"
|
2021-11-10 19:58:54 +01:00
|
|
|
},
|
2021-12-10 10:43:12 +01:00
|
|
|
"multi_instance": false,
|
2021-11-10 19:58:54 +01:00
|
|
|
"services": [
|
2021-11-11 00:33:12 +01:00
|
|
|
"nginx"
|
2021-11-10 19:58:54 +01:00
|
|
|
],
|
|
|
|
"arguments": {
|
2021-12-04 23:42:54 +01:00
|
|
|
"install": [
|
2021-11-10 19:58:54 +01:00
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
2021-12-29 18:58:55 +01:00
|
|
|
{
|
2021-12-29 19:03:51 +01:00
|
|
|
"name": "username",
|
|
|
|
"type": "user"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "email",
|
2021-12-29 19:06:58 +01:00
|
|
|
"type": "email"
|
2021-12-29 19:03:51 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "password",
|
2021-12-29 19:06:58 +01:00
|
|
|
"type": "password"
|
2021-12-29 18:58:55 +01:00
|
|
|
},
|
2021-11-10 19:58:54 +01:00
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2021-12-10 10:43:12 +01:00
|
|
|
"default": true,
|
2021-11-10 19:58:54 +01:00
|
|
|
"help": {
|
2021-12-10 10:43:12 +01:00
|
|
|
"en": "For federation to work, this needs to be true. False is ok if you want to run a private instance."
|
2021-11-10 19:58:54 +01:00
|
|
|
}
|
2021-12-29 18:58:55 +01:00
|
|
|
}
|
2021-11-10 19:58:54 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|