diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9e0653b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +html/winpe/** filter=lfs diff=lfs merge=lfs -text diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..45311d9 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM php:8.1-apache + +COPY html/ /var/www/html/ + +EXPOSE 80/tcp +VOLUME [ "/config" ] \ No newline at end of file diff --git a/html/.htaccess b/html/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/html/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/html/ipxe/iscsi-boot.php b/html/ipxe/iscsi-boot.php new file mode 100644 index 0000000..63bf1c9 --- /dev/null +++ b/html/ipxe/iscsi-boot.php @@ -0,0 +1,31 @@ +