Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.
Commentaire: Published by Scroll Versions from space DA and version BM-3.5

...

Sv translation
languageen

Introduction

BlueMind 3.5.7 introduces the possibility to connect to an external drive, starting with Nextcloud.

Users are now able to use their Nextcloud personal space to manage the files they send via BlueMind mail and enjoy the advantages of their drive: file structure, moving, deleting, security, synchronization with other apps, etc.

Tool handling for administrators is improved: easier, more detailed disk space management, user-specific management, centralized data, security and back-up monitoring.

Versions supportées

Supported versions

BlueMind supporte les versions 11 et supérieures de Nextcloud.
Les fichiers indiqués dans ce guide pour la version 12 sont compatibles avec les versions suivantessupports Nextcloud version 11 and above.

Volet

On this page:

Sommaire

Related:

Fichiers volumineux et detachement des pieces jointes

Pre-requisites

Installing Nextcloud

Nextcloud must be installed and functionningoperational.

Remarque

Nextcloud is an independent product with no ties to BlueMind. For more information on getting and installing it and how it works, please go to https://Nextcloud.com/

Avertissement
Lorsque Nextcloud est exécuté dans

When Nextcloud is running in Apache + PHP-FPM,

Nextcloud n'est pas capable de récupérer le contenu du fichier. Le fichier uploadé fait alors 0 octets sans que l'erreur ne soit remontée a BlueMind ni n'apparaisse dans les logs.

it is not capable of retrieving the file's contents. The uploaded file therefore weighs 0 bytes and no error is reported to BlueMind or shown in logs.

About this Apache bug

Référence du bug Apache

: https://bz.apache.org/bugzilla/show_bug.cgi?id=57087

Le

The BlueMind plugin

BlueMind pour Nextcloud ne fonctionnera donc pas si Nextcloud est déployé dans un

for Nextcloud will therefore not work if Nextcloud is deployed in a PHP-FPM

derrière Apache, il faut utiliser

on Apache. You must use mod_php

ou

or Nginx+PHP-FPM.

Désinstallation du dépôt de document BlueMind

Uninstalling BlueMind document storage

À partir de From BlueMind 3.5.9, Nextcloud peut être utilisé :can be used:

    1. alongside with BlueMind's internal storage: if the user doesn't fill in a Nextcloud login ID, BlueMind will be used.
      To do this, install the files as shown in the section below.
    2. instead of BlueMind's internal storage: if the user doesn't fill in a BlueMind login ID, they will not have access to the linked attachments feature.
      To do this, uninstall the BlueMind file hosting package

  1. en cohabitation avec le dépôt interne à BlueMind : si l'utilisateur ne renseigne pas d'identifiant de connexion à Nextcloud c'est BlueMind qui sera utilisé.
    Pour cela, procéder à l'installation telle que décrite au chapitre suivant.
  2. en remplacement du dépôt interne à BlueMind : si l'utilisateur ne renseigne pas d'identifiant de connexion à BlueMind, il n'aura pas accès à la fonctionnalité de détachement des pièces jointes.
    Pour cela, désinstaller le paquet dédié au filhosting BlueMind
    1. :


Bloc de code
aptitude remove bm-plugin-core-filehosting-filesystem
bmctl restart
Astuce

Le redémarrage de BlueMind est nécessaire à la prise en compte de la désinstallation mais il peut être différé, vous pouvez procéder à l'installation ci-dessous et redémarrer plus tard.

BlueMind has to be restarted for uninstallation to be complete but it doesn't have to be done immediately. You can install Nexcloud as shown below and restart later.

Then proceed to the installation as described in the next section

Puis procéder à l'installation telle que décrite au chapitre suivant

.

Installation

Remarque
titleBlueMind 3.5.7, 3.5.8 et and 3.5.8-*

pour les versions antérieures à la version For versions earlier than 3.5.9, Nextcloud peut uniquement être utilisé en remplacement du dépôt interne à BlueMind. Il est donc nécessaire pour ces versions de désinstaller le paquet dédié can only be used as a replacement for BlueMind's internal storage. For these versions, you must therefore uninstall the dedicated package:

Bloc de code
aptitude remove bm-plugin-core-filehosting-filesystem
  • Download and extract the archive in the BlueMind marketplace
  • Get the jar files contained:
    • in the net.bluemind.filehosting.nextcloud directory folder
    • in the net.bluemind.filehosting.nextcloud* directory   folder for your version of Nextcloud 
  • Note: The folders provided for version 12 are compatible with all subsequent versions.
  • Place these 2 files on the server in the directory /usr/share/bm-core/extensions/

  • Delete the directory /var/lib/bm-core
  • Restart the bm-core service:

    Bloc de code
    service bm-core restart
  • Place the file net.bluemind.ui.adminconsole.nextcloud.settings-*.jar on the server in the directory /usr/share/bm-webserver/extensions
  • Delete the directory /var/lib/bm-webserver
  • Restart the webserver :

    Bloc de code
    service bm-webserver restart

Configuration

For all domains

Only the platform administrator is able to connect BlueMind to Nextcloud for all domains:

  • log into the admin console as admin0
  • go to System Management > System Configuration > Nextcloud tab
  • enter the Nextcloud WebDAV base database's url:

For a specific domain

Anyone with the "Domain Administrator" role for a specific domain can configure BlueMind to connect to Nextcloud for this domain.

  • connect to the admin console as domain administrator
  • go to System Management > Manage Domain > select the domain > Nextcloud tab
  • enter the Nextcloud WebDAV base database's url:

Connecting

a

user

account

accounts

Once Nextcloud has been properly installed and configured, users can connect their Nextcloud account to their BlueMind account.

To find out more about how to proceed and how to use this feature, please go to the BlueMind User's Guide page Fichiers volumineux et detachement des pieces jointes