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.

Coolsaber57

Members
  • Joined

  • Last visited

Everything posted by Coolsaber57

  1. I have an odd issue - I've been able to successfully connect to my server using the "Remote Tunneled Access" option on my phone without issue. I created another peer of the same type to connect my Windows laptop, but the only way I could get it to work was to un-check the "Block Untunneled traffic (kill-switch)" option. This seems to add "128.0.0.0/1" to the allowed IPs. Does this mean that it's not routing all my traffic through the VPN? Is there some configuration I need to fix?
  2. Not yet. I tried using an emby.config file and changing the ports/name/etc and I WAS able to get to the page, but for some reason the login says that it's disconnected and to wait for reconnect. Not sure what the issue is.
  3. I am trying to expose my Octoprint page, but am having trouble finding a configuration that will work. Here's the examples that Octoprint provides: https://community.octoprint.org/t/reverse-proxy-configuration-examples/1107 Here's my current config: server { listen 443 ssl; listen [::]:443 ssl; server_name print.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; proxy_pass http://192.168.2.13:80; proxy_set_header Host $http_host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Scheme $scheme; } } I took out a few lines that were causing the docker container to throw errors. I'm currently getting a 500 error. If I copy a config from another container and change the IP/port/subdomain, I do actually get to see the login page, but it says it's offline and asks me to reconnect. Has anyone successfully configured Octoprint in this container? If so, would you be able to share the config?
  4. Thanks for all the help, I'll definitely have to reference the reverse proxy config. My issue is that I can't seem to set anything up. I go to the web UI and can't create an account (when I try, it just sits there - do I need to enable Signups temporarily?). I'm pretty much starting from scratch so I'm just not sure how to get my account going. Edit: So I think I started to figure it out: I enabled the SMTP server stuff (w/ a gmail account) and invited myself to create an account. When I created an account this way, I was able to do it. Now I'm trying to figure out how to get the Duo stuff to work and creating logins in general.
  5. I did try to research, but wasn't sure if anyone had already figured out the recommended configuration. For instance, what is the Admin token used for? Is there a default login? When I try to use the Admin token for the Master Password when logging into the web GUI, i get an import key error - when I google it, there appears to be a lengthy process to get it working in https, but I'm not clear on how to do that in Unraid. I figured someone has already worked out the kinks and is running it, which is why I was curious if there was a written guide out there.
  6. Is there a guide for Bitwardenrs? I'm sorta confused as to the process of setting it up.
  7. Thank you. Although it looks like they haven't uploaded a new version since August 😕
  8. Hello, is there an update that can be made to this container? I'm having the issue above where it won't work with nvidia unraid plugin and it does show that version 4.3.0.30 is available (it's currently stuck on 4.2.1.0)
  9. Yes, I am using a subdomain for it. Mine is https://docs.mydomain.com.
  10. Yep, it was one of my proxy confs files. This one was specifically for the onlyofficedocumentserver container.
  11. I do, check my post history for explanations of what I had to do.
  12. Is there any chance of adding an option to backup vdisks along with the libvirt file? Or is there a better tool to use for that? I do have rclone, but am unsure if I need to take the VM offline to use that tool.
  13. Does this container still auto-add the Admin user profile upon start up still?
  14. Hooray! Google Photos is working for me! Now I just need to find a workaround for the compressed video thing.
  15. I've been using Unraid after building my own server, and coming from a QNAP NAS, it's made the transition super easy. Happy Birthday Unraid!
  16. Can anyone help me figure out how the new Google Photos sync works? All I want to do is keep a copy of my photos/videos in Google Photos in a folder on a unraid share. I tried variations, but this is what I thought would work, but am getting errors: rclone sync -v google-photos-username:/ /mnt/user/Multimedia/Photos/test/ I thought this would just sync everything, but I get the error: 2019/08/07 12:40:09 ERROR : upload: error reading source directory: directory not found Can anyone see what i'm doing wrong? Edit1: if I use the command: rclone sync -v google-photos-username:/media/all/ /mnt/user/Multimedia/Photos/test/ It thinks for a few minutes and then I start seeing errors like: 2019/08/07 13:00:04 ERROR : : error reading source directory: couldn't list files: Quota exceeded for quota metric 'photoslibrary.googleapis.com/all_requests' and limit 'ApiCallsPerProjectPerDay' of service 'photoslibrary.googleapis.com' for consumer 'project_number:REDACTED'. (429 RESOURCE_EXHAUSTED) For reference: https://tip.rclone.org/googlephotos/
  17. Where can I go to verify where the logs are being written?
  18. Just a heads up, this container was filling my entire docker image with logs and I had to cap it in order to get it to stop doing that. As a side note, it shows that SABnzbd v2.3.9 is now available.
  19. Hmm, I went ahead and updated to the latest version and I can't connect to the VPN or the WebUI page now. It worked fine with the workaround posted earlier (forcing it to an earlier version), but not anymore. I also don't see any errors in the log. Also, as a side note, if you try to go back to the previous version, it will tell you the command failed and create an orphaned image. I had to remove all orphaned containers, then go to CA and re-add the docker container. Luckily nothing happened to my settings and it all works now pointing to the older version.
  20. Thank you for the fix, it works!
  21. Thank you! I'll give it a try and see if that fixes the issue I was having.
  22. Hey @binhex I wanted to see if this was something you might have control over or if it was the maintainer: I've been trying to get an issue fixed with playback when my Bluetooth headset is connected to my emby client (Nvidia Shield) and Emby is pointing out that this docker uses an FFFMPEG build that is higher than what is officially supported by Emby (4.1). Is there a reason that FFMPEG in this docker container uses a different version that what's supported by Emby? Should that even matter?
  23. Hey there, quick question: where do files get transcoded to? Is it the appdata folder or the mapped folder in the Template? Edit: actually I think I was able to answer my own question:
  24. Agreed. So far, the best I've found is actually just using Emby, which I already use for audio/video
  25. Got it, thank you.

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.