-
Notifications
You must be signed in to change notification settings - Fork 865
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
Feature request: Publish websites with IPFS #1019
Comments
@andrasfuchs what do you mean by "Public folder"? |
@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. What do you think? |
Hey! I know there is a discussion about simplifying the process of publishing websites aka using IPNS. I'll just update the title of this issue! |
Closing this issue in favor of the larger "publishing websites" discussion at ipfs/ipfs-gui#77. |
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: