BirdHeezy

Members
  • Posts

    36
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

BirdHeezy's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Looking for help with Nextcloud AIO. I'm not sure if this is the right post to reply to, but i couldn't find an AIO specific thread. I'm trying to edit the config.php file to include "'filesystem_check_changes' => 1,". I go into the console for the "nextcloud-aio-nextcloud" container and cd my way to the config folder, and the config.php file is there. I can't figure out how to edit the file. Also, where in the world is that file located on my unraid server? I've tried to find it using krusader but no luck. The biggest draw back to AIO on unraid is that i can't find any of these types of files anywhere! I just need help editing that config.php file so the system will check for new files. I've also tried using the OCC command but get errors using it. I can use "cat config.php" and it displays the file, but from there can't seem to make any edits. If i "nano config.php" i get "nano not found." I've tried just about every command out there and can't find a way to edit that file. Please help! Side note: If there's a way to browse these files with krusader i'd love to know how! I'm not sure why these files are impossible to find on Unraid? edit: if i open a console to the nextcloud-aio-nextcloud container and enter 'sudo -u www-data php occ files:scan" i get "Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 491520 bytes) in /var/www/html/3rdparty/composer/autoload_real.php on line 35"
  2. Just trying out authelia (following ibracorp's video) and redis wouldn't start. This command worked for me and it's running now! thanks!
  3. I've been playing around with getting this up and running and found that i'm stuck at an the error: 2023-03-08T11:18:25.231-0700 WARN Returning server is starting because grpc.oauth monitor is not Up I've tried all the above solutions but doesn't seem to change anything. Anyone seen this before? Thanks.
  4. Good day all, I need some help understanding folder permissions before I really screw something up. I got the nextcloud AIO container(s) working and it's so fast and the doc editing works out of the box, no issues... it's great! However, i keep all my docs/media in a separate share incase NC decides to die, i don't have everything in the NC directory. I was using the external storage app on my old instance and it works great. However with the AIO instance, you can only map 1 external path for some reason. I got this working but the problem is that I'd like to map more than 1 external path (dosc, pics, media etc). So the solution on the AIO readme is THIS. I'm very hesitant to add/change the permissions the mnt/users folder as it contains EVERYTHING. Since I don't know much about how permissions work, will entering the lines into the console sudo chown -R 33:0 /mnt/your-drive-mountpoint and sudo chmod -R 750 /mnt/your-drive-mountpoint overwrite permissions? or just add the 33:0 and 750 permissions to the mnt/user directory? I'd hate to change something and have it all come crashing down. In the readme their solution is to mount the mnt/user with the above permissions then, what i would do, is favorite the different folders I want. Is it silly to give NC access to the mnt/user folder as it, again, contains EVERYTHING? Anyone with some NC AIO experience want to share how they tackle this? Thanks!
  5. Will do! Changed the network type. The memtest, looks like you boot up unraid and then there's a memtest option before you choose which unraid type to boot (GUI or otherwise?) I've never done that before. My disk 2 has a UDMA count that goes up a few counts on every power cycle. I read that that doesn't seem to be a big concern but curious what you thought.
  6. Happened again. Here's the diagnostic and syslog file elmo-diagnostics.zip
  7. syslog.zip From what I can tell the crash happened at time stamp Sep 2 19:14:54
  8. Yes. The "new text doc" is the syslog that I attached. Not sure how much of it you need but I took the last sever lines before it stopped writing out.
  9. New Text Document.txt diagnostics-20220903-1740.zip
  10. I use unraid mostly for Plex and have been having issues with unraid locking up and not responding. I spend a lot of time on the road so i notice it when i go to watch something and plex isn't available. It's happening more and more frequently. The only fix i have for now is to have the wife do a hard shutdown. I had her take some photos of the monitor that i plugged in since this has been happening. I thought it was the C state on the BIOS settings but unraid is still crashing even after i disabled it. Any help would be greatly appreciated!
  11. Just came across this. Has anyone tried it out? I'm always playing with new image hosting options.
  12. Thanks for the reply! that variable has already been setup. This may be a silly question, but do I have to have my usb device plugged in? I don’t know how to define/point the container to a specific USB port… or if that’s something I even need to do. Guess it’s time I did some googling on usb devices and unraid containers!
  13. A weewx container showed up in the CA store today. I went to install it and got an error… I’m guessing for USB pass through? I haven’t used any containers that needed usb access so it sure how that works on unraid. My error: Error response from daemon: error gathering device information while adding custom device "/dev/ttyUSB0": no such file or directory.
  14. I'm having trouble connecting onlyoffice to filestash. Any official wiki on this? Thanks!
  15. I've been using Nextcloud for a while with onlyoffice/collabora for doc editing. I've been looking for something faster and came across filestash. There is an option to add an onlyoffice url but i can't seem to make it work. Has anyone else had any success with this on unraid? thanks!