An open API service indexing awesome lists of open source software.

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.

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"
```