From b42e16cee761c186cf8ea7166502933b65328b5e Mon Sep 17 00:00:00 2001 From: 53hornet Date: Wed, 29 Dec 2021 18:40:34 -0500 Subject: feat: add bastillefile, lighttpd config, and cgit config --- Bastillefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Bastillefile (limited to 'Bastillefile') 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 + -- cgit v1.2.3