https://github.com/talentlessguy/garaj
A super simple self-hostable IPFS CAR upload service.
https://github.com/talentlessguy/garaj
car ipfs ipfs-api ipfs-car ipld
Last synced: 10 months ago
JSON representation
A super simple self-hostable IPFS CAR upload service.
- Host: GitHub
- URL: https://github.com/talentlessguy/garaj
- Owner: talentlessguy
- License: mit
- Created: 2025-04-06T10:51:31.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-04-06T14:55:20.000Z (10 months ago)
- Last Synced: 2025-04-06T15:40:37.434Z (10 months ago)
- Topics: car, ipfs, ipfs-api, ipfs-car, ipld
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Garaj
A super simple self-hostable IPFS CAR upload service.
## Features
- Randomly generated API key stored in-memory
- Very smol (8.1MB binary size) and zero dependency
- Only upload CAR files, nothing else
- File size limit support (default 32MB)
## Install
```
go install github.com/talentlessguy/garaj@latest
```
## Usage
```sh
garaj -addr=":8080" -max-body-mb=4 -nodeaddr=":5001"
```