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

43 lines
1,002 B
JSON
Raw Normal View History

2022-03-22 11:30:59 +01:00
{
"name": "Libreddit",
"id": "libreddit",
"packaging_format": 1,
"description": {
"en": "Libre alternative to Reddit",
"fr": "Alternative libre à Reddit"
},
2023-01-30 11:20:36 +01:00
"version": "0.28.0~ynh1",
2022-03-22 11:30:59 +01:00
"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": {
2022-08-14 11:18:07 +02:00
"yunohost": ">= 11.0.9"
2022-03-22 11:30:59 +01:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
2022-05-21 08:30:03 +02:00
"install": [
2022-03-22 11:30:59 +01:00
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}