Skip to content

ipfs {init, daemon} --config option. #1374

New issue

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

Closed
jbenet opened this issue Jun 15, 2015 · 3 comments
Closed

ipfs {init, daemon} --config option. #1374

jbenet opened this issue Jun 15, 2015 · 3 comments
Labels
kind/enhancement A net-new feature or improvement to an existing feature

Comments

@jbenet
Copy link
Member

jbenet commented Jun 15, 2015

i think we can make ipfs init and daemon much nicer with something like this:

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 -
@zignig
Copy link

zignig commented Jun 15, 2015

👍

@rht
Copy link
Contributor

rht commented Jun 16, 2015

#387 and config cleanup in general

@daviddias daviddias added the kind/enhancement A net-new feature or improvement to an existing feature label Jan 2, 2016
@daviddias
Copy link
Member

👍 Following up on #387

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A net-new feature or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

4 participants