mirror of
https://github.com/YunoHost-Apps/selfoss_ynh.git
synced 2024-09-03 20:16:21 +02:00
Delete manifest.json
This commit is contained in:
parent
24d1486481
commit
bab3d92847
1 changed files with 0 additions and 50 deletions
|
@ -1,50 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Selfoss",
|
|
||||||
"id": "selfoss",
|
|
||||||
"packaging_format": 1,
|
|
||||||
"description": {
|
|
||||||
"en": "Multipurpose RSS reader",
|
|
||||||
"fr": "Lecteur RSS polyvalent"
|
|
||||||
},
|
|
||||||
"version": "2.19~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": ">= 11.1.14"
|
|
||||||
},
|
|
||||||
"multi_instance": true,
|
|
||||||
"services": [
|
|
||||||
"nginx",
|
|
||||||
"php8.0-fpm"
|
|
||||||
],
|
|
||||||
"arguments": {
|
|
||||||
"install" : [
|
|
||||||
{
|
|
||||||
"name": "domain",
|
|
||||||
"type": "domain"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "path",
|
|
||||||
"type": "path",
|
|
||||||
"example": "/selfoss",
|
|
||||||
"default": "/selfoss"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "is_public",
|
|
||||||
"type": "boolean",
|
|
||||||
"default": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue