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
I suppose the node's Public folder is intended to be public by default. It would be logical to make that folder public by publishing it as a node's IPNS folder so that it could be accessed through the /ipns/ URL.
If you want to do that now, you need to call ipfs name publish <new hash of the folder> every time you change the content of your Public folder manually. It would be great if that was automatic.
Could you add this functionality?
Also, as a nice to have change in the UI would be that if you were trying to share your public folder, the pop-up dialog would show not just the link with the IPFS hash of the folder, but also the more permanent IPNS URL of the node.
The text was updated successfully, but these errors were encountered:
@hacdias Ahh, sorry, I think I made a mistake when I supposed that my "Public" folder was created by the node by default during its installation. I probably forgot that I created that manually a year ago or so when I installed IPFS desktop for the first time. I thought (wrongly) that everyone has one.
Anyway, my suggestion changes a little then, but still, it would be nice, if I could select one folder that would be handled by IPFS desktop as the public folder of the node, and the IPNS updates were automated when the contents of that folder changes.
I suppose the node's Public folder is intended to be public by default. It would be logical to make that folder public by publishing it as a node's IPNS folder so that it could be accessed through the /ipns/ URL.
If you want to do that now, you need to call
ipfs name publish <new hash of the folder>
every time you change the content of your Public folder manually. It would be great if that was automatic.Could you add this functionality?
Also, as a nice to have change in the UI would be that if you were trying to share your public folder, the pop-up dialog would show not just the link with the IPFS hash of the folder, but also the more permanent IPNS URL of the node.
The text was updated successfully, but these errors were encountered: