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.

SpaceInvaderOne

Community Developer
  • Joined

Everything posted by SpaceInvaderOne

  1. @Ong Hui Hoong your template seems very strange it is not the correct one for some reason. it should look like this now You will not need to change any settings for your Shinobi to continue working. These are all additional extra settings mainly only if you want dont want to use the built in mariadb server in the container but would like to use a separate msql outside of the container. Anyway you will need to delete the template that you have. (just make a note of your video storage location path as after deleting you will need to put that back in) please do these steps. 1. Stop and delete the container. 2. On the docker page goto the bottom and click add container. Then find the shinobi pro template that is stored locally on your server here. Select it now click on the red cross to delete the template. Now you can goto CA and search for shinobipro and redownload the container. Just put back in your video location in the template and pull down the container. All the appdata will still be there as well as all your recorded footage. Hope thsi helps
  2. 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.
  3. 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
  4. 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
  5. SpaceInvaderOne replied to t33j4y's topic in Docker Engine
    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. SpaceInvaderOne replied to t33j4y's topic in Docker Engine
    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. SpaceInvaderOne replied to t33j4y's topic in Docker Engine
    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. Your welcome, sorry for the downtime.
  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. 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.
  16. Great write up. Thanks for taking the time for posting what worked for you.
  17. Made a quick video that may help people having difficulty setting up
  18. 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.
  19. Not sure of any workarounds I'm afraid. Thanks I meant to fix the template for the locations and forgot to. Reading your post prompted me to fix it
  20. Hi @NoxeyI have a couple of videos i must finsish first. But i will try and make it for the end of the month. Send me a pm towards the end of the month to remind me
  21. Hi, looking at your xml all the custom lines that are needed are no longer present. Unfortunately when you make a change to the vm using the Unraid vm manager gui it strips out any custom xml. So if you make a change using the vm manager after doing so you must add back the xml that has been removed At the top of the xml would be <os> <type arch='x86_64' machine='pc-q35-3.1'>hvm</type> <loader readonly='yes' type='pflash'>/mnt/user/domains/MacinaboxCatalina/ovmf/OVMF_CODE.fd</loader> <nvram>/mnt/user/domains/MacinaboxCatalina/ovmf/OVMF_VARS.fd</nvram> </os> This points to a custom ovmf file in the domains share. <interface type='bridge'> <mac address='52:74:00:17:57:0f'/> <source bridge='br0'/> <model type='vmxnet3'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </interface> This part here sets the network card to be vmxnet3 (as the virtio which is standard will not work) Vmxnet3 is necessary for the install . However after installing it is better to then change that to <model type='e1000-82545em'/> Also at the bottom of the xml it is very important as the vm will not continue from clover without. <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x0f' slot='0x00' function='0x0'/> </memballoon> </devices> <qemu:commandline> <qemu:arg value='-usb'/> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd,bus=usb-bus.0'/> <qemu:arg value='-device'/> <qemu:arg value='isa-applesmc,osk=the osk key has been removed from this'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check'/> </qemu:commandline> </domain> Also if you have set your cpu to have a large amount of cores then you will need to remove the topology line from the xml. for example <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='16' threads='1'/> </cpu> should be changed to <cpu mode='host-passthrough' check='none'> </cpu> Hope this helps
  22. Hey @jpowell8672 I am still here -- Yeah sorry the last month has been really busy for me with work so I haven't spent a great deal of time on the forums recently. Yeah its a shame that Nvidia cards, since High Sierra, are no longer supported by Apple and especially too that support in High Sierra stops at Pascal - GTX 10 series.

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.