mirror of
https://github.com/YunoHost-Apps/selfoss_ynh.git
synced 2024-09-03 20:16:21 +02:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "Selfoss",
|
|
"id": "selfoss",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Multipurpose RSS reader, live stream, mashup, aggregation web application",
|
|
"fr": "Multipurpose RSS reader, live stream, mashup, aggregation web application"
|
|
},
|
|
"version": "2.18~ynh1",
|
|
"url": "https://selfoss.aditu.de/",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-only",
|
|
"website": "https://selfoss.aditu.de/",
|
|
"admindoc": "https://github.com/fossar/selfoss/wiki",
|
|
"userdoc": "https://selfoss.aditu.de/",
|
|
"code": "https://github.com/fossar/selfoss"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|