summaryrefslogtreecommitdiff
path: root/Bastillefile
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-12-29 18:40:34 -0500
committer53hornet <atc@53hor.net>2021-12-29 18:40:34 -0500
commitb42e16cee761c186cf8ea7166502933b65328b5e (patch)
treed9f34f1c88b58e03c5636f9db6b37a79564f31fe /Bastillefile
downloadcgit-b42e16cee761c186cf8ea7166502933b65328b5e.tar.xz
cgit-b42e16cee761c186cf8ea7166502933b65328b5e.zip
feat: add bastillefile, lighttpd config, and cgit config
Diffstat (limited to 'Bastillefile')
-rw-r--r--Bastillefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Bastillefile b/Bastillefile
new file mode 100644
index 0000000..527641a
--- /dev/null
+++ b/Bastillefile
@@ -0,0 +1,12 @@
+# Simple cgit instance for my web site
+
+# Prerequisites
+PKG lighttpd cgit
+OVERLAY usr
+CMD mkdir -p /var/git
+FSTAB /zroot/git /var/git nullfs ro 0 0
+
+# Start server
+SYSRC lighttpd_enable=YES
+SERVICE lighttpd restart
+