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.

melagodo

Members
  • Joined

  • Last visited

  1. CA Mover Tuning by hugenbdd doesn't work with 7.0 (doesn't actually move files), but update assistant is not marking it as incompatible. Any way it could be added?
  2. Hi all. A while back I had a perfectly working VM with a 980ti passtrough, following SIO tutorials. This was without passing any bios (if I remember correclty) and was on Unraid 6.9. Didn't use it for a long time and now I'm trying to set it up again with a fresh Win11 install. I've tried everything I could think of, but there's no way I can make it work again, I always get a black screen with no video input. i'm booting in legacy mode i've appended video=efifb:off,vesafb:off to my syslinux here's my IOMMU group I cannot dump vbios with SIO script and don't have another PC, so downloaded the correct one. Tried without any bios, with original version and with modified version as per SIO instructions, but same result. here's my vm xml, tried with and without multifunction='on' <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='16'> <name>Windows 11</name> <uuid>f3e49a71-1d05-dd6e-feab-82be4c593069</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 11" icon="windows11.png" os="windowstpm"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>16777216</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>6</vcpu> <cputune> <vcpupin vcpu='0' cpuset='1'/> <vcpupin vcpu='1' cpuset='5'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='6'/> <vcpupin vcpu='4' cpuset='3'/> <vcpupin vcpu='5' cpuset='7'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-7.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi-tpm.fd</loader> <nvram>/etc/libvirt/qemu/nvram/f3e49a71-1d05-dd6e-feab-82be4c593069_VARS-pure-efi-tpm.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='3' threads='2'/> <cache mode='passthrough'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/disks/ssdUD/VMs/Windows 11/vdisk1.img' index='2'/> <backingStore/> <target dev='hdc' bus='virtio'/> <serial>vdisk1</serial> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.240-1.iso' index='1'/> <backingStore/> <target dev='hdb' bus='sata'/> <readonly/> <alias name='sata0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x8'/> <alias name='pci.1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x9'/> <alias name='pci.2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0xa'/> <alias name='pci.3'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <alias name='pci.4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x14'/> <alias name='pci.5'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='pci' index='6' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='6' port='0x15'/> <alias name='pci.6'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/> </controller> <controller type='pci' index='7' model='pcie-to-pci-bridge'> <model name='pcie-pci-bridge'/> <alias name='pci.7'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <interface type='bridge'> <mac address='52:54:00:48:e9:8b'/> <source bridge='br0'/> <target dev='vnet15'/> <model type='e1000'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x07' slot='0x01' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-16-Windows 11/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <alias name='input0'/> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'> <alias name='input1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input> <tpm model='tpm-tis'> <backend type='emulator' version='2.0' persistent_state='yes'/> <alias name='tpm0'/> </tpm> <audio id='1' type='none'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <rom file='/mnt/user/isos/vbios/SCmod.rom'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain> I'm also attaching my diagnostics, hoping someone can help me out. Thanks a ton! hal-diagnostics-20231106-1751.zip
  3. I'm happily using this docker with Mullvad VPN (connected via WireGuard). However when I'm connected to my home VPN from outside (again, via WireGuard) I can't login to webgui (i'm using the same usr/pwd as usual but I get a log in failed). Any hint?
  4. Normal housekeeping (update dockers and plugins)
  5. just a quick update, after some days of recurring error I'm not seeing it anymore 🤨
  6. Today fix common problems started telling me about out of memory errors. I've got plenty of dockers, plugins and vms, really don't know where to start looking. Diagnostics attached hal-diagnostics-20211011-0026.zip
  7. Tried but still same problem, logs and flashing work beautifully, though I guess you need a ssl certificate, but this involves reverse proxy and so on, I'm facing the same issue with another docker which requires https (but I want to run it local only).
  8. Abount ESPHome, I'm currently running it pretty successfully (can flash my devices), but I've noticed a couple of problems: I seem to have less gui option than what I see online (maybe it's because it's running via http instead of https? colour indicator of the node doesn't work, it's always red (this bug me). Nodes have static ip, they work as intended (and I can OTA them from ESPHome dashboard). I can also ping nodename.local both whithin my LAN from other client, from Unraid console but not from docker console Thanks for the help
  9. Just for my peace of mind, wireguard port is the only one I've opened. Is it possible to access Bitwarden only within my LAN, without any access from outside?
  10. any way to change default start up time? I've set it up to daily, and it fires in the middle of the night, preventing my hdd to sleep properly (I only use server in the evening and sleep is set afeter 4 hours). Thanks!
  11. Hi everybody. I'm still using this container through browser extension (it works fine). I only use it within my lan, or at the most while I'm connected through a VPN. Not really want (or have necessity) to open any port and expose it to the internet. I can't, however, access the admin page for managing users and collection: it requires HTTPS. I've read about using reverse proxy, but don't know anything about it (since, again, I just use a VPN). Can somebody make a noobie proof guide for setting it up for local access only?
  12. That's the problem, log just says "LOG:", I've copied and pasted all the info that I'm seeing. You've already given a lot to the community with this wonderful docker and I'll surely become a Patreon for help with this specific issue (as I've stated, unmanic worked without any problem with all my tv library except this serie). Thanks again for you're wonderful work
  13. Ok, i've been able to run staging build (had to delete db and restart container). I've tried again with "Remove subtitles" option unchecked, but job immediatly fails COMMAND: ffmpeg -i /library/tv/Sailor moon test/test.mkv -hide_banner -loglevel info -strict -2 -max_muxing_queue_size 512 -map 0:0 -map 0:1 -map 0:2 -map 0:3 -map 0:4 -c:v:0 libx265 -c:a:0 copy -c:a:1 copy -c:s:0 srt -c:s:1 srt -y /tmp/unmanic/unmanic_file_conversion-1619260598.1641102/test-1619260598.1641166-WORKING-1.mkv LOG: Happy to help you sort this out with any kind of testing!
  14. Did this just start happening today? Yes, sir. Running 6.8.3 with default docker settings.

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.