1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00
pixelfed_ynh/manifest.json
2022-11-24 12:11:19 +01:00

48 lines
1.2 KiB
JSON

{
"name": "Pixelfed",
"id": "pixelfed",
"packaging_format": 1,
"description": {
"en": "ActivityPub Federated Image Sharing",
"fr": "Logiciel de partage d'image fédéré via ActivityPub"
},
"version": "0.11.4~ynh3",
"url": "https://pixelfed.org/",
"upstream": {
"license": "AGPL-3.0-or-later",
"website": "https://pixelfed.org/",
"admindoc": "https://docs.pixelfed.org/running-pixelfed/administration.html",
"userdoc": "https://docs.pixelfed.org/",
"code": "https://github.com/pixelfed/pixelfed"
},
"license": "AGPL-3.0-or-later",
"maintainer": [
{
"name": "yalh76"
},
{
"name": "lapineige"
}
],
"requirements": {
"yunohost": ">= 11.0"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}