Searched refs:gateway (Results 1 – 22 of 22) sorted by relevance
4 Long: ipfs-gateway15 - --ipfs-gateway $URL ipfs://18 # `--ipfs-gateway`20 Specify which gateway to use for IPFS and IPNS URLs. Not specifying this22 if a `~/.ipfs/gateway` file holding the gateway URL exists.24 If you run a local IPFS node, this gateway is by default available under27 curl --ipfs-gateway http://localhost:8080 \31 https://ipfs.github.io/public-gateway-checker/34 trust the gateway. This might be fine in local gateways that you host38 mitigation could be to go for a "trustless" gateway. This means you locally[all …]
140 ipfs-gateway.md \
70 if(gateway) { in ipfs_gateway()73 return gateway; in ipfs_gateway()115 if(gateway) in ipfs_gateway()118 if(!gateway) in ipfs_gateway()123 return gateway; in ipfs_gateway()128 Curl_safefree(gateway); in ipfs_gateway()142 char *gateway = NULL; in ipfs_url_rewrite() local176 if(!gateway) { in ipfs_url_rewrite()189 gateway = ipfs_gateway(); in ipfs_url_rewrite()190 if(!gateway) { in ipfs_url_rewrite()[all …]
23 IPFS with malformed gateway URL from multiline gateway file, first line no url28 <file name="%LOGDIR/.ipfs/gateway" >37 # malformed gateway URL, first line in file must be a gateway URL
22 # This is to prevent the automatic gateway detection from finding a gateway file in your home folde…26 IPFS with no gateway URL (no environment or home file either)34 # Verify with no gateway url and no auto detection
20 IPFS with malformed gateway URL (bad function argument error)23 --ipfs-gateway http://nonexisting,local:8080 ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopse…30 # malformed gateway URL (bad function argument error)
23 IPFS with malformed gateway URL from gateway file28 <file name="%LOGDIR/.ipfs/gateway" >
20 IPNS path and query args for gateway and IPFS url (malformed gateway url)23 --ipfs-gateway "http://%HOSTIP:%HTTPPORT/some/path?biz=baz" "ipns://fancy.tld/a/b?foo=bar&aaa=bbb"
37 IPFS with gateway URL from gateway file42 <file name="%LOGDIR/.ipfs/gateway" >
37 IPFS with gateway URL from multiline gateway file42 <file name="%LOGDIR/.ipfs/gateway" >
37 IPFS with gateway URL and path from gateway file42 <file name="%LOGDIR/.ipfs/gateway" >
23 IPFS with IPFS_PATH, no gateway file31 # Verify error code with no gateway file (detection fails)
34 IPFS arg gateway with path37 --ipfs-gateway http://%HOSTIP:%HTTPPORT/foo/bar ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7ko…
34 IPFS with path, query args and gateway with path37 --ipfs-gateway http://%HOSTIP:%HTTPPORT/some/path "ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland…
34 IPNS with path, query args and gateway with path37 --ipfs-gateway http://%HOSTIP:%HTTPPORT/some/path "ipns://fancy.tld/a/b?foo=bar&aaa=bbb"
37 --ipfs-gateway http://%HOSTIP:%HTTPPORT ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopseiod6p…
37 --ipfs-gateway http://%HOSTIP:%HTTPPORT ipns://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopseiod6p…
37 --ipfs-gateway http://%HOSTIP:%HTTPPORT "ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopseiod6…
42 <file name="%LOGDIR/.ipfs/gateway" >
103 --ipfs-gateway 8.4.0
Completed in 19 milliseconds