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

56 lines
1.4 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": {
"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": {
"yunohost": ">= 4.3.0"
2021-11-10 19:58:54 +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": {
"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",
"default": true,
2021-11-10 19:58:54 +01:00
"help": {
"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
]
}
}