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

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

  • 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

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 [emoji23]
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

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)?

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 :)

 

On 5/21/2021 at 5:46 PM, HellraiserOSU said:

Will do thanks!


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

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;)

21 hours ago, skois said:

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

thank you. makes sense now. Just need to change router firmware and should be all set.

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.
 

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.

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

 

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 :) 

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

 
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

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

 

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)

1 minute ago, skois said:

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

 

image.png.85dc605033dc111af5ab8ffe12eafbe5.png

Just now, dehein2 said:

image.png.85dc605033dc111af5ab8ffe12eafbe5.png

You must be logged in as dehein in this share, to be able to delete/edit files, are you logged in?

 

Just now, skois said:

You must be logged in as dehein in this share, to be able to delete/edit files, are you logged in?

 

 

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

image.png.cdcdd77bd36ca14e3cf4d777c853c3fa.png

which worked

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.

 

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

Just now, dehein2 said:

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

just as all other shares... ;(

Try the tools, and also try to logout of the share from your computer and re-log 
Maybe (windows ?) is fckng up?

the New Permission Tool worked fot the extisting files. I'll check later hwat happens if i add new ones

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.

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

 

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?

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.