question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature: Add `Open in Gateway`

See original GitHub issue

Is 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: image After: image

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:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
lidelcommented, Jul 30, 2021

Notes from triage:

  • let’s not add another action, it will be confusing (proposed one is a duplicate of Share)
  • right now the Download button uses JS API and a blob: as a source
  • fix here is to switch to HTTP link at a local gateway
    • single file would have /ipfs/{cid}?filename=foo&download=true to ensure proper `content-disposition
    • a directory – tbd, either /api/v0/ or ?format=tar (whichever is available when this is tackled)
      • ideally, we would implement this when /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 work
0reactions
SgtPookicommented, Nov 29, 2022

I believe this should be fixed with https://github.com/ipfs/ipfs-webui/pull/1894. Please let us know if you continue to have issues.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found