e46forlife

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by e46forlife

  1. Yes you need to have a route setup on unraid, but you also need to make sure that your firewall is setup to allow that IP (192.168.x.x) to connect to the internet. Try sending a ping to 8.8.8.8 to make sure it has access to the internet.
  2. So in order to get rid of that pop up, you have to subscribe to one of the three different subscriptions. I did the mobile license myself since that's where I would most like to see development. Once you subscribe, you'll get a subscription code which you can put into your conf.json file from the /super login panel as: "subscriptionId":"sub_yoursubcode", Worked just fine for me - hopefully that helps you.
  3. Hey @UnraidDuck, Are you referring to the prompt when you open the shinobi webUI asking for donations for certain parts of the software? The one that asked if you want to hide the pop-up for a week?
  4. This worked perfectly! Thanks @SpaceInvaderOne and @Raf02 for the assistance!
  5. @FFV Glad I'm not the only one. From what I can tell, I think its an issue with a bad merge in git. Not really sure how to fix it and I think we may have to wait until the repo is updated or fixed to resolve the issue. Maybe someone else has some insight?
  6. I just started running into an error with the shinobi_pro docker container. The container is not starting and I am getting the following error in the log file: error: The following untracked working tree files would be overwritten by merge: package-lock.json Please move or remove them before you merge. Aborting Anyone else having the same issue? I've restarted unraid and completely removed and reinstalled the shinobi_pro container, and I am still getting the error. Thoughts? Dan
  7. Did you setup a DHCP server with your VLAN 50? Make sure the static ip you gave to the shinobi pro container is outside the DHCP range. If thats not the problem, the next thing I would check is your firewall settings on your router. I was getting that same error and it turns out the firewall was blocking traffic on that VLAN. Hope this helps. Dan
  8. Hey Spaceinvaderone, love your videos, keep them coming. I am struggling to get the reverse proxy to work on the shinobi pro container you made. I followed your instructions in the video and I keep getting the 502 gateway error. I have four other docker containers running the reverse proxy just fine, it just seems to not work with the shinobi pro container. I checked my firewall settings thinking that was preventing the proxy from going through, but that doesn't appear to be the issue. Any idea what it might be? What information would I need to provide you/the community to help me figure this out? Thanks! Dan