Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Linuxserver.io - Nextcloud

Featured Replies

On 2018-02-11 at 8:33 PM, CHBMB said:

 

As much as you can post.  config.php nextcloud file as starters.

 

Basically any file that you edit during the setup and the mariadb docker logs

Hello!

So I found this errors in the nextcloud log. The MariaDB log did not show anything interesting.

error.PNG

mariadb.PNG

custom.cnf

Edited by Prokie

  • Replies 7.1k
  • Views 1.7m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Here's my list of instructions....    Use them at your own risk.....   If upgrading to v12 please see here:   ##Turn on maintenance mode docker exec -it nextcloud occ m

  • When i did enter the docker container with ssh and did run the following command the error message was gone   sudo -u abc php /config/www/nextcloud/occ db:add-missing-indices   Onl

  • gustomucho
    gustomucho

    After tinkering with this for a while, it seems the solution is much simpler than I thought. For some reason, the only step required is to modify the config.php file. No need to install ffmp

Posted Images

8 hours ago, Prokie said:

Hello!

So I found this errors in the nextcloud log. The MariaDB log did not show anything interesting.

error.PNG

mariadb.PNG

custom.cnf

 

Any luck finding a solution? I've got the HTTP 500 error as well.

So far, all I can give you is this:

Quote

500 Internal Server Error = A generic error message, given when an unexpected condition was encountered and no more specific message is suitable

 

So having the "same error" means nothing, unless people start posting some config files as requested there's nothing anyone can do to help.

17 hours ago, Sturluson said:

 

Based on the post time, I think Snipe3000 and I had this issue at about exactly the same time - finally gave up and went to bed. My Nextcloud log looks identical. I didn't check the nginx logs, but I did take a look in the Unraid filesystem and the /appdata/nextcloud/config folder never got created. This is also a brand new install, for whatever that's worth.

I think the repo was updated. I tried it again today and it installed properly.

Does anyone know if Nextcloud can be used to access the shares? Thats really what I want to use it for.

I think the repo was updated. I tried it again today and it installed properly.
Does anyone know if Nextcloud can be used to access the shares? Thats really what I want to use it for.
Yes, use the external devices plugin from Nextcloud

Sent from my LG-H815 using Tapatalk

3 hours ago, CHBMB said:

So far, all I can give you is this:

 

 

So having the "same error" means nothing, unless people start posting some config files as requested there's nothing anyone can do to help.

 

Turns out it was actually a problem with the mariadb container. I think the database got corrupted with an unclean shutdown of the container. Restored from backup and all is well again including upgrade to v13.0 withing GUI.

57 minutes ago, CHBMB said:

Yes, use the external devices plugin from Nextcloud

Sent from my LG-H815 using Tapatalk
 

Worked like a charm. Thanks.

7 hours ago, Prokie said:

Here is the config.php @CHBMB

config.php

 

Follow the guide on the first post.  I can see that isn't the way you have installed it so far.

20 minutes ago, CHBMB said:

 

Follow the guide on the first post.  I can see that isn't the way you have installed it so far.

I did follow the guide, and I can not see where i went wrong?

Just now, Prokie said:

I did follow the guide, and I can not see where i went wrong?

 

Well you haven't edited config.php like the guide says.

3 minutes ago, CHBMB said:

 

Well you haven't edited config.php like the guide says.

Oh sorry I never scrolled all the way down since I never got to that part. I will download letsencrypt and try to get it working thanks :)

Hi

Tonight I installed and configured nextcloud with duckdns and everything works almost perfectly

Here my 3 issues : 

I spent the last 2 hours to read about these problems on forums but no solutions help.

 

Can someone help me ?

Thanks !

 

Edited by deadnote

Hi
Tonight I installed and configured nextcloud with duckdns and everything works almost perfectly
Here my 3 issues : 
I spent the last 2 hours to read about these problems on forums but no solutions help.
 
Can someone help me ?
Thanks !
 
Probably because the URL is wrong for the Windows version. Also I don't recommend using a subfolder setup.

Sent from my LG-H815 using Tapatalk

Would you expect there to be a problem accessing a Nextcloud docker from a windows VM also running on the same host but on a different VLAN and subnet?

 

I have latest NextCloud docker on unRAID 6.3.5. I have changed the access port from 443 to 4437 in the docker config. I have not added any certificates to Nextcloud. I have not tried to add any VLANs to the docker.

 

https://tower:4437 works fine from PCs on the same subnet as Tower. It also works fine from a windows VM running on the same host and in the same vlan and subnet as Tower.

 

It does not work from a windows VM running on Tower, but on a different subnet and VLAN. in Firefox, I get a rapid succession of TLS handshake message in the bottom left status bar, and then a "Secure connection failed The connection to the server was reset while the page was loading." The routing and default gateway for both VLANs are done by an external router. No firewall rules currently restricting traffic between either VLAN.

 

Not sure whether this is a problem in my own network, a general docker/network restriction on 6.3.5, or a problem with Nextcloud.

 

How do I enable non-https access to the docker? I tried just adding a mapping from 8089 to port 80 on the docker container but I don't think http is enabled by default.

 

Would you expect there to be a problem accessing a Nextcloud docker from a windows VM also running on the same host but on a different VLAN and subnet?
 
I have latest NextCloud docker on unRAID 6.3.5. I have changed the access port from 443 to 4437 in the docker config. I have not added any certificates to Nextcloud. I have not tried to add any VLANs to the docker.
 
https://tower:4437 works fine from PCs on the same subnet as Tower. It also works fine from a windows VM running on the same host and in the same vlan and subnet as Tower.
 
It does not work from a windows VM running on Tower, but on a different subnet and VLAN. in Firefox, I get a rapid succession of TLS handshake message in the bottom left status bar, and then a "Secure connection failed The connection to the server was reset while the page was loading." The routing and default gateway for both VLANs are done by an external router. No firewall rules currently restricting traffic between either VLAN.
 
Not sure whether this is a problem in my own network, a general docker/network restriction on 6.3.5, or a problem with Nextcloud.
 
How do I enable non-https access to the docker? I tried just adding a mapping from 8089 to port 80 on the docker container but I don't think http is enabled by default.
 
I would expect it to work providing your network is configured correctly.

http isn't recommended and would require manually editing the nginx config in the appdata and also editing config.php

Sent from my LG-H815 using Tapatalk

1 hour ago, CHBMB said:

I don't know I didn't write that tutorial and don't support it. The tutorial I wrote is linked on the first post.

Sent from my LG-H815 using Tapatalk
 

Thanks, I followed your tutorial and it's work !

Next step : davdroid !

I keep loosing connection with my Nextcloud, until I reboot. Everything else seems OK. If I connect via a LAN address I can login. However, dynamic address seems to not work.

 

tower2-diagnostics-20180215-2208.zip

Edited by levster

I'll put this in here in case it already hasn't been mentioned.

I was having issues with unresponsive logins on the nextcloud android app.

 

Solution:- Load the Beta version.  All issues gone.

 

How can I tell if my Letsencrypt is "working"? It appears enabled under the dockers, however, I cannot WebUI into it.

On 8.2.2018 at 6:54 AM, alturismo said:

Hi, just would like to know where i could look for to get following security and setup warnings corrected.

 

happening here when i change from apache reverse proxy to letsencrypt reverse proxy (apache i cant get the ssl certs renewed so i switched to letsencrypt ...)

 

simple reverse rule in letsencrypt

 

    location / {
       auth_basic off;
       allow all; # Allow all to see content 
        include /config/nginx/proxy.conf;
        proxy_pass http://192.168.1.2:447;
    }

 

its all working as it should, bu i get this security warnings while behind apache simple reverse rule theres all good, may a hint where to look for ?

 

following errors inside nextcloud since then

  • Der „X-XSS-Protection“-HTTP-Header ist nicht so konfiguriert, dass er „1; mode=block“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.
  • Der „X-Content-Type-Options“-HTTP-Header ist nicht so konfiguriert, dass er „nosniff“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.
  • Der „X-Robots-Tag“-HTTP-Header ist nicht so konfiguriert, dass er „none“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.
  • Der „X-Frame-Options“-HTTP-Header ist nicht so konfiguriert, dass er „SAMEORIGIN“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.

 

I've got the same problem. Can you tell me how you fixed this problem? I read and followed the guide on Linuxserver.io but I can't find the problem for this error. Also, I can only open the nextcloud URL with the server.com/nextcloud instead of nextcloud.server.com.

 

I used nextcloud on my old server with openmediavault and I'm new on unraid so I'm sorry for asking so many questions :D.

 

8 hours ago, CreZo said:

 

I've got the same problem. Can you tell me how you fixed this problem? I read and followed the guide on Linuxserver.io but I can't find the problem for this error. Also, I can only open the nextcloud URL with the server.com/nextcloud instead of nextcloud.server.com.

 

I used nextcloud on my old server with openmediavault and I'm new on unraid so I'm sorry for asking so many questions :D.

 

 

@aptalca has changed the LE container a little to keep things up to date.

 

Try changing the Nextcloud letsencrypt server config to:

 

server {
        listen 80;
        server_name nextcloud.server.com;
        return 301 https://nextcloud.server.com$request_uri;
}

server {

	listen 443 ssl;
	server_name nextcloud.server.com;

	root /config/www;
	index index.html index.htm index.php;

	include /config/nginx/ssl.conf;

	client_max_body_size 0;

	location / {
    	proxy_pass https://192.168.0.1:444/;
	proxy_max_temp_file_size 2048m;
	include /config/nginx/proxy.conf;
  	}
}

 

Thank you CHBMB for your help! I think the problem is my DNS provider. I can't point to the domain nextcloud.mydns.com (just an example). It only works with mydns.com/nextcloud.

So can you recommend a good (maybe free) DNS provider?

 

Edit: the problem (headers) in my old post are fixed, thanks! Now I'm only not able to install apps like the calendar for example :-/.

Edited by CreZo

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.