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": ""
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 3.8.1"
|
||||
"yunohost": ">= 4.1.7"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php7.0-fpm",
|
||||
"php7.9-fpm",
|
||||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
|
@ -27,19 +27,11 @@
|
|||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for Tiny Tiny RSS",
|
||||
"fr": "Choisissez un domaine pour Tiny Tiny RSS"
|
||||
},
|
||||
"example": "domain.org"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for Tiny Tiny RSS",
|
||||
"fr": "Choisissez un chemin pour Tiny Tiny RSS"
|
||||
},
|
||||
"example": "/ttrss",
|
||||
"default": "/ttrss"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue