Removes unneeded motioneye stuff.
This commit is contained in:
@@ -25,7 +25,6 @@ echo "Don't forget to edit /etc/hosts to add the new sites
|
|||||||
172.31.30.78 blog
|
172.31.30.78 blog
|
||||||
172.31.30.78 vaultwarden
|
172.31.30.78 vaultwarden
|
||||||
172.31.30.78 gitea
|
172.31.30.78 gitea
|
||||||
172.31.30.78 motioneye
|
|
||||||
172.31.30.78 homeassistant"
|
172.31.30.78 homeassistant"
|
||||||
echo "Also, get the blog code deployed to the git instance and pull it back down here to get the blog running."
|
echo "Also, get the blog code deployed to the git instance and pull it back down here to get the blog running."
|
||||||
echo "The blog is tricky, because it needs the theme to work, don't forget to clone that as well."
|
echo "The blog is tricky, because it needs the theme to work, don't forget to clone that as well."
|
||||||
|
|||||||
6
start.sh
6
start.sh
@@ -19,12 +19,6 @@ docker-compose up -d
|
|||||||
cd /home/ubuntu/
|
cd /home/ubuntu/
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
||||||
# echo "Starting MotionEye..."
|
|
||||||
# cd motioneye/
|
|
||||||
# docker-compose up -d
|
|
||||||
# cd /home/ubuntu/
|
|
||||||
# echo "Done"
|
|
||||||
|
|
||||||
echo "Starting blog..."
|
echo "Starting blog..."
|
||||||
cd web/blog/
|
cd web/blog/
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|||||||
Reference in New Issue
Block a user