Skip to content

makayabou/install-nextcloud-collabora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install-nextcloud-collabora

Local install

I installed nextcloud12 using collabora repositories for Debian 8 as explained in collaboraoffice's doc

I configured apache2 to use ssl

See /etc/apache2/sites-enabled/default-ssl.conf

See /etc/apache2/sites-enabled/nextcloud.conf

I can't access to http://localhost/nextcloud but I can access https://localhost/nextcloud, so it seems that I configured nextcloud with SSL . I'm not very sure it's well done, I don't really understand how ssl works.

I catch indeed that error in error.log of apache2: '''' [authz_core:error] [pid 16191] [client ::1:38558] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata '''

I created my autosigned certificat using:

sudo openssl req -new -x509 -days 365 -nodes -out /etc/ssl/localcerts/apache.pem -keyout /etc/ssl/localcerts/apache.key

and my answers were:

Country Name (2 letter code) [AU]:FR
State or Province Name (full name) [Some-State]:France
Locality Name (eg, city) []:Paris
Organization Name (eg, company) [Internet Widgits Pty Ltd]:
Organizational Unit Name (eg, section) []:
Common Name (e.g. server FQDN or YOUR name) []:localhost
Email Address []:

but when I want to indicate Nextcloud Collabora's addresss, it popsup *Saved with error: Collabora Online should use the same protocol as the server installation. *

See /etc/apache2/sites-enabled/collabora.conf

See /etc/apache2/sites-enabled/collabora-ssl.conf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published