I’m new to NextCloud and to UnRaid.
I got NextCloud up and running but decided to move the data location without realising the issues it would cause.
I now get an error saying that my .ocdata file is missing - (it is)
I’ve seen some comments about running a scan but I don’t understand how I’m supposed to run these.
I’m a little familiar with the terminal but I don’t know what I should be doing to fix my install.
Thanks, I have already done several searches on the net but unfortunately I cannot see an answer to my problem.
Most seem to relate the file already existing.
root@2865dc41772c:/# sudo grep datadirectory /var/www/nextcloud/config/config.php
grep: /var/www/nextcloud/config/config.php: No such file or directory
root@2865dc41772c:/# sudo ls -ld $( sudo grep datadirectory /var/www/nextcloud/config/config.php | awk ‘{ print $3 }’ | grep
-oP “[^’]*[^’]” | head -1 )
grep: unrecognized option: P
grep: /var/www/nextcloud/config/config.php: No such file or directory
BusyBox v1.31.1 () multi-call binary.
-H Add 'filename:' prefix
-h Do not add 'filename:' prefix
-n Add 'line_no:' prefix
-l Show only names of files that match
-L Show only names of files that don't match
-c Show only count of matching lines
-o Show only the matching part of line
-q Quiet. Return 0 if PATTERN is found, 1 otherwise
-v Select non-matching lines
-s Suppress open and read errors
-r Recurse
-i Ignore case
-w Match whole words only
-x Match whole lines only
-F PATTERN is a literal (not regexp)
-E PATTERN is an extended regexp
-m N Match up to N times per file
-A N Print N lines of trailing context
-B N Print N lines of leading context
-C N Same as '-A N -B N'
-e PTRN Pattern to match
-f FILE Read pattern from file
So following on from that I’ve got everything work as expected apart from remote access. I’ve followed SpaceInvaderOnes guide and I think I have everything setup correctly but I cannot connect via the internet. I get a few different errors.
“invalid response” to “took too long to respond” and “refused to connect”
Port Forwards are setup.
At this point I’m lost and I really don’t know what to do.
I have search all over the net and either can’t find an answer or one that I understand.
I cant change the nameservers on my domain so the CloudFlare option is out. I don’t believe these ports are blocked by my ISP.