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
David Sterry 75c40be431
Improve install time, package linting, and simplify install arguments (#28)
* add bump_version.rb from ecko_ynh and bump the version
* change date-based version separator to dot
* add description and disclaimer (#18)
* Add libidn and description/disclaimer (#22)
* add libidn11-dev to pkg_dependencies
* Fix warnings (#20)
* add tmp/pids dir during installation (#23)
* Turn off multi-instance capability (#25)
* Fix inneffectual args and startup timeouts (#26)
* Package linting (#27)

Co-authored-by: David Sterry <davesterry@gmail.com>
Co-authored-by: Yunohost-Bot <>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2021-12-10 01:43:12 -08:00

43 lines
1.1 KiB
JSON

{
"name": "Acropolis",
"id": "acropolis",
"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*"
},
"version": "2021.12.02~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.3.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true,
"help": {
"en": "For federation to work, this needs to be true. False is ok if you want to run a private instance."
}
}
]
}
}