sgoop is a CGI wrapper application for litterbox. Configuration is made during
compilation from the config.go
file and editing the index.md
file for
(obviously) the index page.
Installing sgoop
Clone sgoop via Fossil
fossil clone https://fossil.ckyln.com/sgoop
Before compiling sgoop, you need to edit config.go
and index.md
to match
your use.
vi index.md
vi config.go
You can now compile and install sgoop
.
make
doas make install