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.

vortexrap

Members
  • Joined

  • Last visited

  1. hey @rix! I've been using your sync lounge auto docker for several months and it works great! (https://github.com/rix1337/docker-synclounge-auto). Any chance you will be updating this to support the new synclounge v2?http://synclounge.tv/v2beta/ They made some significant changes to the docker with a host of new features.
  2. @jbrodriguez Thanks. I'll post in that thread. (also, yes I do have the companion plugin installed on both servers).
  3. I'm having difficulty adding a second server that has the new HTTPS via let's encrypt feature of 6.4. Anyone else having this issue? I already have 1 server thats on 6.3.5 with only HTTP and have no issues adding. Trying to add via IP or the new host name doesn't work. I've also tried various combinations of hostname+IP + HTTPS flag in the app (and I'm pretty sure I'm not fat fingering the inputs). Thanks!
  4. I'm able to use subfolders without having to drill into each individual movie file. So my file structure is sorted like this: /mnt/user/unraidshare (or NFS share)/movies/moviequality/movietitle/movie.mkv Sample: /diskstation/media/movies/720ptemp/Shelter.mkv I have my Radarr container setup in this way: Inside Radarr, under Movies -> Add Movie -> Import Existing Movies on Disks, I browse to where I set my container/host path: /media/diskstation/720ptemp/ Once my path is set, I Add (click the green checkmark) -> Close, and Radarr scans and recognizes them: http://i.imgur.com/UR49PGO.png This is a small folder with only 5-6 movies as a test bed for the import and recognize and so far so good. I added one of my larger shares, and it seems to recognize all of them. My thoughts so far: It works! Indexers, Download client, Quality Profiles, Connections. I successfully upgraded a 720p file to 1080p and found a release on a indexer, and set to Deluge. We will see about importing once its done There doesn't seem to be a mass add/monitor feature similar to CP. I like the granuarity and control this offers but bulk additions would be great! Under Media Management -> Movie Naming you can't customize the movie folder the same way as the movie file (minor thing, but all my movies are sorted that way so I can easily see qualities at the top level without digging into the subfolder. File: {Movie Title} ({Release Year}) {Quality Full} Folder: {Movie Title} ({Release Year}) Forms Auth works. I will be testing how it works under a reverse proxy (LetsEncrypt)[Edit: works!]
  5. Thanks for this! Excited to try this out
  6. Confirmed fixed and working. These are the steps i took to change my original configuration to work: Added new variable VPN_PROTOCOL: udp Changed: VPN_PORT: 1198 you guys are the best! Thanks binex and jonathanm!
  7. Hey guys. I've been using Binhex's Deluge for the last couple months without an issue. I recently went into add a file path and during the rebuild of the container, I can no longer access the web UI. I've since tried to revert back to the earlier config, and tried removing the container and image and starting from the XML template without any luck. Any help is appreciated! Logs below: [info] Env var PUID defined as 99 [info] Env var PGID defined as 100 [info] Permissions already set for /config and /data [info] Starting Supervisor... 2016-07-26 12:38:45,638 CRIT Set uid to user 0 2016-07-26 12:38:45,638 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2016-07-26 12:38:45,642 INFO supervisord started with pid 12 2016-07-26 12:38:46,643 INFO spawned: 'start-script' with pid 15 2016-07-26 12:38:46,644 INFO spawned: 'webui-script' with pid 16 2016-07-26 12:38:46,646 INFO spawned: 'deluge-script' with pid 17 2016-07-26 12:38:46,647 INFO spawned: 'privoxy-script' with pid 18 2016-07-26 12:38:46,654 DEBG 'privoxy-script' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-07-26 12:38:46,654 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-07-26 12:38:46,655 INFO success: webui-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-07-26 12:38:46,655 INFO success: deluge-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-07-26 12:38:46,655 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-07-26 12:38:46,655 DEBG 'deluge-script' stdout output: [info] deluge config file already exists, skipping copy 2016-07-26 12:38:46,656 DEBG 'deluge-script' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-07-26 12:38:46,656 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2016-07-26 12:38:46,667 DEBG 'start-script' stdout output: [info] VPN provider defined as pia 2016-07-26 12:38:46,669 DEBG 'start-script' stdout output: [info] VPN default certs defined, copying to /config/openvpn/... 2016-07-26 12:38:46,673 DEBG 'start-script' stdout output: [info] VPN config file (ovpn extension) is located at /config/openvpn/openvpn.ovpn 2016-07-26 12:38:46,676 DEBG 'start-script' stdout output: [info] VPN provider remote gateway defined as nl.privateinternetaccess.com [info] VPN provider remote port defined as 1194 2016-07-26 12:38:46,676 DEBG 'start-script' stdout output: [crit] VPN provider remote protocol not defined (via -e VPN_PROTOCOL), exiting... 2016-07-26 12:38:46,676 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 47900179671376 for <Subprocess at 47900179670800 with name start-script in state RUNNING> (stderr)> 2016-07-26 12:38:46,676 DEBG fd 6 closed, stopped monitoring <POutputDispatcher at 47900179671016 for <Subprocess at 47900179670800 with name start-script in state RUNNING> (stdout)> 2016-07-26 12:38:46,676 INFO exited: start-script (exit status 1; not expected) 2016-07-26 12:38:46,677 DEBG received SIGCLD indicating a child quit

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.