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.

kingfetty

Members
  • Joined

  • Last visited

  1. In the same boat here, I'm just awaiting someone to post a solution. Been fiddling with it for a couple weeks now with zero luck. -edit managed to capture a photo quick enough to see an error:
  2. It's gotta be software at this point. I've had this issue since 6.6.7 and was convinced it was hardware. Alas, I have replaced every single piece of hardware and still get kernel panic NF_NAT IPTables about once a week. I'm not sure where to go from here. I don't have a log file of the kernel panic as once it panics and you reboot, the logs are gone. I'm attaching a diagnostic file, and will await instruction on what to do next. tower-diagnostics-20190705-0148.zip
  3. Bug Description: When using quotes " in the value of a variable for a docker container the UI does not parse the line correctly when reading the xml file. How to reproduce: Create a docker and add a variable called test. Set the value of the variable to something that contains quotes. (ex: this"is"my value ). Then edit the container configuration. Upon editing the value will be depicted as truncate where the quotes began. (ex: this ) Expected results: Quotes should be parsed and represented html safe encoding " Actual results: Quotes are not parsed correctly. Other information: Examining the xml file shows that it is stored correctly the first time it is entered but not parsed correctly when editing.
  4. Documented in the defect reports thread with work around documented: https://lime-technology.com/forum/index.php?topic=41650.0
  5. If you have multiple USB devices with the same Vendor and Product then the passthrough does not work as the UI currently builds the XML file with USB based on the Vendor / Product and not the Address Bus= Device= syntax. Since this is the case if you attempt to passthrough any usb devices that have duplicate Vendor/Product you will not be able to start your VM. The workaround is to manually edit the xml to the Address syntax. Examples: Bus 011 Device 003: ID 08bb:2704 Texas Instruments Audio Codec Bus 011 Device 002: ID 08bb:2704 Texas Instruments Audio Codec Current Syntax: <hostdev mode='subsystem' type='usb' managed='yes'> <source > <vendor id='0x08bb'/> <product id='0x2704'/> </source> </hostdev> This will result in a non booting VM Fixed Syntax: <hostdev mode='subsystem' type='usb' managed='yes'> <source> <address bus='11' device='2'/> </source> </hostdev>

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.