blob: 527641a0e2ef38bb38d932d3a97f80afc1a3aeac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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
|