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.

Kewjoe

Members
  • Joined

  • Last visited

Everything posted by Kewjoe

  1. Anyone know an answer to above?
  2. Is there a particular format needed for the Exclude Folders section? if i typed "Appdata\EmbyServer\metadata" that would work? and if i want more than 1 folder i separate them with commas?
  3. Hi Binhex, I've started using Privoxy in my browser. Works great. Except for some odd reason it blocks the banner in unRaid. Everything else local works, but the banner for some odd reason is being blocked. If I turn off the proxy it comes back. Obviously not a huge issue, but I thought I'd bring it up. Edit: Eh, it was a simple fix. I just added my unRaid machine in the section to not use the proxy.
  4. I found the high thread priority option, but not the max thread. Where did you see that one?
  5. Have you tried seabios? Sent from my ONEPLUS A3000 using Tapatalk
  6. Boom! works. You da man. Enjoy the small, long overdue donation
  7. Thanks Binhex! log attached. Could it possibly be the fact i edited rtorrent.rc and specified a port? I noticed that you are randomizing the port at each start. What should the port_range be? or should it just be commented out? supervisord.log
  8. Still closed. Just to check, in the config file i have 49160-49160 as the port. My router doesn't have anything open and I've just removed the VPN_INCOMING_PORT. Here's my full Docker Config:
  9. I'm already connected to CA Toronto. Should RUTorrent say the port is open? or does the message saying it's closed not matter?
  10. That worked! when in doubt, delete the plugins folder BTW, separate topic. Is there any trick to get the port open? So I have PIA VPN, VPN_INCOMING_PORT is 49160, port range in RTorrent is 49160-49160. I don't have it open in the router. Is that needed? I thought i read since it goes through the VPN tunnel that isn't needed. In the GUI, it has a red exclamation mark and says port 49160 is closed.
  11. Tried default (was using oblivion). Same error message. I'm not sure if it's actually causing an issue besides the error popping up when i login.
  12. I'm getting the following error in the gui when i try to use it: JS error: [http://192.168.79.15:9080/js/webui.js : 1923] TypeError: s is undefined This happened after I updated the docker. I tried searching, nothing came up.
  13. Kewjoe replied to coppit's topic in Docker Containers
    Yes, I definitely did.
  14. Kewjoe replied to coppit's topic in Docker Containers
    It's working for me too after the update. Although i can't seem to get the watch folder working. I drop a video in there and nothing happens. This is my config file: ### Change monitoring settings # If we don't see any events for $SETTLE_DURATION time, assume that it's safe to run HandBrake. Format is HH:MM:SS, # with HH and MM optional. SETTLE_DURATION=10 # However, if we see a stream of changes for longer than $MAX_WAIT_TIME with no break of $SETTLE_DURATION or more, then # go ahead and run HandBrake. Otherwise we might be waiting forever for the directory to stop changing. Format is # HH:MM:SS, with HH and MM optional. MAX_WAIT_TIME=10:00 # After processing all the files in the watch dir, wait at least this long before doing it again, even if # $SETTLE_DURATION time has passed after change. This controls the maximum frequency of the HandBrake runs. MIN_PERIOD=0 # Set this to 1 to log all events, for debugging purposes. WARNING! This creates copious amounts of confusing logging! DEBUG=0 # HandBrake doesn't write to the watch dir, so it's safe to keep watching for events. IGNORE_EVENTS_WHILE_COMMAND_IS_RUNNING=0 #----------------------------------------------------------------------------------------------------------------------- ### HandBrake settings # Run the program as this user and group ID, which should match up with the host. This will ensure that the resulting # converted video has the right ownership and permissions. # The defaults typically correspond to the "root" user in the host. To change these, run the following commands (which use the # "nobody" user and group) in the host and set the values here. # id -u nobody # id -g nobody # su -l nobody -c umask USER_ID=99 GROUP_ID=100 UMASK=0000 # The command to run to convert the file. For a list of presets visit # https://handbrake.fr/docs/en/latest/technical/official-presets.html HANDBRAKE_COMMAND='HandBrakeCLI -i "$SRCDIR/$SUBDIR/$FILENAME" -o "$DESTDIR/$SUBDIR/$BASE.mp4" --preset "Super HQ 1080p30 Surround"'
  15. Kewjoe replied to coppit's topic in Docker Containers
    I didn't do the exact same sequence but I ended up with the same result. I installed the container, which automatically stops. I modified the handbrake.conf and started it. It worked fine for about 48 hours. I made no further changes. The container re-started today (backup of appdata) and now won't start. I get the following in the log: *** Killing all processes... *** Running /etc/my_init.d/00_config.sh... *** Running /etc/my_init.d/01_user_config.sh... usermod: no changes usermod: no changes usermod: no changes *** Running /etc/my_init.d/02_app_config.sh... *** Running /etc/my_init.d/start.sh... Using existing configuration. May require editing. [2017-05-14 08:52:42] User "user_99_100" already exists. Skipping creation of user and group... [2017-05-14 08:52:42] Running command as user "user_99_100"... Ensuring user and group exists ln: failed to create symbolic link ‘/nobody/.config/ghb/handbrake’: File exists *** /etc/my_init.d/start.sh failed with status 1
  16. There is only 1 item listed in the changelog so each tag is 1 week? that should work for me. Thanks!
  17. Which tag is the install before you guys moved to PHP7? I need to troubleshoot an issue I'm having.
  18. I run a tight ship. All different sites have given me perfect marks. But you're right, nothing is bullet proof.
  19. I have Cardigann working with it. I haven't spent a lot of time with Radarr yet though. Manual searches are working. But i haven't spent time setting up anything automated yet.
  20. PHPBB Forums prior to 3.2 (just released a month ago) only supported PHP5. I'm still on 3.1.10 and haven't upgraded yet. Reason being is that I'm waiting for the themes/extensions to be updated before I do so. When I updated this docker without realizing and then seeing the errors, I tried just updating to 3.2 but it wasn't working, likely missing some modules. the 3.2 installation instructions mentions some additional PHP modules needed to run the new version. So, when I do get around to updating my forum, don't be surprised if I come begging for a couple of PHP7 modules to be added Thanks guys. I do appreciate the work you put in.
  21. Here's a question. Can I restore my docker container from before my update? or will that cause problems? It would buy me time to have to deal with this change when I actually have some time to spare Yeah try tagging 32, 33 or something earlier. So change the repository to linuxserver/letsencrypt:32 Oohhh nice. That worked. Thank you sir!
  22. Here's a question. Can I restore my docker container from before my update? or will that cause problems? It would buy me time to have to deal with this change when I actually have some time to spare
  23. Fair point... our bad. However, we can't post the same information in multiple places as it's a logistical nightmare with every container, if you want to see if an update brings any big changes then the links on the first post will take you to the Github page and the readme there will have any changes listed. Ya, I get it. I mostly blame myself for blindly updating. I need to stop doing that.

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.