https://github.com/jackallabs/shepherd
A web gateway for serving Jackal files
https://github.com/jackallabs/shepherd
Last synced: 2 months ago
JSON representation
A web gateway for serving Jackal files
- Host: GitHub
- URL: https://github.com/jackallabs/shepherd
- Owner: JackalLabs
- License: mit
- Created: 2023-05-29T22:47:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T21:47:31.000Z (12 months ago)
- Last Synced: 2025-02-08T06:44:04.860Z (4 months ago)
- Language: Go
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shepherd
A web gateway for serving Jackal files.## Installing
```sh
make install
```## Running with Docker
```shell
docker run -itd --publish 5656:5656 jackalmarston/shepherd:latest
```## Using
```sh
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.