Everything posted by skois
-
[Support] Linuxserver.io - Nextcloud
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.
-
[Support] Linuxserver.io - Nextcloud
You must be logged in as dehein in this share, to be able to delete/edit files, are you logged in?
-
[Support] Linuxserver.io - Nextcloud
What is the share settings for the Public share? (Shares > Public > (bottom part ,SMB Security)
-
[Support] Linuxserver.io - Nextcloud
Check permissions of the parent folder(s) Sent from my Mi 10 Pro using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
When the file is owned by nobody, Everyone can delete/edit it
-
[Support] Linuxserver.io - Nextcloud
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.
-
[Support] Linuxserver.io - Nextcloud
Is your CPU a ryzen? Do you have any dockers with network set to a static ip? (Custom: br0)
-
[Support] Linuxserver.io - Nextcloud
Search this forum for "hairpinning" you'll get the answer you need
-
[Support] Linuxserver.io - Nextcloud
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
-
[Support] Linuxserver.io - Nextcloud
Also install open files plug in, might help to see what is being used the time it dies Sent from my Mi 10 Pro using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
You just said that you can't even restart the server.. Try this leave nextcloud and db for couple days off. And see if it still does that.. Sent from my Mi 10 Pro using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
Sounds like your server locking up, not nextcloud only.. I don't think nextcloud container is responsible for this Sent from my Mi 10 Pro using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
This does not seem to be a container issue anyway. Better to seek help in nextcloud forums
-
[Support] Linuxserver.io - Nextcloud
One solution would be to edit your hosts file in each computer in home
-
[Support] Linuxserver.io - Nextcloud
I think in nginx proxy manager, on the advan Ed tab you need to wrap everything in Location /{ everything here } Sent from my Mi 10 Pro using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
Probably this -> https://www.reddit.com/r/NextCloud/comments/ayhlji/unable_to_download_files_larger_than_1gb/
-
[Support] Linuxserver.io - Nextcloud
From a fast google search in github issues of nextcloud, they say that it should be fixed on the latests updates. If you are on latest update, try posting a bug report in their github.
-
[Support] Linuxserver.io - Nextcloud
I don't think you still have this problem anymore right? I had the same problem about 3-4 weeks ago. There was a problem with nextcloud app store servers (IIRC). I haven't seen that error for some time now. So if you don't have any problems now, you can ignore it
-
[Support] Linuxserver.io - Nextcloud
You seem to have log level too high and it's logging too much info that is meant for debug. On the link you can see how to change that. And there is also info on how to change the location of the log file. But remember where you set it to be, because in the future if you have another problem and someone asks for the logs, you have to know where it is https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/logging_configuration.html
-
[Support] Linuxserver.io - Nextcloud
Well, nextcloud is not aware if you run the docker in unraid or how you have setup your cache and disks. Solution would be to have nextcloud share to prefer cache, that means files will stay in cache until is full. With this you loose parity. Or just fix the installation to not produce errors, not writing to log would be very rare. Sent from my Mi 10 Pro using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
The nextcloud.log is existing file so after its moved one time in the array it stays there. Updates on files don't move them to cache. If you delete the file, the new one will be created automatically and will be on cache. Until mover is run again Sent from my Mi 10 Pro using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
New files will go to cache, not existing [emoji4] Sent from my Mi 10 Pro using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
I have this in my config.php , and i'm getting mp4 previews. Btw if you want to have thumbnails on new uploads, you need to add a cronjob generating them. https://github.com/rullzer/previewgenerator#how-does-the-app-work 'enabledPreviewProviders' => array ( 0 => 'OC\\Preview\\Image', 1 => 'OC\\Preview\\MP3', 2 => 'OC\\Preview\\TXT', 3 => 'OC\\Preview\\PDF', 4 => 'OC\\Preview\\Movie', 5 => 'OC\\Preview\\Photoshop', 6 => 'OC\\Preview\\TIFF', 7 => 'OC\\Preview\\SVG', 8 => 'OC\\Preview\\OpenDocument', ),
-
[Support] Linuxserver.io - Nextcloud
-
[Support] Linuxserver.io - Nextcloud
If you give your users access only via webdav or via nextcloud only, you set the permissions on the external storages and nextcoud shares.