Dietrich Ayala

Results 103 comments of Dietrich Ayala

That'd be a start, but it's quite sparse right now. I want comprehensive documentation and a guide to usage, with examples. On Mon, Mar 22, 2021 at 10:48 AM Johnny...

This is a really common use-case, and gets asked all the time. Yes, please to a detailed step-by-step guide.

@johnnymatthews this should be a key part of the IPFS for Web Devs work.

Good resource to pull from: https://developers.cloudflare.com/distributed-web/ipfs-gateway/updating-for-ipfs/

Also interesting new wrinkle now that 0.5 is out: subdomain gateways. We're pushing for CIDs in subdomain *everywhere* for security reasons. This means "/mypath" links can work now without the...

Updated answer for future use in examples: > curl -F '[email protected];encoder=base64;filename=a/b/c.gif' 'http://localhost:5001/api/v0/add?progress=true' {"Name":"a/b/c.gif","Bytes":33534} {"Name":"a/b/c.gif","Hash":"QmVCTMQrvAj1Czk4beNxD5LKP4sHYFwTwPDvc5UDTaGzPB","Size":"33548"} {"Name":"a/b","Hash":"Qmb8UKKhhqRUpgyhBK1HfdzNZKydRo5EwDj334BuUSLjPy","Size":"33601"} {"Name":"a","Hash":"Qma4t85aY6LoGYbasRidumoMZizkhRbVHkk8EV2u7DLGYg","Size":"33650"} And docs link for the API: https://docs.ipfs.io/reference/http/api/#request-body Could be an easy fix to close...

So, there are two things at play here, `x-directory` and `filename`: > You can also put x-directory parts, they don't hurt, and are needed for example to create an empty...

Exactly. The documentation should say what each header is for, and why, with examples. On Mon, Mar 22, 2021 at 10:22 AM Johnny ***@***.***> wrote: > Just to make sure...

There are loads of use-cases. Eg, if you do not want to risk your connection, identity, transfer metadata or communication patterns being tracked on the public DHT, you might set...

Some cluster + Prometheus docs, maybe relevant: https://cluster.ipfs.io/documentation/guides/opencensus/ https://simpleaswater.com/tracing-and-monitoring-ipfs-cluster/