ipfs-docs
ipfs-docs copied to clipboard
📚IPFS documentation platform
Flags like `--offline` , `--cid-base`, `--timeout`, etc. are not documented in https://docs.ipfs.io/reference/http/api/ likely because they are scraping the individual commands which are not showing the global flags https://github.com/ipfs/go-ipfs/issues/6640. Whether this...
As seen on [this page](https://docs.ipfs.io/reference/http/api/), the response sections of every API call have no explanation of the returned fields. In one instance in particular, [/api/v0/add](https://docs.ipfs.io/reference/http/api/#api-v0-add), there is enough confusion about...
**Done criteria:** URLs like https://docs.ipfs.io/install/command-line/#official-distributions automatically reference the latest go-ipfs release. **Why important:** saves time for go-ipfs Steward doing a release and ensure users know/use the latest version. **Customer:** dev...
We want to add optional community bootstrap nodes that ipfs users can add to their node configs to provide more diversity/resilience in the bootstrapping flow. Since a number of groups...
I was thinking it might be a good idea to clarify how a user might host their own gateway. It might be clear to some that they can use their...
I installed IPF desktop but it did not give me a way to have the .ipfs database stored on another drive. Stupid to have large changing files on small ssd...
See https://www.freecodecamp.org/news/why-cant-a-domain-s-root-be-a-cname-8cbab38e5f5c/ You could break email and/or other things if you put a CNAME as the @ record of your domain. You should look for an alternative setup to this...
I tried posting something in my dotnet program : ``` class payload { public string? content; } public class Program { public static async Task Main(string[] args) { HttpClient httpClient...
Need a one-stop-shop guide which covers typical filesytem operations: import, add, delete, move, rename, etc which has examples for each of curl, IPFS CLI and our programmatic API via js-ipfs-http-client...
We are missing a standalone tutorial with two chapters: - how to enable WebSockets (`/ws`) in go-ipfs / js-ipfs - how to add TLS cert and announce it to other...