-
Notifications
You must be signed in to change notification settings - Fork 411
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
Added Functionland Fula network pinning service #1889
base: main
Are you sure you want to change the base?
Conversation
Added Functionland Fula network as a pinning service. The corresponding web-ui PR is: ipfs/ipfs-webui#2242
Thank you for submitting this PR!
Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment.
We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. |
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 for submitting.
Some asks inline, but in general this is blocked until users can use the pinning service, as noted in ipfs/ipfs-webui#2242 (comment)
Co-authored-by: Marcin Rataj <[email protected]>
Co-authored-by: Marcin Rataj <[email protected]>
Co-authored-by: Marcin Rataj <[email protected]>
Co-authored-by: Marcin Rataj <[email protected]>
Co-authored-by: Marcin Rataj <[email protected]>
Co-authored-by: Marcin Rataj <[email protected]>
@lidel Implemented all of the suggestions and also the ipfs/ipfs-webui#2242 is now completed and use-able by end-users |
Hey. Please let me know if anything else needs modification before being able to merge |
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.
@ehsan6sha mind rebasing this PR? we've clean up and deduplicated various pages and some of your changes are in conflict with main branch now 🙏
rebase done! |
|
||
| Peer ID | Addresses | | ||
| ------- | --------- | | ||
|`12D3KooWEGy1b9QLiQ4kyjk9GhF3vcWj3aQyVzfbuW7JeS1NdWhb`|`/dns4/ipfs.cloud.fx.land/tcp/443/wss`| |
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.
@ehsan6sha this address does not seem to work correctly.
kubo is unable to connect to it:
$ ipfs swarm connect /dns4/ipfs.cloud.fx.land/tcp/443/wss/p2p/12D3KooWEGy1b9QLiQ4kyjk9GhF3vcWj3aQyVzfbuW7JeS1NdWhb
Error: connect 12D3KooWEGy1b9QLiQ4kyjk9GhF3vcWj3aQyVzfbuW7JeS1NdWhb failure: failed to dial: failed to dial 12D3KooWEGy1b9QLiQ4kyjk9GhF3vcWj3aQyVzfbuW7JeS1NdWhb: all dials failed
* [/ip4/15.223.126.226/tcp/443/tls/sni/ipfs.cloud.fx.land/ws] unexpected EOF
fyi got more info with vole:
$ go install github.com/ipfs-shipyard/vole@latest
$ vole libp2p identify /dns4/ipfs.cloud.fx.land/tcp/443/wss/p2p/12D3KooWEGy1b9QLiQ4kyjk9GhF3vcWj3aQyVzfbuW7JeS1NdWhb
panic: failed to dial: failed to dial 12D3KooWEGy1b9QLiQ4kyjk9GhF3vcWj3aQyVzfbuW7JeS1NdWhb: all dials failed
* [/ip4/15.223.126.226/tcp/443/tls/sni/ipfs.cloud.fx.land/ws] malformed HTTP response "\x13/multistream/1.0.0"
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.
(/usage-ideas-examples.md
no longer exists)
usage-ideas-examples.md no longer exists
Added Functionland Fula network as a pinning service. The corresponding web-ui PR is: ipfs/ipfs-webui#2242
Describe your changes
Added Functionland Fula pinning service and ipfs endpoints.
Files changed
What issue(s) does this address?
Functionland Fula network is a decentralized ipfs pinning service with 900 globally distribute and individually owned nodes that is missing from the documentation as a major player in ipfs ecosystem
Does this update depend on any other PRs?
Web-ui addition of functionland
Checklist before requesting a review
Checklist before merging