ShoGinn

Members
  • Posts

    37
  • Joined

  • Last visited

Converted

  • ICQ
    Discord ShoGinn#5584

Recent Profile Visitors

1137 profile views

ShoGinn's Achievements

Noob

Noob (1/14)

5

Reputation

  1. Then if you are super nerdy, you can do the user script: #!/bin/bash #description=Starts a docker container to set the lenovo fan speed #argumentDescription=Fan speed from 1-7 #argumentDefault=1 if grep -xq DOCKER_ENABLED=\"yes\" /boot/config/docker.cfg then echo "Spinning up the container to set the fan speed at:" $1 echo "This may take a awhile" docker run \ --rm \ $(for dev in /dev/sg*; do echo -n "--device $dev:$dev "; done) \ shoginn/docker-lenovo-fancontrol:latest \ ./fancontrol.py $1 else echo "Enable Docker to use this script" fi
  2. I had removed this due to its lack of interest.. I should have archive it.. but here is the source (not docker file) but should be easy reverse engineer https://github.com/AndrewX192/lenovo-sa120-fanspeed-utility
  3. Sorry all, I stopped developing them due to many other active developers! I had forgotten about these when I archived them.
  4. I recommend we change the MLAT's to no for the Unraid template. Not sure why, but with MLAT enabled it fails
  5. Fixed it.. went back to Mono 6.0.. works perfect now
  6. Check your admin ui and make sure that "/opt/vrs/Flags/" and "/opt/vrs/Silhouettes" are in there But my guess is you are mentioning the markers and plane icons on the map. I don't run VRS anymore (moved to modes mixer) but I spun up my old container and noticed the problem. Not sure if its a Mono thing (I use latest..) so I'll revert back to an older Mono and see if that changes anything!
  7. Thanks! I have changed for CI/CD for my repos to now include both latest and the commit as part of the docker hub tags.. I did this only because having just latest was bad practice if something went screwy
  8. Thanks! I have changed for CI/CD for my repos to now include both latest and the commit as part of the docker hub tags.. I did this only because having just latest was bad practice if something went screwy
  9. Thanks! I have changed for CI/CD for my repos to now include both latest and the commit as part of the docker hub tags.. I did this only because having just latest was bad practice if something went screwy
  10. I created the dump1090 docker to only be the binary.. the webpage is just a json dump that is read.. you can always add --write-json and then find the lighthttpd config and public_html files.. But the VRS is a much better way of getting the information.
  11. I recommend you check out VRS and it provides a much cooler interface to output to the world https://github.com/ShoGinn/virtualradarserver-docker https://hub.docker.com/r/shoginn/vrs -- its homepage http://www.virtualradarserver.co.uk/
  12. @PSYCHOPATHiO its an unfortunate addiction
  13. Not sure the interest in this as well.. but I have a Virtual Radar Server docker that is pretty sweet as well.. its amd64 only (which works great for Unraid!) https://hub.docker.com/r/shoginn/vrs If you want to see what its about http://www.virtualradarserver.co.uk
  14. again @mAYH3M I don't see the benefit to adding airspy_adsb to any one of the 7 containers I posted. dump1090 does the same thing.
  15. I say take the wheel ;) you already started this ADSB train.. let me know how I can support otherwise.