1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

Bump yunohost requirement to 4.1, remove unecessary ask strings

This commit is contained in:
Alexandre Aubin 2021-06-06 19:44:30 +02:00 committed by GitHub
parent f3adb527d5
commit 839e43c6b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
"name": ""
},
"requirements": {
"yunohost": ">= 4.0.0"
"yunohost": ">= 4.1.0"
},
"multi_instance": true,
"services": [
@ -26,18 +26,14 @@
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for your ZAP hub. ZAP must run in the root of this domain. It means no other app can be accessed/run from this domain. We advise to use a dedicated subdomain such as zap.domain.tld",
"fr": "Indiquez un domain pour ZAP. ZAP doit être installé à la racine du domaine. Cela implique qu'aucune autre app ne pourra être installée ou accessible sur ce domain. Nous conseillons un sous-domaine dédié par exemple zap.domain.tld."
"help": {
"en": "ZAP must run in the root of this domain. It means no other app can be accessed/run from this domain. We advise to use a dedicated subdomain such as zap.domain.tld",
"fr": "ZAP doit être installé à la racine du domaine. Cela implique qu'aucune autre app ne pourra être installée ou accessible sur ce domain. Nous conseillons un sous-domaine dédié par exemple zap.domain.tld."
}
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the ZAP administrator (must be an existing YunoHost user)",
"fr": "Choisissez l'administrateur de ZAP (doit être un utilisateur YunoHost existant)"
}
"type": "user"
},
{
"name": "database",