summaryrefslogtreecommitdiff
path: root/Bastillefile
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-01-29 14:35:01 -0500
committerAdam T. Carpenter <atc@53hor.net>2021-01-29 14:35:01 -0500
commit1e0862605b88acbd48f044deb49535b116600951 (patch)
tree8ce7d114961fe4d2ab75971ca2734132eb0d6320 /Bastillefile
downloadwww-1e0862605b88acbd48f044deb49535b116600951.tar.xz
www-1e0862605b88acbd48f044deb49535b116600951.zip
init
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
+