Feature: Add `Open in Gateway`
See original GitHub issueIs your feature request related to a problem? Please describe.
In #1813, the user wants a feature which is showing the downloading progress in the WebUI. However, If users can download through the browser, they can get the download progress they want. So if we can add a new Button called Open in Gateway
orOpen in Browser
, it will be convenient.
Describe the solution you’d like Before: After:
Describe alternatives you’ve considered Or Add a Button to help users copy the gateway URL of a file.
Additional context
We can use ipfs config Addresses.Gateway
to get Gateway address.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
On-premises data gateway - Power BI - Microsoft Learn
Download and install the gateway on a local computer. · Configure the gateway based on your firewall and other network requirements. · Add...
Read more >Gateway Setup Editor - ITRS Documentation Home Page
Gateway setup files are XML files, and can be opened from any accessible file location. To do this , go to File >...
Read more >The Power BI Gateway; All You Need to Know - RADACAD
To add data sources to the gateway, first, you need to check the Power BI file and see what data sources have been...
Read more >How to Set Up Firewalls for Xfinity Gateways
To set up a firewall, follow these step-by-step instructions: Connect a laptop, computer or mobile device to your home Internet network and open...
Read more >Kong Gateway - v3.1.x
You can manage the open-source Gateway with Kong's Admin API or with ... Plus, or Enterprise modes): Kong's API gateway with added functionality....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Notes from triage:
blob:
as a source/ipfs/{cid}?filename=foo&download=true
to ensure proper `content-disposition/api/v0/
or?format=tar
(whichever is available when this is tackled)/ipfs/<cid>?filename=foo&format=tar
is provided (https://github.com/ipfs/go-ipfs/issues/8234), but faking it with something like ``/api/v0/get/?arg=<cid>&archive=true&compress=true&filename=foo.tar.gz` could also workI believe this should be fixed with https://github.com/ipfs/ipfs-webui/pull/1894. Please let us know if you continue to have issues.