ipfs-webui
ipfs-webui copied to clipboard
A frontend for an IPFS Kubo node.
This addresses #1887 by using the gateway URLs to download the files. There's two things to mention: 1) I tried creating an anchor element to download the file with a...
Whenever a file is moved to another folder, we don't check for the existence of a file with the same name & extension. Leading to potential unintentional overwriting. **To Reproduce**...
**Describe the bug** In the explore tab, clicking this button will open the link twice.  **To Reproduce** Steps to reproduce the behavior: 1. Press "View on IPFS gateway" 2....
**Describe the bug** ```bash ipfs pin add $(ipfs name resolve webui.ipfs.io) ``` doesn't pin the geoip data. **Expected behavior** Pinning the webui should in an offline first manner, download the...
- OS: Windows - Version of IPFS Desktop: 0.20.5 **Describe the bug** Not all codecs supported by the IPFS command-line are supported by IPFS desktop. See screenshot. It only shows...
**Describe the bug** Files reports No files here yet. Command line shows files, UI shows total files size. **To Reproduce** Steps to reproduce the behavior: 1. Go to Files UI...
> (found this while working on _unbundling_ webui from companion) "Not Found" error for Files tab could be better :-) 1. Open http://127.0.0.1:8080/ipfs/QmXc9raDM1M5G5fpBnVyQ71vR4gbnskwnB9iMEzBuLgvoZ/#/files/I_AM_NOT_HERE.jpg (or any other filename that is not...
**Is your feature request related to a problem? Please describe.** We want to add metrics to pinning API calls and other usage so that it shows up on our metrics...
> Extracted from https://github.com/ipfs/ipfs-webui/pull/1713 ## Problem Right now user can't tell when a file is pinned indirectly (when file is not pinned, but its parent dir is). This is especially...