You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let files/images load from IPFS when a post contains ipfs://[cid]. First, check if the file is an image, then add a button in the post to load the image. If it is a file, add a download button that will download it to Files. All of this can be done by using an external gateway or a local node. This would help with Nostr's vision of decentralization, as having files always link to external sources using DNS is centralized.
If Damus includes a local IPFS node, then there could be a built-in file uploader that stores files not only on your machine, but with a pinning service as well. Damus could also run its own gateway just like it runs its own relay.
Hope this is a reasonable idea!
The text was updated successfully, but these errors were encountered:
wdpatti
changed the title
Add IPFS support for images and files
[Feature Request] Add IPFS support for images and files
Dec 22, 2022
Let files/images load from IPFS when a post contains
ipfs://[cid]
. First, check if the file is an image, then add a button in the post to load the image. If it is a file, add a download button that will download it to Files. All of this can be done by using an external gateway or a local node. This would help with Nostr's vision of decentralization, as having files always link to external sources using DNS is centralized.If Damus includes a local IPFS node, then there could be a built-in file uploader that stores files not only on your machine, but with a pinning service as well. Damus could also run its own gateway just like it runs its own relay.
Hope this is a reasonable idea!
The text was updated successfully, but these errors were encountered: