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-31 13:04:04 +01:00
|
|
|
"version": "0.28.1~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
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|