1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

Propagate explanations from README to manifest

This commit is contained in:
Gredin67 2020-05-01 20:43:11 +02:00 committed by GitHub
parent 0be17a160a
commit 867fcebf5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,11 @@
"en": "Choose a domain name for OnlyOffice", "en": "Choose a domain name for OnlyOffice",
"fr": "Choisissez un nom de domaine pour OnlyOffice" "fr": "Choisissez un nom de domaine pour OnlyOffice"
}, },
"example": "example.com" "example": "office.yunohost.domain",
"help": {
"en": "You should not install OnlyOffice on your main YunoHost domain, especially if you want to use it with a nextcloud installed on the same domain.",
"fr": "Evitez d'installer OnlyOffice sur votre domaine Yunohost principal, surtout si vous voulez l'utiliser avec une instance Nextcloud installée sur le même domaine."
},
}, },
{ {
"name": "path", "name": "path",
@ -38,31 +42,38 @@
"en": "Choose a path for OnlyOffice", "en": "Choose a path for OnlyOffice",
"fr": "Choisissez un chemin pour OnlyOffice" "fr": "Choisissez un chemin pour OnlyOffice"
}, },
"example": "/onlyoffice", "example": "/onlyoffice or /",
"default": "/onlyoffice" "help": {
"en": "If you chose a subdomain, e.g. office.yunohost.domain, then you can choose root path /.",
"fr": "Si vous avez choisi un sous-domaine, ex. office.yunohost.domain, alors vous pouvez installer sur le chemin racine /."
},
}, },
{ {
"name": "nextclouddomain", "name": "nextclouddomain",
"type": "string", "type": "string",
"ask": { "ask": {
"en": "The domain of your Nextcloud instance", "en": "The domain of the Nextcloud to connect to OnlyOffice",
"fr": "Le domain de votre instance Nextcloud" "fr": "Le domaine du Nextcloud à connecter à OnlyOffice"
}, },
"example": "example.com", "example": "yunohost.domain/nextcloud or nextcloud.yunohost.domain",
"default": "example.com" "help": {
"en": "Install the OnlyOffice connector to edit documents from Nextcloud.",
"fr": "Installez le connecteur OnlyOffice pour éditer des documents dans Nextcloud."
},
"default": "yunohost.domain/nextcloud"
}, },
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Is it a public application? Check the box if you want to use it with Nextcloud.", "en": "Is it a public application? If you want to connect the app to Nextcloud: check/true!",
"fr": "Est-ce une application publique ? Cocher la case si vous voulez l'intégrer dans Nextcloud." "fr": "Est-ce une application publique ? Si vous voulez connecter l'app à Nextcloud : cochez/true!"
}, },
"default": true,
"help": { "help": {
"en": "You will only be able to integrate OnlyOffice in Nextcloud if both apps are public.", "en": "You will only be able to connect OnlyOffice to Nextcloud if both apps are public!",
"fr": "Nextcloud et OnlyOffice doivent être des applications publiques si vous voulez les intégrer." "fr": "Nextcloud et OnlyOffice doivent être des applications publiques si vous voulez les connecter!"
} },
"default": true
} }
] ]
} }