-
Notifications
You must be signed in to change notification settings - Fork 500
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
Publish a IPNS for Lastest Version #1562
Comments
Thank you for the suggestion @akimoto72738, it's a really nice idea! I believe this can be problematic because ipfs-desktop needs to always have a certain ipfs-webui version that is compatible with it due to API requirements (available though window.ipfsDesktop) But this could be a possibility for go-ipfs, right @lidel ? |
While IPFS Desktop ships with hardcoded version that can't be changed, we already provide DNSLink for the latest release for use in regular browser:
@akimoto72738 I understand you prefer IPNS to remove reliance on DNS, increase security, or is proper DNSLink resolution blocked in your country? IPNS could be added to ipfs-github-action – filled ipfs-shipyard/ipfs-github-action#4 to track that. |
The webui.ipfs.io dnslink is for exactly that purpose! go-ipfs and js-ipfs redirect /webui to a specific ipfs CID to ensure that you always get a webui that has been tested with the version of the ipfs daemon you are running. But if you want to always use the latest, then webui.ipfs.io is there for experts only |
Hi Teams, Thank you for reply. https://webui.ipfs.io is not be blocked in my country but its high latency,so I prefer ipns or cid to access webui in the local lan(faster、security、anti-blocked、personalized and probably anonymity) Maybe it's a personal opinion,your make the decision. |
@akimoto72738 Is the latency problem coming from public gateway? Are you using IPFS Companion? |
@lidel Here is the ping result:
I'm not using IPFS Companion and (webui.ipfs.io.ipns.localhost)is not worked in my environment,maybe i need create a dns record but this is not problem because I can load webui from local gateway by ipns or cid with my custom domain name Different from the others, topology is below Then I can access ipfs webui in browser from my desktop、laptop、phone、pad...etc The only problem is that I must publish ipns or change cid manually to keep up with you latest version after your update everytime. if your publish a ipns,that will be look like more automatic and Silently (update). Thanks, hope my English can express accurately |
@akimoto72738 thank you for elaborating on your setup, it is pretty custom, but I can understand some of the choices you made. I understand that the main pain point for you is the need for manual updating of I believe Let me know if this helps. |
@lidel Now, The world returns to peace. XD |
Hi Teams,
May be you can Publish a IPNS for lastest version every time so that users always received lastest webui as soon as your update
In my environment, I publish a IPNS for [bafybeihpetclqvwb4qnmumvcn7nh4pxrtugrlpw4jgjpqicdxsv7opdm6e](Webui 2.10.2) after your released
Now I just use IPNS to keep up with your latest version, and I don't need to change the address(ipfs hash) in the browser
The text was updated successfully, but these errors were encountered: