-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Initial]: IPFS v0.15.0 #3
Comments
A functioning proof of concept is already on alpha and the listed repo is for that service wrapper |
@cryptodread - how does this get to the next stage? I think I need @MattDHill to give approval next, followed by Aiden. What would that flow look like? |
via comments. NOTE: This is going to be a very manual process until we get the steps nailed down. then we can automate some of it. |
So the service in question is a bare-bones IPFS node? Does it include a UI? How do I use it? |
Yes, this is an IPFS node with a webUI. It automatically adds peers, and you can manually add others if you'd like. You can import data from a local machine (or possibly an Embassy volume, such as FB), which will give it a CID (hash), which can be used by peers to fetch that data. A node can also "pin" content, in order to keep a full copy available for download. Tested so far - node can connect outbound to peers via ipv4/6, and can be connected to using libp2p connections for NAT traversal. Data can be imported to the node on Embassy, and then retrieved by a remote peer. Content creators are currently the most interested parties for this software UI Screenshots (dark mode via browser extension, not available as a UI option at this time): |
😢 |
Green light from me |
I've added labels 'company aligned' and 'architecturally aligned' for service requests. this one has been company aligned via approval by @MattDHill |
looks like it will work. please keep me in the loop during the process of building it. this is a big one, and can have a lot of integrations with other services, and could even inspire some os features |
Approved, awesome! Next step is to assign roles for this Service so we can crush this flow and get it on the PROD marketplace: Service Owner: @kn0wmad |
What is SOP for this ticket vs ipfs/kubo#61? They seem to be duplicates |
ipfs/kubo#61 is to track the initial release, this ticket is to track product lifecycle |
So this ticket remains open in perpetuity? |
It closes when it gets to the far right side of this board |
I'm going to make the case that this service be completed (it is half-done and does not appear to be a big lift) by S9 and sent directly to the Community Marketplace to sit and await a maintainer to pick it up. From my perspective, and based on today's meeting, IPFS meets all criteria for a service we would like available, is fairly highly requested by the community at large, and is in extremely high demand by many high-profile content-creators in the freedom community specifically. I'm guessing the main constraint is bandwidth, but I want to argue it remain in line. |
@MattDHill How shall I prioritize this? |
Let's have a planning session after the LND/CLN stack releases |
Waiting on this upstream issue: ipfs/ipfs-webui#2031 |
What kind of service is this?
Data
What does this service do?
The Interplanetary File System (IPFS) is a content-addressed, distributed storage network aimed at censorship resistance. It is currently of great interest to a rapidly growing network of Freedom-oriented content-creators, many of whom already use this service, and will voice support (and possibly even funding) for the first easy-to-use application of it.
How does this service work?
What alternative services exist?
How does this align with our Mission?
How complex is this service?
Medium
How popular is this service?
High Demand
Upstream Repo of Proposed Service
https://github.com/chrisguida/ipfs-wrapper
The text was updated successfully, but these errors were encountered: