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.

frozenpine

Members
  • Joined

  • Last visited

  1. Yes, I use unraid. While I could change to transmission, I wouldn't anytime soon. I like all of my client options with deluge. Only work is changing your install file to include the extra packages and pip install the modules. The mod install sample I gave is the only difference between your docker and the one I made https://hub.docker.com/r/frozenpine1/arch-flexget-fp/ https://github.com/frozenpine1/arch-flexget-fp If you add deluge and rar, I'll switch to just using your docker directly. Otherwise if you want to keep yours transmission only, I completely understand and ill periodically look for your updates and make my mods until I learn how to do a proper fork/pull. "connect seamlessly to 2 different Deluge instances running on unraid." I'm doing this too.
  2. Yes I looked at binhex version but don't care about the VPN, your version was easier to configured and just worked. I don't need both transmission and deluge only rar and could switch to transmission but i like deuge. I understand if you did not want to add bloat. I made a personal docker with what I need. Its a complete plagiarism of your work.
  3. Any chance you could modify your install script to include support for deluge and rar? I can figure out how to do a pull request if needed. /setup/root/install.sh Orig: # define pacman packages pacman_packages="python2 python2-pip" # install pre-reqs pacman -Sy --needed $pacman_packages --noconfirm pip2 install --upgrade setuptools pip2 install flexget pip2 install transmissionrpc Mod: # define pacman packages pacman_packages="python2 python2-pip unrar deluge" # install pre-reqs pacman -Sy --needed $pacman_packages --noconfirm pip2 install --upgrade setuptools pip2 install flexget pip2 install transmissionrpc pip2 install service_identity pip2 install deluge pip2 install rarfile

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.