summaryrefslogtreecommitdiff
path: root/Bastillefile
diff options
context:
space:
mode:
Diffstat (limited to 'Bastillefile')
-rw-r--r--Bastillefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Bastillefile b/Bastillefile
new file mode 100644
index 0000000..f9e3baa
--- /dev/null
+++ b/Bastillefile
@@ -0,0 +1,8 @@
+# Simple web server for my personal site pages
+CMD mkdir -p /var/www && echo Created /var/www
+FSTAB /zroot/www /var/www nullfs ro 0 0
+PKG lighttpd
+OVERLAY usr
+SYSRC lighttpd_enable=YES
+SERVICE lighttpd start
+