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.

DrPeril

Members
  • Joined

  • Last visited

  1. Yep, USB Manager plugin seems to be the solution.
  2. @VulpesDormiens Did you ever find a reliable solution to this? I've tried everything I can think of to get it to automatically connect and it just won't. If anyone else has suggestions, I'm all ears. This is the device (I don't usually check Optional, must have double clicked or whatever a moment ago): This is my trying and failing to connect it in docker settings: And this is the device info: It really seems like it should work, but no, every reboot requires manually reselecting the device.
  3. Hey team, Love the plugin, no issues to speak of Quick question though: it seems like the plugin has updated almost daily for weeks, maybe longer. Is there a beta plugin that I've unwittingly installed or something or is it just that new versions are getting pushed for each defect? Again, no problems, it's just making me think I'm running a nightly version instead of a stable release or soemthing ¯\_(ツ)_/¯ Thanks, ~ Aaron
  4. Hi, good morning! Yep, using Brave (with shields disabled) was about to try Edge (ugh), but I'll give FF a go. Thanks! Update: Welp, that didn't work. Still just spins.
  5. Ugh... 20 minutes of fighting logins and pw reset nonsense and I finally got in. Now, I can't set up 2FA - how long do we expect it to sit at "Enabling MFA"? I seems stuck, but won't give an error, progress, and refreshing the page just puts me back into a holding patter. Seems like others are having trouble with MFA 'sticking' once set up, anyone got a tip on how to get this entirely frustrating "improvement" moving forward?
  6. DrPeril posted a topic in Security
    Hey all, Just saw this on Ars. At the office atm, so I can't do much in the way of looking into it, but I thought I'd post and see if anyone else has any info about the exploit, and/or, if we need to worry about it with internet-exposed Dockers? https://arstechnica.com/information-technology/2022/01/a-bug-lurking-for-12-years-gives-attackers-root-on-every-major-linux-distro/ Thanks~
  7. Great, thanks Hoopster. Ah, thanks, Ich777, I must have missed it.
  8. Hey All, Is there a list of known-compatible video cards anywhere? I pulled the old MSI GeForce GTS 450 out of my Mac Pro (server way back) and thought I'd pop it into my unRAID box to give Plex docker whatever help a 1gig card can provide but I don't want to bork anything or spend tomorrow fighting something that will never work. Thanks, ~ Aaron
  9. WebAPI Plugin for Organizrv2 Ok, so let's figure this out if we could. I've looked over the forums and the general consensus is that the WebGUI add plugin doesn't and won't work. Meh, whatever. But to manually add it: Download WebAPI-0.4.0-py3.7.egg (or one of the variants) Place in (assuming SpaceInvader One's setup guide) appdata/binhex-delugevpn/plugins/ Restart the Connection Manager/Daemon .... Profit. However, these instructions don't seem to work for at least myself, but also a bunch of folks in this thread. Vital info: Deluge 2.0.4.dev38 binhex/arch-delugevpn (no version specified, updated today) Python 3.9.2 (default, Feb 20 2021, 18:40:11) unRAID 6.9.1 I've tried eggs: deluge_webapi-0.4.0-py3.6.egg from https://pypi.org/project/deluge-webapi/ WebAPI-0.4.0-py3.6.egg from https://github.com/idlesign/deluge-webapi/tree/master/dist WebAPI-0.4.0-py3.7.egg from https://github.com/idlesign/deluge-webapi/tree/master/dist WebAPI-0.3.2-py2.7.egg from https://github.com/idlesign/deluge-webapi/tree/master/dist WebAPI-0.3.1-py2.7.egg from https://github.com/idlesign/deluge-webapi/tree/master/dist None of these seem to work by loading or by dropping them into the directory and restarting the docker. Manually expanding the egg files and adding the folders to the plugins/ dir also doesn't seem to do anything. Most places also remind us to update binhex-delugevpn/core.conf to include the Plugin: Note "WebAPI" added to enabled_plugins "download_location_paths_list": [], "enabled_plugins": [ "LabelPlus", "AutoAdd", "Scheduler", "WebAPI" ], "enc_in_policy": 1, "enc_level": 1, "enc_out_policy": 1, "enc_prefer_rc4": true, "geoip_db_location": "/usr/share/GeoIP/GeoIP.dat", "ignore_limits_on_local_network": false, "info_sent": 0.0, Some posts have mentioned restarting the Daemon to initialize the plugin, however, 1) wouldn't it no longer be activated after a docker restart?, and 2) Don't know about anyone else, but if I select the Daemon in Connection Manager and hit "Stop Daemon" I get an error message window that just says "An error Occurred" so... womp womp. Meanwhile, back at Google... My old buddies at OpenMediaVault (it was good at the time, but I'm soooooo glad I made the switch omg) are also struggling with adding plugins to deluge. I found a few posts that outline getting AutoRemovePlus-0.6.2-py3.7.egg to work, so I followed those (more or less the same as above, adding the egg to the plugins dir) to make sure it wasn't just the WebAPI egg itself. Sadly, no joy. I know it's a few years old now but SpaceInvader One's plugin vid also doesn't help with this. dev.deluge-torrent.org appears to have gone offline while I was typing this, so that's not ideal. But if anyone has an idea of how to enable plugins I'd appreciate some pointers. If nothing else, perhaps I could request @binhex include the WebAPI plugin in the build? Given the number of requests it seems like it might be a well received addition ¯\_(ツ)_/¯ ---------------------------------------- WORKING! ---------------------------------------- Right, welp, got it working though good, old fashioned, luck. There's a github support thread here: https://github.com/idlesign/deluge-webapi/issues/27 that got me going on the right path. Basically, you need to download the plugin linked here: https://github.com/idlesign/deluge-webapi/files/4458994/WebAPI-0.4.0-py3.8.zip And then rename the file to "WebAPI-0.3.9-py3.9.egg" then copy it into your config/appdata/binhex-delugevpn/plugins/ directory. Also expand it as if it were a zip file, the folder should be named "WebAPI-0.3.9-py3.9" by the expanding software. I don't know if it's the egg, the folder, or both that deluge wants to see, but I also don't care cause it's working. You do need to add "WebAPI" to the binhex-delugevpn/core.conf as seen above. Make sure to mind your commas! Now reboot the docker and, hopefully, you'll see WebAPI available in Settings > Plugins and can activate it. Once activated it will have a settings item in the left list, click on that and check Enable CORS. Now go back over to Organizrv2 and in the Deluge Home settings enter the [ip]:[port] of your deluge instance using the password that you use for the webUI (as best as I can tell this doesn't work if you don't have a pw set). Hope this helps folks in the future
  10. It doesn't seem to work with the unRAID remote beta Once I updated my DNS it was super unwilling to connect. Which... beta, but still, fyi. I'll upload some logs and jazz later, for now, it's time for some Snyder Cut and, I imagine, a brief morning period for what's left of my childhood. (ok, ok, judgement reserved... for now)

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.