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.

Celsian

Members
  • Joined

  • Last visited

  1. Project Name: xTeVe Channel Alerts Project Github: https://github.com/celsian/xteve-channel-alerts Docker Hub: https://hub.docker.com/r/celsian/xteve-channel-alerts Author Github: https://github.com/celsian/ Initial troubleshooting steps: Be sure you've populated the required docker variables: XTEVE_URL This should be the full address of your m3u file listed at the top of your xTeVe dashboard labeled M3U URL: DISCORD_WEBHOOK_URL This will be the webhook you've created in your alerts channel on your discord server. See creating a webhook for more information. Provide a host path for the Config variable. Missing host path will reset your logs and playlist history each time the container stops. Please post any questions or issues relating to this docker in this thread, feel free to open issues on the Github project page.
  2. Thanks for your help!
  3. Looks like the dreaded SSL issue is back for pip, see attached. I didn't see any answers previously in this thread other than needing to wait for an update. Is that still the case? Edit: Turns out the Repo was updated 11 hours ago with a new version of Python3 (3.9.17) that does not have SSL by default. The old package version 3.9.16 does. Hopefully this will get fixed soon. This support thread in Trash guides discord helped me figure out what was going on and install an older version of Python 3 that worked. Here's the two commands to run in the Unraid console to install the older version. If you already installed Python3 through the NerdTools pack, remove it. Do install python-pip & python-setuptools via NerdTools. wget -O /boot/extra/python3-3.9.16-x86_64-1_nerdtools.txz https://github.com/UnRAIDES/unRAID-NerdTools/raw/d01098b77b82c1d12a8491d988da2db7f66d9f40/packages/6.11/python3-3.9.16-x86_64-1.txz installpkg /boot/extra/python3-3.9.16-x86_64-1_nerdtools.txz --reinstall
  4. Turns out the problem was actually with my network settings, when I restarted my unRAID server, the network connections stopped working again for both VM's. To resolve it I discovered that under network settings I had to enable bonding for eth0. I enabled bonding for the NIC, set the mode to backup and only included eth0 in the bond. After starting the VM's again, their network connections started working and the connections continued working after an unRAID restart.
  5. I resolved this issue by changing my network model for my VM's from 'virtio-net' to 'virtio' Does anyone know why virtio-net does not appear to work anymore?
  6. I have two VM's, Debian and Win10. Neither can ping any ip address other than the unraid ip. Pinging the router or any external address fails. Here is my network config:
  7. Thank you for the response, it seems to be better today after I restarted the container. Maybe something funky was going on. I'll keep an eye on it and ask there if it comes back.
  8. I only recently got back into V Rising and decided to spin up my own server via a docker container. When playing, I get occasional micro stutters. The stutters are noticeably worse after about 24 hours of up time. I'm the only one on this server at the moment. This doesn't happen when I'm playing on a friends hosted server. Is there some sort of special resources setup I should be doing for this docker? I'm using a Ryzen 3900x with 64gb of 3200mhz memory. My CPU usage doesn't appear to go over 15% when I'm logged into the server. It has a Raid 1 cache drive setup with two 970 Evo Plus drives, which house my docker appdata folder. These are 85% empty. I do have several other docker containers running on the same machine, but none of them are game servers and appear to use very few resources.
  9. If you're using Apache2, add this to your reverse proxy virtual host: RewriteEngine On RewriteCond %{HTTP:Connection} Upgrade [NC] RewriteCond %{HTTP:Upgrade} websocket [NC] RewriteRule /(.*) ws://<docker ip address>:<port>/$1 [P,L] Replace <docker ip address> and <port> with your OpenBooks ip address and webui port. Edit: You need the rewrite mod for this to work: sudo a2enmod rewrite
  10. Just wanted to drop by and thank the dev. I had a power failure 10 hours into a 20tb preclear. Thanks to this plugin I was able to pause the preclear and let the unRAID server shutdown when my UPS batteries hit the low percentage mark. Upon power restoration I booted up and was able to resume the preclear. Thanks for saving me 10 hours of wasted time.
  11. dg180, I found some information in another thread about this being an unRaid implementation issue. It's supposed to be fixed in the next version. In the mean time you can use the community application linked in this thread to fix things, it's called 'docker patch' Apparently the community app is set to not install on unRaid after version 6.11.5, so you shouldn't need to remove it later, it will remove itself.
  12. Is anyone having trouble keeping jellyseerr up to date? I constantly version not available with the broken link icon next to it. See the attached image. Jellyseer works fine and I'm able to force update it. I only realized this was an issue when I found that I was several revisions behind despite automatically updating my docker containers nightly.
  13. Small update. After fixing my Passthrough issue (earlier in this thread) the VM has been working flawlessly since. Upgrading to 6.11 worked fine. Passthrough continues to work. Edit: 11/28/22 Passthrough still working as of 6.11.5 Another note, I recently helped my brother with his GTX 770. The steps I took above did not work for that card, we were still getting Error code 43 in device manger, however a change to the VM's XML from this post fixed it:
  14. I likely could have sysprepped it and moved it over that way, but I didn't think to do that until after I had already started setting up the new one. I've installed windows hundreds of times and this VM is just an HTPC anyway, so there's not a lot of setup necessary. Obviously that's not the case for everyone else, sysprep is a great alternative.

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.