blob: 527641a0e2ef38bb38d932d3a97f80afc1a3aeac (
plain) (
tree)
|
|
# 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
|