Everything posted by groggu
-
Blank Dashboard after updating from 6.8.X to 6.12.0-rc2
Same problem here with the released version. For me it was the Disk Location plugin. I removed it and the dashboard displayed correctly.
-
Unraid OS version 6.9.2 available
Upgraded from 6.9.1 to 6.9.2. Not seeing any issues or new log errors.
-
[Support] Djoss - Nginx Proxy Manager
I ran into the ports issue as well yesterday, I only noticed that 8080 and 4443 were the ports being used when I looked at the port mappings in the docker containers list. I looked at the dockerfile with this app, and the ports are hard coded to 8080 and 4443. I wish the developer had left them at 80 and 443 so I could use this for both external mapping via my firewall/router and internally on my LAN. Would it not make more sense to leave the ports as the default ones inside the docker and use -p to map them when you want to use a host instead of a bridge network? I don't want to discount the amount of effort that Djoss has out into this and I may just be running on at the mouth/keyboard. So I'll teach myself how to setup an Unraid docker app today and see if I can figure it out why.
-
[Support] SpaceinvaderOne - Macinabox
-
[Support] SpaceinvaderOne - Macinabox
@saskwatch did you install that GTX 650/Ti you mentioned back in April? If so, were you able to get the sound working? I'm working with one now and the video worked perfectly, but I can't get OSX to see the audio part of the card. I used the method in @SpaceInvaderOne 's GPU passthrough video, but no luck. This is my config for the card below, I didn't pull the GPU BIOS or install any drivers in OSX. Thanks in advance! Greg <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x03' 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> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x1'/> </hostdev>