diff --git a/manifest.json b/manifest.json index 9ac1999..390839f 100644 --- a/manifest.json +++ b/manifest.json @@ -29,7 +29,11 @@ "en": "Choose a domain name for 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", @@ -38,31 +42,38 @@ "en": "Choose a path for OnlyOffice", "fr": "Choisissez un chemin pour OnlyOffice" }, - "example": "/onlyoffice", - "default": "/onlyoffice" + "example": "/onlyoffice or /", + "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", "type": "string", "ask": { - "en": "The domain of your Nextcloud instance", - "fr": "Le domain de votre instance Nextcloud" + "en": "The domain of the Nextcloud to connect to OnlyOffice", + "fr": "Le domaine du Nextcloud à connecter à OnlyOffice" }, - "example": "example.com", - "default": "example.com" + "example": "yunohost.domain/nextcloud or nextcloud.yunohost.domain", + "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", "type": "boolean", "ask": { - "en": "Is it a public application? Check the box if you want to use it with Nextcloud.", - "fr": "Est-ce une application publique ? Cocher la case si vous voulez l'intégrer dans Nextcloud." + "en": "Is it a public application? If you want to connect the app to Nextcloud: check/true!", + "fr": "Est-ce une application publique ? Si vous voulez connecter l'app à Nextcloud : cochez/true!" }, - "default": true, "help": { - "en": "You will only be able to integrate OnlyOffice in Nextcloud if both apps are public.", - "fr": "Nextcloud et OnlyOffice doivent être des applications publiques si vous voulez les intégrer." - } + "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 connecter!" + }, + "default": true } ] }