how to install nextcloud 20 and integrate to zimbra

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
edisu
Advanced member
Advanced member
Posts: 71
Joined: Fri May 01, 2020 3:25 am

how to install nextcloud 20 and integrate to zimbra

Post by edisu »

Hi All,

How did you integrate nextcloud 20 on zimbra can you give the step by step or url, how to install nextcloud 20 and integrate to zimbra.

btw im using zimbra 8.8.15 opensource edition, and im using centos 7
phoenix
Ambassador
Ambassador
Posts: 27272
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Re: how to install nextcloud 20 and integrate to zimbra

Post by phoenix »

Did you try a internet search first? Try your favourite search engine for the words 'zimbra' & 'nextcloud' and read some of the articles you find.
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
edisu
Advanced member
Advanced member
Posts: 71
Joined: Fri May 01, 2020 3:25 am

Re: how to install nextcloud 20 and integrate to zimbra

Post by edisu »

phoenix wrote:Did you try a internet search first? Try your favourite search engine for the words 'zimbra' & 'nextcloud' and read some of the articles you find.
yes, i tried to install nextcloud and integrate to zimbra but nothing happens when i click open-drive
edisu
Advanced member
Advanced member
Posts: 71
Joined: Fri May 01, 2020 3:25 am

Re: how to install nextcloud 20 and integrate to zimbra

Post by edisu »

here is my error when trying to test the connection from nextcloud

[OK] Zimbra Drive app installation test : Zimbra Drive app is installed.

[OK] Enabled Zimbra's users test : Zimbra's users are enabled.

[OK] Enabled Zimbra's user login : Zimbra Drive authentication is enabled.

[OK] Is server url set test : The server url is set.

[OK] Is server port set test : The server port is set.

[OK] Zimbra host connection test : Zimbra Drive app can reach the host.

[FAILED] Zimbra authentication page connection test : Impossible to connect to Zimbra ( response http code: 0; url = http://192.168.122.160:8443 )

[FAILED] Zimbra Drive extension connection test : Impossible to connect to Zimbra Drive extension (response http code: 0 )
User avatar
Ghosto
Posts: 14
Joined: Tue Feb 19, 2019 12:45 am
Contact:

Re: how to install nextcloud 20 and integrate to zimbra

Post by Ghosto »

Try to use 19 version of nextcloud.
thefarcanalian
Posts: 1
Joined: Wed Apr 14, 2021 8:44 pm

Re: how to install nextcloud 20 and integrate to zimbra

Post by thefarcanalian »

I am stuck setting up Zimbra 8.8.12 to connect with Nextcloud 23.

I have the Zimlet installed, and Zimbradrive in Nextcloud. Well almost. It looked good until I tried a test doc and got a server fatal error. I see in the test results,

[OK] Zimbra Drive app installation test : Zimbra Drive app is installed.

[FAILED] Enabled Zimbra's users test : Zimbra's users are disabled.

[FAILED] Enabled Zimbra's user login : Zimbra Drive authentication is disabled.

[FAILED] Is server url set test : The server url is not set.

[FAILED] Is server port set test : The server port is not set.

[FAILED] Zimbra host connection test :

[FAILED] Zimbra authentication page connection test : Impossible to connect to Zimbra ( response http code: 0; url = https://: )

[FAILED] Zimbra Drive extension connection test : Impossible to connect to Zimbra Drive extension (response http code: 0 )


after commenting out

Code: Select all

'user_backends' =>
  array (
    0 =>
    array (
      'class' => 'OCA\\ZimbraDrive\\Auth\\ZimbraUsersBackend',
      'arguments' =>
      array (
      ),
    ),
  ),
the server responds again.

[FAILED] Enabled Zimbra's users test : Zimbra's users are disabled.

How do I enable that? I was following this: https://wiki.zimbra.com/wiki/Zimbra_Dri ... mbra_Drive and don't see it. What step did I miss?

Please and thanks if anyone has any suggestions.
User avatar
Rony
Posts: 45
Joined: Fri Jan 27, 2017 3:50 pm
Location: Canada-Montreal
ZCS/ZD Version: Zimbra 9.0.0_GA_4174
Contact:

Re: how to install nextcloud 20 and integrate to zimbra

Post by Rony »

Hi,

You don't show your Zimbra drive settings, it should look like the screenshot.

You need to generate the Domain Preauth Key from Zimbra server using this:

zmprov generateDomainPreAuthKey yourdomain.com

Then in /var/www/html/nextcloud/apps/zimbradrive/appinfo
Edit info.xml and extend the default versions values to include yours:

Code: Select all

<dependencies>
        <owncloud min-version="10.0" max-version="20.0"/>
        <nextcloud min-version="19.0" max-version="21.0"/>
        <meetcloud min-version="10" max-version="20"/>
    </dependencies>
Even though Zimbra drive app is not anymore being updated by the developer to include newer Nextcloud versions which is upgrading fast lately, it can still works.
Attachments
2022-02-09_17-08-39.jpg
2022-02-09_17-08-39.jpg (37.18 KiB) Viewed 5630 times
Post Reply