diff --git a/.gitignore b/.gitignore index a6883c2..3ae85aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ deploy/* work/* -config postrun.sh SKIP SKIP_IMAGES diff --git a/config b/config new file mode 100644 index 0000000..24810cc --- /dev/null +++ b/config @@ -0,0 +1,6 @@ +IMG_NAME='LyonVision' +ENABLE_SSH=1 +PI_GEN=LyonVision-pi-gen +PI_GEN_REPO=https://github.com/nathanmutin/pi-gen +FIRST_USER_NAME='vision' +FIRST_USER_PASS='lyon' \ No newline at end of file