This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Start gateway from NodeJS #1187
Labels
kind/support
A question or request for support
Comments
Something like this should work (it also starts a js-ipfs node for using with the gateway):
The function for starting the gateway is here: Line 19 in d16a129
|
Thank you for awswer. I saw this class |
@paulogr you can use https://github.com/ipfs/js-ipfsd-ctl to spawn js-ipfs daemons which then expose the gateway. Would that work for you? |
daviddias
added
status/ready
Ready to be worked
kind/support
A question or request for support
labels
Jan 25, 2018
Proprably it works for me, yeah. Thank you for answer. |
MicrowaveDev
pushed a commit
to galtproject/js-ipfs
that referenced
this issue
May 22, 2020
This was referenced Feb 20, 2023
This was referenced Feb 20, 2023
This was referenced Feb 21, 2023
This was referenced Feb 21, 2023
This was referenced Feb 21, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been looking at code but haven't found a way to start the gateway from NodeJS.
new IPFS()
only starts the IPFS node but not the gateway.Thanks
The text was updated successfully, but these errors were encountered: