Jump to content

SpaceInvaderOne

Community Developer
  • Posts

    1,750
  • Joined

  • Days Won

    30

Everything posted by SpaceInvaderOne

  1. This will only work using splashtop desktop to remotely connect to the vm, doesnt work using vnc. The virtual soundcard will be heard on the splashtop client. The sound unfortunately will not come out of the soundcard of the host Unraid server.
  2. To get the sound working you will need edit the xml of the gpu and its sound conterpart to be multifunction. Please see this video here
  3. Great info @rjlanthanks. Also people should remember that if they have restarted their server since installing jistsi then docker compose will no longer be instaled so will need to run curl -L "https://github.com/docker/compose/releases/download/1.25.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && chmod 777 /usr/local/bin/docker-compose Might be a good idea to put that line into a suer script to execute on first start of the array
  4. During install the interface must be vmxnet3. I found that e1000-82545em didnt work during install. But after install its best to switch to e1000-82545em. If you cant download from the apple servers (this seems to happen at times.) Just keep trying and it should connect then download. I installed a macOS vm yesterday without issue. Hope it works for you.
  5. Thanks yes i have changed the config file in the download now. Now is as follows # make sure that your dns has a cname set for jitsi this file assumes the subdomain is meet.yourdomain.com server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name meet.*; include /config/nginx/ssl.conf; location / { # enable the next two lines for http auth # auth_basic "Ask for password from your organisation"; # auth_basic_user_file /config/nginx/.htpasswd; ssi on; proxy_pass http://meet.jitsi; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $http_host; } # BOSH location /http-bind { proxy_pass http://xmpp.meet.jitsi:5280/http-bind; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $http_host; } # xmpp websockets location /xmpp-websocket { proxy_pass http://xmpp.meet.jitsi:5280/xmpp-websocket; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $host; tcp_nodelay on; } }
  6. Hi @Rooie I just read your pm but thought would reply here first. Please can you check that you have port 10000/udp forwarded from your firewall/router to the ip of your unraid server. Without this port forwarded what you guys have reported happens.
  7. Hi. Well before i answer this question re the hdmi out I just want to point out that sadly Nvidia cards dont work in macOS Mojave or Catalina. You should still get a picture but no acceleration. There are no drivers since Apple no longer allow them to release them. So High Sierra would be the best OS for you to use with a gtx 970. However this isnt why you are getting no output from the hdmi. I would check in your clover configuration that you have under SMBIOS that product model is imac14,1. Some system definitions you will get a black screen otherwise. Also sometimes the gpu outputs out of the 'wrong' port. You may have to try the dvi/display port out (you can use an adapter to convert it to hdmi) hope this helps
  8. Here is a video guide for setting up Jitsi
  9. How to install the Jitsi stack and run through a reverse proxy. This guide uses docker compose and portainer.
  10. Please goto docker tab and scroll to the bottom. Then click add container. At the top of the page now click add template and choose macinabox Then when the template is open click on the red x (this will delete the stored template) Now just goto the apps tab and redownload the container. It will now redownload the template too as it has been deleted from above steps. Should be fine.
  11. New build pushed (with new Catalina build 061-96006 08APR20) 😀
  12. If running on Ubuntu. Why not use kvm/qemu and install with vitmanager. I think this would be much easier espically if you can put the Unraid disks on a separate controller card in the Ubuntu host and passthat through to the Unraid guest.
  13. You will have a better experience using splashtop desktop (personal is free on local network) with the vm rather than vnc. When logged in with vnc install the splashtop streamer for mac and the splashtop client on the computer that you want to connect from. https://www.splashtop.com/downloads
  14. If having the problem with untracked working tree error then please do the following (very similar to what @Raf02suggests - thanks Raf) (New installs wont have this problem) Goto Unraid webui and click on icon to open terminal prompt Run the following command find /var/lib/docker/btrfs/subvolumes/*/opt/shinobi/package-lock.json -delete Then in the Unraid 'Docker' tab, enable the 'Advanced view' (top right) after which you will see force update available for each container. Force update your shinobi container.
  15. So I have a Raspberry Pi 4 with 4gb of ram and was wondering if I could possibly get Unraid booted on it. So using Qemu I got it running and created an array. Shame about the performance though !!
  16. Swapping from one VM (with GPU passthrough) to another on a server with only 1 gpu, we normally shutdown the vm and use another computer to loginto the webUI and start up another VM. If you dont have another computer or just dont want to have to grab your laptop etc each time you want to jump onto another VM. We can use a script to do it all from the VM you are using.
  17. Great write up. Thanks for taking the time for posting what worked for you.
  18. Made a quick video that may help people having difficulty setting up
  19. @luizmontplease check here if port 443 is open and report back https://www.yougetsignal.com/tools/open-ports/
  20. Unfortunately at present the Unraid vm manager removes custrom xml. If you use virt-manager instead to edit your vms then the custom xml will remain the same.
×
×
  • Create New...