[bin] Update cocktail of webcam scripts
This commit is contained in:
@ -11,55 +11,39 @@ if [ "$1" = "frontyard" ]; then
|
||||
host="loge.local"
|
||||
port=8082
|
||||
fi
|
||||
if [ "$1" = "house" ]; then
|
||||
port=8083
|
||||
host="kiviuq.local"
|
||||
if [ "$1" = "basement_tv" ]; then
|
||||
port=8081
|
||||
host="polydeuces.local"
|
||||
fi
|
||||
if [ "$1" = "basement_cape" ]; then
|
||||
port=8081
|
||||
host="kiviuq.local"
|
||||
fi
|
||||
if [ "$1" = "basement_cape_2" ]; then
|
||||
port=8081
|
||||
host="bebhionn.local"
|
||||
fi
|
||||
if [ "$1" = "bulkhead" ]; then
|
||||
port=8082
|
||||
host="kiviuq.local"
|
||||
fi
|
||||
if [ "$1" = "backyard" ]; then
|
||||
port=8084
|
||||
host="paaliaq.local"
|
||||
port=8082
|
||||
host="mundilfari.local"
|
||||
fi
|
||||
if [ "$1" = "backyard_low" ]; then
|
||||
port=8081
|
||||
host="paaliaq.local"
|
||||
port=8083
|
||||
host="mundilfari.local"
|
||||
fi
|
||||
if [ "$1" = "backyard_north" ]; then
|
||||
port=8082
|
||||
host="paaliaq.local"
|
||||
port=8084
|
||||
host="mundilfari.local"
|
||||
fi
|
||||
if [ "$1" = "basement_extension" ]; then
|
||||
port=8083
|
||||
host="paaliaq.local"
|
||||
fi
|
||||
if [ "$1" = "diningroom" ]; then
|
||||
port=8082
|
||||
host="kari.local"
|
||||
fi
|
||||
if [ "$1" = "livingroom" ]; then
|
||||
port=8081
|
||||
host="mimas.local"
|
||||
fi
|
||||
if [ "$1" = "christmas_tree" ]; then
|
||||
port=8083
|
||||
host="mimas.local"
|
||||
host="mundilfari.local"
|
||||
fi
|
||||
if [ "$1" = "orchard" ]; then
|
||||
port=8081
|
||||
host="mobian.local"
|
||||
fi
|
||||
if [ "$1" = "chicks" ]; then
|
||||
if [ "$1" = "barn" ]; then
|
||||
port=8083
|
||||
host="iapetus.local"
|
||||
fi
|
||||
@ -67,9 +51,25 @@ if [ "$1" = "garage" ]; then
|
||||
port=8082
|
||||
host="iapetus.local"
|
||||
fi
|
||||
if [ "$1" = "barn" ]; then
|
||||
if [ "$1" = "chicks" ]; then
|
||||
port=8081
|
||||
host="pan.local"
|
||||
host="iapetus.local"
|
||||
fi
|
||||
if [ "$1" = "porch" ]; then
|
||||
port=8081
|
||||
host="siarnaq.local"
|
||||
fi
|
||||
if [ "$1" = "birds" ]; then
|
||||
port=8082
|
||||
host="siarnaq.local"
|
||||
fi
|
||||
if [ "$1" = "garden" ]; then
|
||||
port=8083
|
||||
host="siarnaq.local"
|
||||
fi
|
||||
if [ "$1" = "diningroom" ]; then
|
||||
port=8081
|
||||
host="kari.local"
|
||||
fi
|
||||
|
||||
ROOT="/var/photos/misc/webcams"
|
||||
|
||||
Reference in New Issue
Block a user