If files have been PINNED and I want to test them I need to turn off IPFS Companion as otherwise files get served from my node. Wondering if I could set it somehow that by default I am not redirected to my node in browser?
IPFS Companion - How to NOT load content from my node?
91 Views Asked by Blissful At
1
There are 1 best solutions below
Related Questions in IPFS
- systemctl enable works but systemctl --user enable does not
- IPFS in Javascript 'cat' function doesn't work
- How to put all react production build files in single level root folder without keeping directory tree in static
- file searching and implementation using ipfs and blockchain
- StatefulSet replicas on a node has shared memory
- Getting invalid version number error when connecting to peer
- CIDv1 base32 encoding
- Error Uploading File to IPFS. I am using the pinFileToIPFS gateway
- Error: "Cannot find module './fetch.node'" when using ipfs with Next.js 14 on Vercel
- ipfs - I just cannot get it working reliably
- db.address wont open and opening a new db gives me the same address
- IPNS, ENS, content hash records
- IPFS RPC API : ipfs routing findprovs provides an unreadable response
- WebSocket connection Failed when using Helia IPFS in react app
- IPFS not announcing CIDs on indirect peers and unable to get through cmd as CID is not propagated using DHT
Related Questions in IPFS-COMPANION
- What is the right way to locally copy pinned data in ipfs and what is the use of datastore folder?
- IPFS X-Ipfs-Path on static images referenced on a dynamic non-IPFS https page forces localhost gateway to load over https
- IPFS Companion - How to NOT load content from my node?
- I encounter a CORS error when using the Tatum IPFS API
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I found it in IPFS companion config "Redirect requests for IPFS resources to your local gateway."
simple, didn't realize it has also preferences, it is on cog wheel of popup in the upper right corner.