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.

ur6969

Members
  • Joined

  • Last visited

Everything posted by ur6969

  1. ur6969 replied to Waseh's topic in Plugin Support
    I am backing up 820GB (150k files) nightly to B2 and keep exceeding the free 2500 Class C Transaction limit. I bumped this limit big time on my initial upload and added the --fast-list flag to my command and it made a huge difference but for whatever reason I am going over my daily limit still. My cron job runs nightly and the stats show 20-30% cpu usage for 60+ minutes to complete the sync. I am updating very little each night but do want to make sure everything stays synced. How can I reduce the Class C transactions, specifically list_file_names?
  2. I have successfully set up an Rclone backup of important folders on my Unraid server. Everything is encrypted before leaving using the Crypt feature in Rclone. We backup iPhone photos to Nextcloud and I would also like to back them up to the cloud as well using Rclone. I have the Nextcloud instance encrypted on the server. If I backup the Nextcloud folder in Unraid using Rclone I can sent it out encrypted and recover it and unencrypt. How would I then install the still encrypted Nextcloud folder and be able to recover the files? I am looking to plan against a disaster event where my Unraid server is destroyed (fire, flood, etc.).
  3. ur6969 replied to Waseh's topic in Plugin Support
    This seems to have worked itself out. 1. I manually started the Rclone script when I had it ready and then it appears to have started again when the cron job in User Scripts triggered on top of itself resulting in multiple copies of many files and the extreme data usage. After killing the processes and then allowing it to fire up again with User Scripts it resolved itself and completed. 2. Backblaze took 24hrs to fully remove the duplicate files to then get correct data amounts (at least I think so!). The Backblaze total does not match the "rclone size" total or the Windows Explorer total. Same amount of files and the GB's are close enough that it's got to be the difference in GB measuring.
  4. ur6969 replied to Waseh's topic in Plugin Support
    I started my initial sync last night of ~150 GB and was surprised to see it still running when I got home tonight. I ended up killing the process to stop the sync as I was unsure of when it might stop and I am limited to a data cap with my ISP. An "rclone size" command reveals 106 GB but Backblaze B2 says the bucket has 172 GB in it. The bucket was created exclusively for Rclone, is my only bucket, as was empty when I started the sync. I tested multiple folders with small (< 10 GB) data amounts prior going all in on Rclone and everything went fine. Backblaze wanted to retain files after deletion but I changed the settings in both Rclone and the bucket to only keep the last version and everything seemed correct. What could I be missing to have such different totals?
  5. ur6969 replied to Waseh's topic in Plugin Support
    I found it. Thank you!
  6. ur6969 replied to Waseh's topic in Plugin Support
    I had the issue other have had over the last few days. I think it is back working but my Rclone version is 1.50.1, is that correct or should it be 1.50.2? How do I backup my config file? I would like to use it on a different computer at work to pull down and sync.
  7. ur6969 replied to Waseh's topic in Plugin Support
    FWIW I was able to make this happen. I knew it was possible just surprised myself in actually making it work. I am not looking to mount the drive or use it in real time as a sync folder, just wanted to be able to download my B2 backup should my Unraid server die or get destroyed. I did NOT want to have a B2 encrypted backup with no way to pull it down other than a new Unraid server and it looks like I am setup to go with B2 as a backup solution. ETA: I am having trouble getting multiple folders to sync. Does everything need to be under one folder or can I pick and choose multiple folders to sync from different locations or shares?
  8. I made a backup of all the synced folders on my PC before I tried to replace the "default" file in appdata. When I got to appdata there were 4 "default" files...for some reason it wasn't saving correctly. I deleted them and replaced with the backup file. It works. What a stressful night but SpaceInvaderOne deserves a beer or two for showing me how to set up an appdata backup that just saved me.
  9. Is there a way to replace the actual "default" file from the backup onto the flash drive? To eliminate any copy/paste errors? What is my NextCloud is encrypted? Edit: I followed the SpaceInvaderOne video on the initial install. I have no need for syncing outside on the web and use it to locally sync phones and computers.
  10. I found the Default file in the AppData backup and was able to unzip it and open it up in Notepad then copy it over into Unraid. It should be exactly the same as it was yesterday. Browser cleared. Everywhere. Restarted Unraid server. Restarted computer I am using. Unable to connect error. Cannot log in. So damn frustrating. So now how screwed am I getting my data? Most of my folders sync but a few don't...
  11. The only other difference is you have vnd.ms-fontobject application/x-font-ttf> at the end of your gzip_types. Below is mine. Any help is appreciated. I have a lot in Nextcloud I can reproduce but the hassle will be enormous. upstream php-handler { server 127.0.0.1:9000; } server { listen 80; listen [::]:80; server_name _; return 301 https://$server_name$request_uri; } server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name _; ssl_certificate /config/keys/cert.crt; ssl_certificate_key /config/keys/cert.key; add_header X-Content-Type-Options nosniff; add_header X-XSS-Protection "1; mode=block"; add_header X-Robots-Tag none; add_header X-Download-Options noopen; add_header X-Permitted-Cross-Domain-Policies none; add_header Referrer-Policy no-referrer; fastcgi_hide_header X-Powered-By; root /config/www/nextcloud/; location = /robots.txt { allow all; log_not_found off; access_log off; } location = /.well-known/carddav { return 301 $scheme://$host/remote.php/dav; } location = /.well-known/caldav { return 301 $scheme://$host/remote.php/dav; } client_max_body_size 10G; fastcgi_buffers 64 4K; gzip on; gzip_vary on; gzip_comp_level 4; gzip_min_length 256; gzip_proxied expired no-cache no-store private no_last_modified no_etag auth; gzip_types application/atom+xml application/javascript application/json application/ld+json application/manifest+json application/rss+xml application/vnd.geo+json application> location / { rewrite ^ /index.php$request_uri; } location ~ ^\/(?:build|tests|config|lib|3rdparty|templates|data)\/ { deny all; } location ~ ^\/(?:\.|autotest|occ|issue|indie|db_|console) { deny all; } location ~ ^\/(?:index|remote|public|cron|core\/ajax\/update|status|ocs\/v[12]|updater\/.+|ocs-provider\/.+|ocm-provider\/.+)\.php(?:$|\/) { fastcgi_split_path_info ^(.+?\.php)(\/.*|)$; include /etc/nginx/fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param HTTPS on; fastcgi_param modHeadersAvailable true; fastcgi_param front_controller_active true; fastcgi_pass php-handler; fastcgi_intercept_errors on; fastcgi_request_buffering off; } location ~ ^\/(?:updater|ocs-provider|ocm-provider)(?:$|\/) { try_files $uri/ =404; index index.php; } location ~ \.(?:css|js|woff2?|svg|gif)$ { try_files $uri /index.php$request_uri; add_header Cache-Control "public, max-age=15778463"; add_header X-Content-Type-Options nosniff; add_header X-XSS-Protection "1; mode=block"; add_header X-Robots-Tag none; add_header X-Download-Options noopen; add_header X-Permitted-Cross-Domain-Policies none; add_header Referrer-Policy no-referrer; access_log off; } location ~ \.(?:png|html|ttf|ico|jpg|jpeg)$ { try_files $uri /index.php$request_uri; access_log off; } }
  12. From what I can tell it's the same, just missing the two options I added and then deleted. Is there any harm in posting the whole thing? I do the Spaceinvader Appdata backup of the folder and flashdrive, would last night's file be in there to grab or compare? I appreciate the help.
  13. Cleared Firefox, no luck. Restarted Firefox, no luck. Tried Edge, no luck.
  14. I removed that. Here is what I have now in that section } server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name _; ssl_certificate /config/keys/cert.crt; ssl_certificate_key /config/keys/cert.key; add_header X-Content-Type-Options nosniff; add_header X-XSS-Protection "1; mode=block"; add_header X-Robots-Tag none; add_header X-Download-Options noopen; add_header X-Permitted-Cross-Domain-Policies none; add_header Referrer-Policy no-referrer; fastcgi_hide_header X-Powered-By; root /config/www/nextcloud/; location = /robots.txt { allow all; log_not_found off; access_log off;
  15. Same. Yes to Autostart. They've been running for 19 minutes now and no luck. FWIW I am NOT running the LetsEncrypt or anything. Just doing a local sync. I wanted to add add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;"; just to clean up the security setting page.
  16. I have a shortcut on my browser bar to: https://192.168.1.2XX:XXX/login (XXX for some privacy) I logged into the Admin account BEFORE changing anything. Worked fine. Added both lines and then unable to login. Deleted both and unable. Finally a server restart, still unable. I get an "Unable to connect" error. Specifically, "Firefox can't establish a connection to the server at 192.168.1.2XX:XXX.
  17. ur6969 replied to Waseh's topic in Plugin Support
    I have been able to make Rclone work with B2 and am using encryption. Before I start to upload my backups I wanted to check and see if there was a way to download the encrypted files and decrypt. For instance, if my Unraid server was destroyed I would like to be able to download the files from B2 and then decrypt them. Is this possible using Windows or OSX? I obviously have the encryption key and salt saved in multiple places.
  18. I followed this exactly and was unable to login to Nextcloud afterwards using my browser. So I went back and took the lines out and still was not able to login. Multiple docker restarts and finally a server reboot. Still cannot login. Any ideas?
  19. I just need local sync for pictures and a document folder and feel like not opening it up to the internet is a safer solution for something I don't fully understand. A simpler way to solve my problem would be to have the current "Phone Pictures" folder I have sync itself with Nextcloud. Then I could drop the photos in it and it would make them available to any of my devices. However, from what I can tell, adding a folder to Nextcloud isn't an option.
  20. My home Unraid server is hosting Nextcloud and I only sync locally with some laptops and phones. I have an android phone that takes lots of pictures and has always run a sync app to my main laptop to transfer the pictures. In years past I ran an always on desktop that I would sync the phone to every night. Now with an always on Unraid server I hardly ever fire up the desktop and do not want to leave it running for tasks like this. Is it possible to have this phone sync to a folder in Nextcloud ON THE SERVER without using the Nextcloud app? I have tried the app it but haven't really been satisfied. FWIW I can create a folder in a network share and easily sync to it, but would prefer to have the same folder in Nextcloud where it would be available on all of my devices.
  21. I am looking for online backup and am currently testing a personal license for CloudBerry Backup using this docker with Backblaze B2. So far it has worked great. I have a couple questions on settings I do not fully understand. 1. What is a good retention policy if I just want to keep a backup online and am not too concerned with versions? I am running the default options but wondered if there was a better option. 2. I am confused on the scheduling on the Backup Plan. It initially asks to set a schedule and I selected "Daily" at "1:00 AM". After I hit continue it then asks to schedule Full Backup (I have previously selected block level backup) and I am confused on whether I need both of these or if they make a difference. 3. I have encryption enabled but when I log into B2 online I am able to see all of the files. However, after downloading some I am unable to open any of them. Are the file names not encrypted? And if I can't open the downloaded file does that mean the file is encrypted (and therefore the encryption is working)? 4. I was going to try Duplicati but this seems to be working great and is well worth the $30 once the trial is up. Any info worth knowing about either using a paid plan or any reasons on giving Duplicati a try?
  22. Some Nextcloud questions I am trying to find answers if anyone knows where to look. I've searched around but I'm so lost in the forest I can't find the trees. 1. If I want a local sync ONLY Nextcloud, I just need to install the docker and go, right? That's what I've done and it works great locally, I just want to confirm I'm not leaking stuff online somehow. 2. If I do want to go ahead and open my Nextcloud up to the internet, is the SpaceInvaderOne video the best place to start? I watched it and can do it, but there were a lot of comments that it was overly complex and not necessary to do all the steps. Your thoughts? 3. If I wanted to either self host a Nextcloud offsite for backup OR pay a Nextcloud host for backup, where would I begin? The docker has worked great for me. I appreciate it!
  23. I've searched this thread and google for the right command line command to run and nothing will work. Everything I try says "not found". I cannot make it to the OCC commands I keep reading about. My Nextcloud data was all test data to see how the syncing worked. Will it be easier to just nuke it all and reinstall everything with the video again?
  24. I recently set up Nextcloud and mariadb using the spaceinvaderone video. I changed my Unraid server IP address last week to a static address at the router level. So far everything has worked fine on my server except Nextcloud. I also know the mariadb docker updated a week or so ago as well. For whatever reason I cannot log into my Nextcloud account either through the browser or the sync app for Windows. I have restarted the dockers and disconnected the account on the sync app and now nothing works. Any ideas?

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.