Nextcloud on Nethserver 7

Use the occ command, if invoked without arguments it will return the list of available actions:

I have my install resolved.
First I tried to install Nextcloud on a clean VM in Virtualbox. This went flawless.
Then I had a look at GitHub - NethServer/nethserver-nextcloud: NextCloud integration in NethServer
I saw that the backup also included /usr/share/nextcloud/config/config.php
I remember I did not remove that file when I first installed nextcloud.

So I first de-installed nextcloud:

rpm -e nethserver-nextcloud nextcloud

Then dropped the nextcloud database:

mysql -e “drop database nextcloud”

Then removed the nextcloud directory:

rm -rf /var/lib/nethserver/nextcloud

and removed the nextcloud config:

rm /usr/share/nextcloud/config/config.php

After that installed again:

yum --enablerepo=nethserver-testing install nethserver-nextcloud

And I had a nice loginpage for nextcloud at server.domain.tld/nextcloud.
I also checked if I could log in with a Samba4 account and that worked like a charm.

Great work on the module @giacomo!

1 Like

Great work to you for the testing!

I guess we can safely release it now…of course, before releasing I will install the package on out production server :smiley:

thanks @robb I tried that now.
I do get that nice login page, but if I try to long in to my AD account, it shows that same error.

@Drake: Can you log in with the admin account and pw Nethesis,1234 ?

1 Like

I did the process one more time, and now I was able to log in with admin account.

But still not with my domain accounts

I’m still searching, but seems like it has problem accessing the ldap.
Nextcloud finds them all, but seems like nextcloud doesn’t, I’ll check my ldap settings.

Okay after I had set everything up, I had to edit the ldap login settings.
It used domain\computername$ as a login, instead of the domain account
I corrected that manually in the config, and now it works :slight_smile:

2 Likes

Looks like we have found two great testers here, thanks @Drake and @goggaboy for your help
/cc @alep @dz00te

2 Likes

Well thanks for the help in this matter.
For now I use the nethserver for:
Samba share
Active Directory member (Windows AD domain)
Nextcloud

So happy to test features :slight_smile:

I do hope samba share comes with share location soon. I can edit manually in smb config, but still.
Still wanna be able to control it from nethserver.