[Support] Linuxserver.io - Nextcloud


Recommended Posts

Tried to update to the latest version and below appeared. Anyone can help me fix this? Thanks.
1290324834_Zrzutekranu2021-05-23o13_35_40.png.6e7ea77dcb8e95584fcb3229a16aa87a.png
Throw your Mac out of the window
Joking.
On your nextcloud appdata folder, delete all dsstore files.
It's just apples hidden file to store folder settings like what columns to show etc

Sent from my Mi 10 Pro using Tapatalk

  • Like 1
Link to comment

I have Nextcloud setup on Unraid with a reverse proxy using cloudflare. It works, even though it's a little slow.

However, I can't seem to access my Nextcloud via the local IP, while i'm in my network and I'd like to. If I click WebUI on the docker page for nextcloud, it just takes me back to the Unraid login screen. When I try to type in the local IP for nextcloud, it says unable to connect.

 

Can someone help me fix this so I have the option to access it locally (when on my network) or via reverse proxy (via my domain)?

Link to comment
2 hours ago, arabcamel said:

I have Nextcloud setup on Unraid with a reverse proxy using cloudflare. It works, even though it's a little slow.

However, I can't seem to access my Nextcloud via the local IP, while i'm in my network and I'd like to. If I click WebUI on the docker page for nextcloud, it just takes me back to the Unraid login screen. When I try to type in the local IP for nextcloud, it says unable to connect.

 

Can someone help me fix this so I have the option to access it locally (when on my network) or via reverse proxy (via my domain)?

Search this forum for "hairpinning" you'll get the answer you need :)

  • Thanks 1
Link to comment
23 hours ago, skois said:

Throw your Mac out of the window emoji23.png
Joking.
On your nextcloud appdata folder, delete all dsstore files.
It's just apples hidden file to store folder settings like what columns to show etc

Sent from my Mi 10 Pro using Tapatalk
 

Stupic macOS, that worked like a charm! Thanks a bunch;)

  • Like 1
Link to comment
11 hours ago, skois said:

 


Is your CPU a ryzen?
Do you have any dockers with network set to a static ip? (Custom: br0) 

It's an Intel

All my dockers are either bridge or the custom proxynet i setup for reverse proxy
So after a few days and keeping nextcloud off, my Unraid server is fine. I am able to reboot no problem and I am able to stop and start the docker service whereas before, Nextcloud would lock that up and not let me restart the docker service.
 

Link to comment
3 hours ago, HellraiserOSU said:

It's an Intel

All my dockers are either bridge or the custom proxynet i setup for reverse proxy
So after a few days and keeping nextcloud off, my Unraid server is fine. I am able to reboot no problem and I am able to stop and start the docker service whereas before, Nextcloud would lock that up and not let me restart the docker service.
 

I had some lockups(like 3 in the period of 1 month) lately, but i had enabled syslog to store on a file, so i could see what happened. it was something with netfilter and macvlan. I know that ryzen had some problems with it at some point, not sure if it affects other cpus also. 
For now i just moved docker and VMs to my second NIC (builtin on the motherboard), and i'll see how it goes.

Link to comment

Hi,

 

I'm using nextcloud ( in addition to the regular tasks) to access webdav folders i mounted in the container.

E.g. /mnt/user/Public. Generally this works fine but i noticed one issue. nextcloud seems to save the files with different rights than i usually would:

 

root@deheinServer:/mnt/user/Public# ls -l
total 0
drwxr-xr-x 1 nobody users 22 May 25 14:03 Photosync/
-rw-rw-rw- 1 dehein users  0 May 25 15:15 test.txt

 

test.txt was created via smb

Photosync was uploaded via webdav via nextcloud

 

The issue is that i would like to be able to delete/move files which were uploadd via webdav outside of nextcloud. Is there a way to make nextcloud safe files with the same rights a smb would? e.g. 666

 

Link to comment
10 minutes ago, dehein2 said:

Hi,

 

I'm using nextcloud ( in addition to the regular tasks) to access webdav folders i mounted in the container.

E.g. /mnt/user/Public. Generally this works fine but i noticed one issue. nextcloud seems to save the files with different rights than i usually would:

 

root@deheinServer:/mnt/user/Public# ls -l
total 0
drwxr-xr-x 1 nobody users 22 May 25 14:03 Photosync/
-rw-rw-rw- 1 dehein users  0 May 25 15:15 test.txt

 

test.txt was created via smb

Photosync was uploaded via webdav via nextcloud

 

The issue is that i would like to be able to delete/move files which were uploadd via webdav outside of nextcloud. Is there a way to make nextcloud safe files with the same rights a smb would? e.g. 666

 

When the file is owned by nobody,  Everyone can delete/edit it :) 

Link to comment
5 minutes ago, skois said:

When the file is owned by nobody,  Everyone can delete/edit it :) 

 

i thought so too. But when i try to delete a file in a folder:

root@deheinServer:/mnt/user/Public/Photosync/deheinphone/Recents# ls -l
total 11956
-rw-r--r-- 1 nobody users 3173794 May 25 15:32 IMG_9472.JPG
-rw-r--r-- 1 nobody users 2908182 May 25 15:32 IMG_9474.JPG
-rw-r--r-- 1 nobody users 3199306 May 25 15:32 IMG_9475.JPG
-rw-r--r-- 1 nobody users 2951366 May 25 15:32 IMG_9476.JPG

 

image.png.776c37bf66fb85af148e7ec0481c4703.png

 

it does not work

Link to comment
 
i thought so too. But when i try to delete a file in a folder:
root@deheinServer:/mnt/user/Public/Photosync/deheinphone/Recents# ls -l
total 11956
-rw-r--r-- 1 nobody users 3173794 May 25 15:32 IMG_9472.JPG
-rw-r--r-- 1 nobody users 2908182 May 25 15:32 IMG_9474.JPG
-rw-r--r-- 1 nobody users 3199306 May 25 15:32 IMG_9475.JPG
-rw-r--r-- 1 nobody users 2951366 May 25 15:32 IMG_9476.JPG
 
image.png.776c37bf66fb85af148e7ec0481c4703.png
 
it does not work
Check permissions of the parent folder(s)

Sent from my Mi 10 Pro using Tapatalk

Link to comment
1 minute ago, skois said:

Check permissions of the parent folder(s)

Sent from my Mi 10 Pro using Tapatalk
 

 

looks ok, doesn't it?

root@deheinServer:/mnt/user/Public# ls -l
total 0
drwxr-xr-x 1 nobody users 22 May 25 14:03 Photosync/
-rw-rw-rw- 1 dehein users  0 May 25 15:15 test.txt
root@deheinServer:/mnt/user/Public# cd Photosync/
root@deheinServer:/mnt/user/Public/Photosync# ls -l
total 0
drwxr-xr-x 1 nobody users 14 May 25 15:32 deheinphone/
root@deheinServer:/mnt/user/Public/Photosync# cd deheinphone/
root@deheinServer:/mnt/user/Public/Photosync/deheinphone# ls -l
total 0
drwxr-xr-x 1 nobody users 96 May 25 15:32 Recents/
root@deheinServer:/mnt/user/Public/Photosync/deheinphone# cd Recents/
root@deheinServer:/mnt/user/Public/Photosync/deheinphone/Recents# ls -l
total 11956
-rw-r--r-- 1 nobody users 3173794 May 25 15:32 IMG_9472.JPG
-rw-r--r-- 1 nobody users 2908182 May 25 15:32 IMG_9474.JPG
-rw-r--r-- 1 nobody users 3199306 May 25 15:32 IMG_9475.JPG
-rw-r--r-- 1 nobody users 2951366 May 25 15:32 IMG_9476.JPG

 

Link to comment
3 minutes ago, dehein2 said:

 

looks ok, doesn't it?


root@deheinServer:/mnt/user/Public# ls -l
total 0
drwxr-xr-x 1 nobody users 22 May 25 14:03 Photosync/
-rw-rw-rw- 1 dehein users  0 May 25 15:15 test.txt
root@deheinServer:/mnt/user/Public# cd Photosync/
root@deheinServer:/mnt/user/Public/Photosync# ls -l
total 0
drwxr-xr-x 1 nobody users 14 May 25 15:32 deheinphone/
root@deheinServer:/mnt/user/Public/Photosync# cd deheinphone/
root@deheinServer:/mnt/user/Public/Photosync/deheinphone# ls -l
total 0
drwxr-xr-x 1 nobody users 96 May 25 15:32 Recents/
root@deheinServer:/mnt/user/Public/Photosync/deheinphone# cd Recents/
root@deheinServer:/mnt/user/Public/Photosync/deheinphone/Recents# ls -l
total 11956
-rw-r--r-- 1 nobody users 3173794 May 25 15:32 IMG_9472.JPG
-rw-r--r-- 1 nobody users 2908182 May 25 15:32 IMG_9474.JPG
-rw-r--r-- 1 nobody users 3199306 May 25 15:32 IMG_9475.JPG
-rw-r--r-- 1 nobody users 2951366 May 25 15:32 IMG_9476.JPG

 

What is the share settings for the Public share? (Shares > Public > (bottom part ,SMB Security)

Link to comment
2 minutes ago, dehein2 said:

 

yes, dehein is my Windows username. I tried to rename a file in a differnet share

image.png.cdcdd77bd36ca14e3cf4d777c853c3fa.png

which worked

Do also an ls -l on /mnt/user, Check what is the owner of Public
If its still nobody:users, I can't understand what is the problem there.


You can try Tools > New Permissions and select public share to fix all perms.

 

Link to comment
2 minutes ago, skois said:

Do also an ls -l on /mnt/user, Check what is the owner of Public
If its still nobody:users, I can't understand what is the problem there.


You can try Tools > New Permissions and select public share to fix all perms.

 

drwxrwxrwx 1 nobody users   34 May 25 15:15 Public/

just as all other shares... ;(

Link to comment

I just tried a brand new install of the image, pointed it to my mariadb and a new database instance, pointed to a new folder so a pretty clean install. It's now giving me a 502 gateway timeout when i go to the webui and i can't restart my docker service. I'm pretty sure if i try to restart my server it'll just spin on trying to stop the docker service.

 

I was able to login and see nextcloud UI and go through it.  About an hour or so later I can't access it. I didn't install any apps and just wanted to see if a clean install would do the same thing. I wonder if my phone hitting it is causing it to time out. Either way, I'l try a different nextcloud docker image to see if I get the same issues.

Link to comment

HI,

 

now i've got another issue - i guess coincidental ;)

Nextcloud just stopped working. I saw it because the sync icon turned grey. IM also unable to reach the web interface. I restartet the container - but no luck. How can i find out what's going on? I dind't change anything really...

 

Link to comment
Just now, dehein2 said:

HI,

 

now i've got another issue - i guess coincidental ;)

Nextcloud just stopped working. I saw it because the sync icon turned grey. IM also unable to reach the web interface. I restartet the container - but no luck. How can i find out what's going on? I dind't change anything really...

 

somehow as I'm writing this it's working again - can i still check a log file?

Link to comment

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.