Everything posted by ryan8382
-
[Support] OpenClaw — AI Personal Assistant
Couple of questions. You can do an alias so that the openclaw commands will still work. Can that be done? alias openclaw="node dist/index.js" Can some options for local models and sources be added? Few things. Can an alias be added to so openclaw commands will work? Also can options for local models and sources be added?
-
[Plugin] Nvidia-Driver
I recently installed a 5070 card and moved over to the Open Source version of the driver and NVIDIA-SMI can't find the card. Any other suggestions? Unraid 7.2.3 tower-diagnostics-20260213-1729.zip
-
[support] Siwat's Docker Repository
I have tried through the app page. I checked the Docker Hub URL and it gets a 404 error. https://hub.docker.com/r/siwatinc/homebridge_gui_x_unraid/ I then went to https://hub.docker.com/r/siwatinc then clicked to homebridge_gui link and tried again and get the following error. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='HomeBridgewithwebGUI' --net='host' -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'aptpackages'='ffmpeg' -e 'packages'='homebridge-pilight homebridge-info homebridge-wemo' -v '/mnt/user/appdata/homebridge':'/root/.homebridge':'rw' 'siwatinc/homebridge_gui_x_unraid' Unable to find image 'siwatinc/homebridge_gui_x_unraid:latest' locally /usr/bin/docker: Error response from daemon: pull access denied for siwatinc/homebridge_gui_x_unraid, repository does not exist or may require 'docker login'. See '/usr/bin/docker run --help'. The command failed.
-
[support] Siwat's Docker Repository
When trying to use the HomeBridge GUI version I'm getting the following error. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='HomeBridgewithwebGUI' --net='host' -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'aptpackages'='ffmpeg' -e 'packages'='homebridge-pilight homebridge-info homebridge-wemo' -v '/mnt/user/appdata/homebridge':'/root/.homebridge':'rw' 'siwatinc/homebridge_gui_x_unraid' Unable to find image 'siwatinc/homebridge_gui_x_unraid:latest' locally /usr/bin/docker: Error response from daemon: pull access denied for siwatinc/homebridge_gui_x_unraid, repository does not exist or may require 'docker login'. See '/usr/bin/docker run --help'. Is there a login for this repo now? Everything was working.
-
Running ESXi on Unraid
I have a pretty nice UnRaid box and would like do some Vmware lab work. I would like to install some ESX VMs to test setups. I was able to get 6.5 to run but it doesn't detect and network adapters. What are the tips and tricks for getting that to run? Is there a possible OVA import feature coming?