diff --git a/README.md b/README.md index 60cd1ab..61b8b9c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Online collaborative edition of ONLYOFFICE documents requires: A solution made easy by YunoHost is to install (1.i) and (2.i), see [section below](https://github.com/YunoHost-Apps/onlyoffice_ynh/#configuration-of-onlyoffice-server). The Nextcloud addicts may follow [this tutorial](https://github.com/YunoHost-Apps/nextcloud_ynh#configure-onlyoffice-integration) to install (1.ii) and (2.i) on one Nextcloud instance. However, performance and architecture are limited. -**Shipped version:** 7.5~ynh2 +**Shipped version:** 8.0.1~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index e4f6d31..98b1838 100644 --- a/README_eu.md +++ b/README_eu.md @@ -30,7 +30,7 @@ Online collaborative edition of ONLYOFFICE documents requires: A solution made easy by YunoHost is to install (1.i) and (2.i), see [section below](https://github.com/YunoHost-Apps/onlyoffice_ynh/#configuration-of-onlyoffice-server). The Nextcloud addicts may follow [this tutorial](https://github.com/YunoHost-Apps/nextcloud_ynh#configure-onlyoffice-integration) to install (1.ii) and (2.i) on one Nextcloud instance. However, performance and architecture are limited. -**Paketatutako bertsioa:** 7.5~ynh2 +**Paketatutako bertsioa:** 8.0.1~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index a814e23..2638340 100644 --- a/README_fr.md +++ b/README_fr.md @@ -30,7 +30,7 @@ L'édition collaborative en ligne des documents ONLYOFFICE nécessite : Une solution rendue facile par YunoHost est d'installer (1.i) et (2.i), voir [ci-dessous](https://github.com/YunoHost-Apps/onlyoffice_ynh/blob/master/README_fr.md#configuration-de-onlyoffice-server). Les utilisateurs qui aiment le tout Nextcloud peuvent suivre [ce tutoriel](https://github.com/YunoHost-Apps/nextcloud_ynh/blob/master/README_fr.md#configurer-lint%C3%A9gration-donlyoffice) pour installer le Community Document Server (1.ii) et ONLYOFFICE connector (2.i) sur une instance Nextcloud. Cependant, les performances et l'architecture sont limitées. -**Version incluse :** 7.5~ynh2 +**Version incluse :** 8.0.1~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index b89530a..bd99e84 100644 --- a/README_gl.md +++ b/README_gl.md @@ -30,7 +30,7 @@ Online collaborative edition of ONLYOFFICE documents requires: A solution made easy by YunoHost is to install (1.i) and (2.i), see [section below](https://github.com/YunoHost-Apps/onlyoffice_ynh/#configuration-of-onlyoffice-server). The Nextcloud addicts may follow [this tutorial](https://github.com/YunoHost-Apps/nextcloud_ynh#configure-onlyoffice-integration) to install (1.ii) and (2.i) on one Nextcloud instance. However, performance and architecture are limited. -**Versión proporcionada:** 7.5~ynh2 +**Versión proporcionada:** 8.0.1~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index dce2e6d..888503c 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -30,7 +30,7 @@ Online collaborative edition of ONLYOFFICE documents requires: A solution made easy by YunoHost is to install (1.i) and (2.i), see [section below](https://github.com/YunoHost-Apps/onlyoffice_ynh/#configuration-of-onlyoffice-server). The Nextcloud addicts may follow [this tutorial](https://github.com/YunoHost-Apps/nextcloud_ynh#configure-onlyoffice-integration) to install (1.ii) and (2.i) on one Nextcloud instance. However, performance and architecture are limited. -**分发版本:** 7.5~ynh2 +**分发版本:** 8.0.1~ynh1 **演示:** diff --git a/doc/ADMIN.md b/doc/ADMIN.md index e6e1a92..7942b2c 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -26,7 +26,7 @@ You should not install ONLYOFFICE on your main YunoHost domain, especially if yo * Choose a domain name for ONLYOFFICE that is different from your Nextcloud domain, e.g. `office.yunohost.domain` (or `office.domain.nohost.me`, see previous section). * Choose a path for ONLYOFFICE, e.g. `/` if you install on `office.yunohost.domain` (do not install any other app on this domain). * The domain of your Nextcloud instance, e.g. `yunohost.domain/nextcloud` or `nextcloud.yunohost.domain`. - * Is it a public application? **If you want to connect it to Nextcloud, ONLYOFFICE should be public**: then select `Yes` or `tick the box`. + * Is it a public application? **If you want to connect it to Nextcloud, ONLYOFFICE should be public**: then select `visitors``. ## How to edit ONLYOFFICE documents? diff --git a/manifest.toml b/manifest.toml index e84c4bf..d6215bf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "OnlyOffice" description.en = "Create and edit documents collaboratively" description.fr = "Créez et éditer des documents collaborativement" -version = "7.5~ynh2" +version = "8.0.1~ynh1" maintainers = [] diff --git a/scripts/_common.sh b/scripts/_common.sh index 658bd36..4de1a72 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,6 +9,10 @@ #================================================= _install_msfonts_deb() { + + # Do not replace app dependencies + YNH_INSTALL_APP_DEPENDENCIES_REPLACE="false" + # Run this here because it's less verbose for some reason ynh_exec_warn_less ynh_install_extra_app_dependencies \ --repo="deb http://deb.debian.org/debian/ $(lsb_release --codename --short) main contrib" \ @@ -29,6 +33,9 @@ _install_onlyoffice_deb() { # restart NGINX and the whole webadmin and maybe even the YunoHost command # running the install... + # Do not replace app dependencies + YNH_INSTALL_APP_DEPENDENCIES_REPLACE="false" + # Can't do that in the manifest because we need the debconf-set-selections and postgresql already configured ynh_exec_warn_less ynh_install_extra_app_dependencies \ --repo="https://download.onlyoffice.com/repo/debian squeeze main" \