1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreddit_ynh.git synced 2024-09-03 19:36:05 +02:00
libreddit_ynh/manifest.json
2023-01-24 08:04:37 +01:00

42 lines
1,002 B
JSON

{
"name": "Libreddit",
"id": "libreddit",
"packaging_format": 1,
"description": {
"en": "Libre alternative to Reddit",
"fr": "Alternative libre à Reddit"
},
"version": "0.27.1~ynh2",
"url": "https://libreddit.spike.codes/",
"upstream": {
"license": "AGPL-3.0",
"website": "https://libreddit.spike.codes/",
"demo": "https://libreddit.spike.codes/",
"code": "https://github.com/spikecodes/libreddit"
},
"license": "AGPL-3.0",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}