Cloud services Debian instance

Discussion in 'Feeding' started by Ronald James Hansen, Apr 5, 2021.

  1. Ronald James Hansen

    Ronald James Hansen New Member

    I thought I would play around and see if I could host a feeder on the cloud services. I configured it on an instance and pointed it to my feeder hosted on my home network.
    I believe I was successful, but when I get to the point of checking the site from a browser I can't get to the location of my IP (because I'm not on the same network as the cloud)
    "sudo systemctl status adsbexchange-feed" returns connection established
    My existing feeder I can view with:
    ?feed=xxxxxxxxxx
    Where can I find the feed number for the new feeder?
    The status returns the UUID, I tried the last section of that for the feeder ID but was unsuccessful.

    Thanks,
     
  2. wiedehopf

    wiedehopf Administrator Staff Member

    Not sure why you're doing this we don't want the data twice.

    Anyhow you can just curl the /myip page ...
     
  3. Ronald James Hansen

    Ronald James Hansen New Member


    My "Feeder" is a dedicated orange box, I need to use a RPi as a client to feed other ADSB sites. I was just experimenting with Free cloud possibilities.
     
  4. wiedehopf

    wiedehopf Administrator Staff Member

    If you want a pretty output install jq, then:

    Code:
    curl -sS https://adsbexchange.com/myip/  | jq
    
    You should find the feed-string easily.
    As the query is from the same IP as you're feeding from it solves the IP issue.