Jump to content

e46forlife

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by e46forlife

  1. On 4/18/2020 at 11:27 AM, Kodiak51103 said:

    Hello,

    I have a docker (Shinobi) on IP 192.168.x.x and my unraid is on 10.1.x.x  The docker will start but when i open the webui it always fails page not found. This is the last line in the shinobi log: fatal: unable to access 'https://gitlab.com/Shinobi-Systems/Shinobi.git/': Could not resolve host: gitlab.com. If I put shinobi on the 10.1.x.x it works no issues. Do I need to add a route to connect the two or a route to the internet? If so where would i do this in unriad or in my firewall im running Pfsense. 

    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. 8 hours ago, UnraidDuck said:

    Yes, that's the one.

    popup.png

    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. 1 hour ago, UnraidDuck said:

    The fix from @SpaceInvaderOne worked fine for me. No restart necessary. 

     

    What I still can't figure out, the license situation. According to the YT video, the pro license is free for home use. Could somebody point me to where I can obtain the free pro license?

     

     

     

    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. 2 hours ago, SpaceInvaderOne said:

    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.

     

     

    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. On 3/7/2020 at 2:27 PM, dawhit said:

    Hi Everyone, 

    I keep getting a cannot resolve host error when I connect Shinobi to the vlan 50 address.

    fatal: unable to access 'https://gitlab.com/Shinobi-Systems/Shinobi.git/': Could not resolve host: gitlab.com

    When I connect it to the bridge or proxynet networks it is successful and works. I have built my vlan on pfsense and it is giving dhcp leases and connecting to the internet. I have deleted Shinobi and I have followed Spaceinvaderone's directions, many times over, and get the same results.  Many thanks Sir for your awesome videos!  

        Vlans is enabled in eth0 with number 50.

        Docker is configured with br0.50  and address is 192.168.50.0 with 192.168.50.1 set for the gateway

        Shinobi pro  container is configured 192.168.50.10 using port 8080 

        Ping from Unraid terminal to 50.1 successful 

        Ping form Unraid terminal to 50.10 fails

        Ping from Pfsense Lan and cctv interfaces to 50.1 successful

    clearly the container is not connecting to the 50.0 network, or it is being blocked, I do not know how to proceed from here. 

    Any help resolving this deserves great gratitude.  

    Thank you 

    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

×
×
  • Create New...