autoindex
autoindex copied to clipboard
Lightweight go web server that provides a searchable directory index.
Results
1
autoindex issues
Sort by
recently updated
recently updated
newest added
FYI, here is what I came up with ``` RUN apt-get install -y golang git RUN go install github.com/nielsAD/autoindex@91a7b87c WORKDIR /opt RUN ln -s '/root/go/pkg/mod/github.com/niels!a!d/[email protected]/public' ``` and I run `/root/go/bin/autoindex`