1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/selfoss_ynh.git synced 2024-09-03 20:16:21 +02:00
selfoss_ynh/manifest.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2022-01-10 13:37:52 +01:00
{
"name": "Selfoss",
"id": "selfoss",
"packaging_format": 1,
"description": {
"en": "Multipurpose RSS reader, live stream, mashup, aggregation web application",
2022-01-10 13:41:55 +01:00
"fr": "Multipurpose RSS reader, live stream, mashup, aggregation web application"
2022-01-10 13:37:52 +01:00
},
2022-01-10 13:41:55 +01:00
"version": "2.18~ynh1",
2022-01-10 13:37:52 +01:00
"url": "https://selfoss.aditu.de/",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://selfoss.aditu.de/",
2022-01-10 13:41:55 +01:00
"admindoc": "https://github.com/fossar/selfoss/wiki",
"userdoc": "https://selfoss.aditu.de/",
2022-01-10 13:37:52 +01:00
"code": "https://github.com/fossar/selfoss"
},
"license": "AGPL-3.0-only",
"maintainer": {
2022-03-22 15:52:47 +01:00
"name": "",
"email": ""
2022-01-10 13:37:52 +01:00
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
2022-03-22 15:49:04 +01:00
"php7.3-fpm"
2022-01-10 13:37:52 +01:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}