Jump to content

bclinton

Members
  • Posts

    107
  • Joined

  • Last visited

Everything posted by bclinton

  1. I followed the instructions that were outlined in the youtube video - How to Setup and Configure a Reverse Proxy on unRAID with LetsEncrypt & NGINX
  2. I believe it is right. I used the one he provided but I kept all of my naming the same as his, thinking that it would be correct. Here is the one I am using. I am using bitwarden.XXXXXXX.duckdns.org to reach the container from the chrome browsers. One thing that is strange is I am getting the Not Secure warning in the browser address line but it lets me in after I click proceed. #BITWARDEN # make sure that your domain has dns has a cname or a record set for the subdomain bitwarden # This config file will work as is when using a custom docker network the same as letesencrypt (proxynet). # However the container name is expected to be "bitwardenrs" as it is by default the template as this name is used to resolve. # If you are not using the custom docker network for this container then change the line "server bitwardenrs:80;" to "server [YOUR_SERVER_IP]:8086;" Also remove line 7 resolver 127.0.0.11 valid=30s; upstream bitwarden { server bitwardenrs:80; } server { listen 443 ssl; server_name bitwarden.*; include /config/nginx/ssl.conf; client_max_body_size 128M; location / { proxy_pass http://bitwarden; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } location /notifications/hub { proxy_pass http://bitwarden; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } location /notifications/hub/negotiate { proxy_pass http://bitwarden; } }
  3. Greetings folks! New unraid user and recently dropped lastpass and am trying to use bitwarden and swag in a docker container. I am able to run the chrome extension for bitwarden on the PC if I log in to the bitwarden server ahead of time with the browser. Otherwise I received the unable to fetch error. I assume once I get the extension working it will not need attention again. My current problem is getting the app on my phones (android) to connect. I am able to access my server through the browser on the phone but the app continues to refuse the connection. (Exception message:Hostname bitwarden.xxxx.duckdns.org not verfied) I followed Spaceinvaders youtube pretty much. Looking for a suggestion to help tackle the phone
  4. Thanks. That explains it well. Looks like NTFS for me on anything that needs Windows support.
  5. Greetings folks! I am looking to get educated on the different file systems that unraid supports? The reason for this is I formatted my first USB backup drive in exfat so I could read it easily with windows and through an OTG adapter on my android phone. It took forever and I had to change my rsync script because I was getting a ton of errors because come to find out exfat does not support certain attributes in the file. With my second USB drive I formatted it using BTRFS and it is flying compared to exfat. Now I'm wondering if NTFS is what I should be using. Anyways it would be great to understand what each of the file system formats bring to the table and what they give up in terms of usability between OS's.
  6. Thank you for the help. The next disk I will use I will format it in BTRFS. Thanks again for the great script!
  7. Ha! Glad I found your post. I did the same thing......probably deleted and reinstalled the VM 10 times
  8. Yes, it is exfat. So the backup is about 2/3 done. Will the data on it be readable as it is formatted?
  9. Greetings! Thanks for the hard work on this script. I started to use cloudberry because it was pretty easy to use but would really like to get to know rsync and learn something new. I installed the script and edited my usb drive path and changed the path to my source files. I have about 3T I am putting on an 8TB drive. It is copying the files over as I type this but I got this error at the start of the script. rsync: [generator] chown "/mnt/disks/offsite1/Shares/data/media/.20210214_182358/media" failed: Operation not permitted (1) media/ media/Family Videos/ media/Family Videos/1999 - backstreet boys 1.avi rsync: [generator] chown "/mnt/disks/offsite1/Shares/data/media/.20210214_182358/media/Family Videos/Camera Videos" failed: Operation not permitted (1) later as it was backing up I started receiving the error for every file. They seem to have a . proceeding the path rsync: [receiver] chown "/mnt/disks/offsite1/Shares/data/media/.20210214_182358/media/Family Videos/Camera Videos/.Back Yard20160207-202448-1454898288.mp4.KLlKik" failed: Operation not permitted (1) media/Family Videos/Camera Videos/Back Yard20160207-202748-1454898468.mp4 Wasn't sure what exactly this is telling me. The data came from my old synology backup drive. I already deleted all of the @eadir folders that were everywhere and giving me rsync errors earlier on a movie folder backup until I removed the -og from my script. I assume I should be using different parameters but wasn't exactly sure which ones. Sorry if this is something I should already know Update - I change the rsync parameter to this -rvlptD and the errors are gone now and it appears to be backing up fine.
  10. Here is what I have had success with so far.....selected the Big Sur install.....the VM installed Catalina.....after the install and as soon as you get there is an upgrade available warning (do not go to the next step) immediately start the upgrade....after several reboots it will finish.....you will once again get an upgrade available message after it upgrades catalina to big sur.....do that too...it reboots a lot. After loading Catalina and installing the 2 upgrades you will have Big Sur running with the latest patches. That is when I went on and did the next step in the video and all is fine. I had no luck going back in and trying to pass through a video card after I was on Big Sur. It just made it unbootable for me. So, long story short I am stoked to have a working copy of Big Sur in my VM directory. I am not going to touch it as far as updating it for a while Thanks SpaceInvaderOne!
  11. Same question here. When I did that and tried to go back to VNC the image no longer works. VNC says the session no longer send an image or something like that.
  12. I wiped everything and tried to install Big Sur......it keeps installing Cataline which was the first thing I installed. I checked the ISO folder and it looks like Big Sur downloaded. The only thing in my ISO folder is the Big Sur image. I am wondering how/why it is installing Catalina.
  13. Wow! A few years back I built a hackintosh on an older dell 780. It took me about a month to figure it out. This is incredible! One question....is it safe to install the updates? The warning popped up right after the install. Also...I have an old GTX 580 graphics card....wasn't going to install it in my unraid but I think I will now just to try out the graphics pass through. I need to watch that part again.....I'm a little fuzzy on that process.
  14. Just saw the warning about running in admin so I changed the UID's to match my username instead of root. Was curious is there a way once it is launched to temporarily elevate the user if protected writes are needed?
  15. Hey folks...using preclear for the first time with an 8tb drive in a USB 3 dock. It started fine but the status has been 'starting' for about 30 minutes. Is that normal? I know it will take many hours to complete and just wanted to make sure it is at least doing something before I hit the bed These are the only log entries so far... Feb 11 21:08:26 unraid kernel: sd 7:0:0:0: [sde] Synchronizing SCSI cache Feb 11 21:08:26 unraid kernel: sd 7:0:0:0: [sde] Synchronize Cache(10) failed: Result: hostbyte=0x01 driverbyte=0x00 Feb 11 21:08:31 unraid kernel: sd 7:0:0:0: [sde] Spinning up disk... Feb 11 21:08:48 unraid kernel: sd 7:0:0:0: [sde] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB) Feb 11 21:08:48 unraid kernel: sd 7:0:0:0: [sde] 4096-byte physical blocks Feb 11 21:08:48 unraid kernel: sd 7:0:0:0: [sde] Write Protect is off Feb 11 21:08:48 unraid kernel: sd 7:0:0:0: [sde] Mode Sense: 43 00 00 00 Feb 11 21:08:48 unraid kernel: sd 7:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Feb 11 21:08:48 unraid kernel: sde: Feb 11 21:08:48 unraid kernel: sd 7:0:0:0: [sde] Attached SCSI disk DONE
  16. Greetings. I am not able to log into the QB web interface. I am using admin/adminadmin Is that the wrong info? Thanks
  17. Worked great. My hand was shaking as I hit enter One little issue left....my space indicator for the appdata share still shows 5.56 free. Will that update after a reboot? I tried doing a compute all and start stop array and it didn't change.
  18. Thank you! Messing around with removing and adding the cash to fix what I thought was an issue is what cost me about 8 hours today
  19. I worked through a self inflicted problem today (8 hours - lol) and finally got everything back the way I had it with one problem.....my appdata folder is on the cache drive except for one subfolder and I can't figure out how to delete it or even get to it for that matter. It happened when I unmounted my cache and mover kicked in. Anyways it would be great to remove it because it makes the appdata folder show up as a combined size instead of the size of the cache drive only. 5.55 TBinstead of 960 gigs free that it should indicate. Can someone please point me in the right direction. My trying to delete it earlier got me all screwed up but I learned a lot figuring out what I had done....
  20. Hi friends. New unraid build since Tue....was working perfectly...had my data and dockers all on server and working great. Got up this morning and all of my Radarr images were black and errors about no being able to find them. Looked in the container and they were there, same with Sonarr. The only thing I can think of is that the SSD trim app ran at midnight and did something to the cache. So after trying several docker/container reloads and still having the path errors. I decided to stop the array and unmount the 2 1TB SSD cache drive, format them and add them back. I reloaded Sonarr and Radarr from scrath and set them back up. Now my shares that are on the cache drive have duplicated to the array. Looking for some advise and suggestions on what to do now and perhaps what could have happened. This is a new build and I haven't even added my parity disk to it.
  21. Hi folks. New to unraid and just installed this plugin. Love it! One thing I noticed is it tries to update every 5 minutes. I get a lot of "something went wrong" errors in the log. It does eventually update my ip. I am wondering is there is a way to update like every hour or so. Five minute intervals might be causing my issue.
  22. So.....reload my USB key or upgrade from Unraid? Update....Never mind. I figured it out But......I would like to know how you added the cool message tag in the bottom of your reply!
  23. Yup 6.83.....that makes sense. I am kind of glad now because I forgot about the dual NIC I had and now am using that
×
×
  • Create New...