diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..4152201 --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +uid=$(/usr/bin/id -u) gid=$(/usr/bin/id -g) docker compose up --build diff --git a/images/DO_NOT_REMOVE.txt b/images/DO_NOT_REMOVE.txt new file mode 100644 index 0000000..5d4761e --- /dev/null +++ b/images/DO_NOT_REMOVE.txt @@ -0,0 +1 @@ +this is a data folder! the program is able to store specific data in here, and I'm not sure if git will push an empty folder. diff --git a/tmpimages/DO_NOT_REMOVE.txt b/tmpimages/DO_NOT_REMOVE.txt new file mode 100644 index 0000000..5d4761e --- /dev/null +++ b/tmpimages/DO_NOT_REMOVE.txt @@ -0,0 +1 @@ +this is a data folder! the program is able to store specific data in here, and I'm not sure if git will push an empty folder. diff --git a/web/uploadimage.html b/web/uploadimage.html new file mode 100644 index 0000000..46637e4 --- /dev/null +++ b/web/uploadimage.html @@ -0,0 +1,40 @@ + + + + + image test + + + + + + +
+ + +
+ + + +