We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i think we can make ipfs init and daemon much nicer with something like this:
init
daemon
ipfs {init, daemon --init} --config <file>
> cat init_config { "Gateway": { "RootRedirect": "", "Writable": false }, "Addresses": { "Gateway": "/ip4/0.0.0.0/tcp/8080" } } > cat init_config | ipfs init --config - > cat init_config | ipfs daemon --init --config -
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
#387 and config cleanup in general
👍 Following up on #387
No branches or pull requests
i think we can make ipfs
init
anddaemon
much nicer with something like this:The text was updated successfully, but these errors were encountered: