https://github.com/websublime/barrel
File server golang wrapping Minio
https://github.com/websublime/barrel
fileserver golang minio rest-api
Last synced: 6 months ago
JSON representation
File server golang wrapping Minio
- Host: GitHub
- URL: https://github.com/websublime/barrel
- Owner: websublime
- Created: 2021-02-04T00:10:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T18:33:48.000Z (almost 5 years ago)
- Last Synced: 2024-05-01T21:07:03.978Z (over 1 year ago)
- Topics: fileserver, golang, minio, rest-api
- Language: Go
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Barrel
Rest api to work with minio. Can secure files thru JWT produced with gotrue. Private and public access.
# Dependencies
You need to install on the system https://exiftool.org/ to extract much metadata as possible from files upload.
# Docker
Docker compose to emulate minio, postgres. Run: docker-compose up -d --build