-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blogpost: Migrating From Brave to IPFS Desktop #693
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
In my mind this is one time event, will not matter after a month, so blog (or even a pinned discussion forum thread) is more appropriate place. |
@autonome @2color @mishmosh brave v1.69.153 just hit the stable channel, so I think we should merge this blogpost ASAP, and expand/fix on it if necessary, but we need a linkable resource people can google. Mind giving it a quick read and review? (feel free to make edits inline) |
a few more comments now that this is much further along:
|
Co-authored-by: Daniel Norman <[email protected]>
Applied feedback from reviews and expanded FAQ a bit: https://bafybeian2nr7sgjmobixoqya7qw5uyghlwnu5tf5tkjel54wtb5hkx3syq.on.fleek.co/_2024-brave-migration-guide/ |
|
||
First, we need to locate your Brave IPFS repository: | ||
|
||
<!-- TODO: confirm these paths are valid --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this part confirmed? output for mac for any file/dir with "ipfs" in the name is:
❯ rg -g '*ipfs*' --files ~/Library/Application\ Support/BraveSoftware
/Users/sgtpooki/Library/Application Support/BraveSoftware/Brave-Browser/lejaflgbgglfaomemffoaappaihfligf/1.0.29/go-ipfs_v0.29.0_darwin-arm64
/Users/sgtpooki/Library/Application Support/BraveSoftware/Brave-Browser/Default/Extensions/nibjojkomfdiaoajekhjakgkdhaomnch/3.1.0_0/icons/ipfs-logo-on.svg
/Users/sgtpooki/Library/Application Support/BraveSoftware/Brave-Browser/Default/Extensions/nibjojkomfdiaoajekhjakgkdhaomnch/3.1.0_0/icons/brave-ipfs-logo-off.svg
/Users/sgtpooki/Library/Application Support/BraveSoftware/Brave-Browser/Default/Extensions/nibjojkomfdiaoajekhjakgkdhaomnch/3.1.0_0/icons/brave-ipfs-logo-on.svg
/Users/sgtpooki/Library/Application Support/BraveSoftware/Brave-Browser/Default/Extensions/nibjojkomfdiaoajekhjakgkdhaomnch/3.1.0_0/icons/ipfs-logo-off.svg
/Users/sgtpooki/Library/Application Support/BraveSoftware/Brave-Browser/Default/Extensions/nibjojkomfdiaoajekhjakgkdhaomnch/3.1.0_0/icons/png/ipfs-logo-on_19.png
/Users/sgtpooki/Library/Application Support/BraveSoftware/Brave-Browser/Default/Extensions/nibjojkomfdiaoajekhjakgkdhaomnch/3.1.0_0/icons/png/ipfs-logo-off_19.png
/Users/sgtpooki/Library/Application Support/BraveSoftware/Brave-Browser/Default/Extensions/nibjojkomfdiaoajekhjakgkdhaomnch/3.1.0_0/icons/png/ipfs-logo-off_38.png
/Users/sgtpooki/Library/Application Support/BraveSoftware/Brave-Browser/Default/Extensions/nibjojkomfdiaoajekhjakgkdhaomnch/3.1.0_0/icons/png/ipfs-logo-on_128.png
/Users/sgtpooki/Library/Application Support/BraveSoftware/Brave-Browser/Default/Extensions/nibjojkomfdiaoajekhjakgkdhaomnch/3.1.0_0/icons/png/ipfs-logo-on_38.png
/Users/sgtpooki/Library/Application Support/BraveSoftware/Brave-Browser/Default/Extensions/nibjojkomfdiaoajekhjakgkdhaomnch/3.1.0_0/icons/png/ipfs-logo-off_128.png
/Users/sgtpooki/Library/Application Support/BraveSoftware/Brave-Browser/Default/Extensions/nibjojkomfdiaoajekhjakgkdhaomnch/3.1.0_0/dist/bundles/ipfs.bundle.js
/Users/sgtpooki/Library/Application Support/BraveSoftware/Brave-Browser/Default/Extensions/nibjojkomfdiaoajekhjakgkdhaomnch/3.1.0_0/dist/popup/browser-action/ipfs-version.js
/Users/sgtpooki/Library/Application Support/BraveSoftware/Brave-Browser/Default/Extensions/nibjojkomfdiaoajekhjakgkdhaomnch/3.1.0_0/dist/options/forms/ipfs-node-form.js
/Users/sgtpooki/Library/Application Support/BraveSoftware/Brave-Browser/Default/Extensions/fpeoodllldobpkbkabpblcfaogecpndd/0.12.7_0/brave-ipfs.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI it looks to be at /Users/sgtpooki/Library/Application Support/BraveSoftware/Brave-Browser/brave_ipfs/config
on mac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I looked at Windows and it also does not use /Default
.
I've updated blogpost with updated paths + added examples of fully resolved ones.
|
||
### Can Kubo be used instead? | ||
|
||
Yes, advanced users who are comfortable with command-line can use [Kubo](https://docs.ipfs.tech/install/command-line/) instead of IPFS Desktop, and run it against a custom `IPFS_PATH` to run a headless daemon, or perform selective manual migration via CLI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could benefit to mention this also comes with ipfs-webui built in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it matters for the migration. WebUI does not support CAR import, nor IPNS key import/export, only CLI tools can be used for such low level migration.
Co-authored-by: Russell Dempsey <[email protected]>
confirmed linux/windows and macOS
--- | ||
title: 'Migrating from Brave to IPFS Desktop' | ||
description: 'Complete Guide to Migrating Your IPFS Data' | ||
date: 2024-08-22 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: update to actual publishing date
Co-authored-by: Daniel Norman <[email protected]>
Co-authored-by: Daniel Norman <[email protected]>
Ok, final preview: https://bafybeid76ycpf6bg6s42xicanyrhlaxzqbfvysi26kccr6rzexbj6foyha.on.fleek.co/_2024-brave-migration-guide/ Will ask for final proofread, but I'm going to merge it by EOD. |
Merged. If you are late to review and find something to improve, please fix in a new PR 🙏 |
This is the migration guide we will publish when Brave's removal of Kubo (brave/brave-browser#37735) hits their stable channel (ETA Aug 22nd).
cc @autonome