first version

This commit is contained in:
Sander Schutten 2024-03-27 18:37:03 +01:00
parent 15f1340a78
commit 24a15c8c2a
2 changed files with 171 additions and 14 deletions

View file

@ -60,7 +60,7 @@ msg_info "Updating Frigate LXC"
cd /opt/frigate
docker compose pull
docker compose up -d
msg_ok "Updated Shinobi LXC"
msg_ok "Updated Frigate LXC"
exit
}
@ -69,5 +69,5 @@ build_container
description
msg_ok "Completed Successfully!\n"
echo -e "${APP} Setup should be reachable by going to the following URL.
${BL}http://${IP}:8080/super${CL} \n"
echo -e "${APP} should be reachable by going to the following URL.
${BL}http://${IP}:5000/${CL} \n"