Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Docker Container


vi buildDocker.sh


Code Block
IMAGE=1activegeek/airconnect
docker stop $CONTAINER
docker rm $CONTAINER

docker run -d \
--net host \
--name $CONTAINER \
--restart=always \
--env AIRUPNP_VAR="-b 192.168.1.60" \
$IMAGE

docker logs -f $CONTAINER


chmod +x buildDocker.sh

./buildDocker

To run on QNAP

Issue the following commands:

Code Block
wget -O /bin/airupnp-x86-64 https://raw.githubusercontent.com/philippe44/AirConnect/master/bin/airupnp-x86-64 && chmod +x /bin/airupnp-x86-64

ln -s /bin/airupnp-x86-64 /bin/airconnect

To Run

...