diff --git a/beloit/menu.png b/beloit/menu.png deleted file mode 100644 index 5fa04bd..0000000 Binary files a/beloit/menu.png and /dev/null differ diff --git a/clay/menu.avi b/clay/menu.avi new file mode 100644 index 0000000..4143bb3 Binary files /dev/null and b/clay/menu.avi differ diff --git a/clay/menu.png b/clay/menu.png deleted file mode 100644 index 72dab81..0000000 Binary files a/clay/menu.png and /dev/null differ diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 50565a8..17f2ead 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -5,11 +5,10 @@ cd /usr/share/nginx rm -rf html mkdir html -git clone https://github.com/stenny94/kiosk-menu.git html +git clone https://git.brodystenfors.cloud/stenny94/kiosk-menu-video.git html cd html sed -i "s/*LOCATION/${LOCATION:-clay}/g" index.html -sed -i "s/*FILETYPE/${FILETYPE:-image}/g" index.html nginx -g "daemon off;" diff --git a/index.html b/index.html index f70744c..0e2be6b 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ background-color: black; /* Prevents white flash during load */ } - img { + video { width: 100vw; height: 100vh; display: block; @@ -24,6 +24,8 @@ - Menu Image + + + diff --git a/st_marys/menu.png b/st_marys/menu.png deleted file mode 100644 index 2feed1f..0000000 Binary files a/st_marys/menu.png and /dev/null differ