mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
Update manifest.json
This commit is contained in:
parent
9d020366d0
commit
a930638266
1 changed files with 2 additions and 10 deletions
|
@ -14,12 +14,12 @@
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 3.8.1"
|
"yunohost": ">= 4.1.7"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php7.0-fpm",
|
"php7.9-fpm",
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
|
@ -27,19 +27,11 @@
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a domain for Tiny Tiny RSS",
|
|
||||||
"fr": "Choisissez un domaine pour Tiny Tiny RSS"
|
|
||||||
},
|
|
||||||
"example": "domain.org"
|
"example": "domain.org"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a path for Tiny Tiny RSS",
|
|
||||||
"fr": "Choisissez un chemin pour Tiny Tiny RSS"
|
|
||||||
},
|
|
||||||
"example": "/ttrss",
|
"example": "/ttrss",
|
||||||
"default": "/ttrss"
|
"default": "/ttrss"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue