Marcin Rataj
Marcin Rataj
- **API port lacks access controls (https://github.com/ipfs/go-ipfs/issues/1532) which makes it too sensitive to be exposed on external interfaces.** SSH tunnel or reverse proxy with TLS + basic auth or self-signed...
- Some improvements landed in https://github.com/ipfs-shipyard/ipfs-webui/pull/1613 - There is also open PR for visual feedback (https://github.com/ipfs-shipyard/ipfs-webui/pull/1671) which should improve UX on Safari
This is blocked by work happening in https://bugs.webkit.org/show_bug.cgi?id=171934#c70
Thanks for raising this. Fixing E2E tests against js-ipfs is already tracked in https://github.com/ipfs/ipfs-webui/issues/1737 The job that attaches binaries failed due to unrelated reasons. I believe we should rewrite it...
- The TAR failed to upload today again – lacks a robust retry - Ideally, we would remove TAR and only use verifiable CAR - For now, attached both manually...
If you need a quick fix, Kubo 0.13 shipped with support for customizing docker init via user scripts placed in `/container-init.d` – see https://docs.ipfs.tech/how-to/run-ipfs-inside-docker/#customizing-your-node Unsure if we should be overwriting...
People running gateways start to care, especially [when their domain name gets blocked by Google](https://nft.storage/blog/post/2022-04-29-gateways-and-gatekeepers/). This is [not limited to IPFS ecosystem](https://blog.sia.tech/the-worrying-depth-and-scope-of-censorship-on-the-internet-ffd4bc5a5486). This flag enables a safer deployment option. A...
This is a good idea. - MVP: define default gateway URL in the config file (`src/common/store.js`) and use value from the config when copying link - Better: allow user to...
MVP here would be to allow override via `localStorage` (so ipfs-companion can control used gateway):) ```js window.localStorage.setItem('ipfsPublicGateway', 'https://cf-ipfs.com') ``` Nice to have: add UI for setting this via _Settings_ screen....
> #### User Gesture Required > As a security feature, discovering Bluetooth devices with navigator.bluetooth.requestDevice must be triggered by a user gesture such as a touch or a mouse click....