repositorypackage
0.0.0-20240611214728-ba9996d439ba
Repository: https://github.com/jackallabs/shepherd.git
Documentation: pkg.go.dev
# README
shepherd
A web gateway for serving Jackal files.
Installing
make install
Running with Docker
docker run -itd --publish 5656:5656 jackalmarston/shepherd:latest
Using
shepherd
Visit localhost:5656/f/{fid}
to view file directly or localhost:5656/p/{owner_address}/{path_to_file}
to view the file through an abstracted path.