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
Running daemon
in CLI screws up config
#868
Labels
exp/novice
Someone with a little familiarity can pick up
help wanted
Seeking public contribution on this issue
kind/bug
A bug in existing code (including security flaws)
Comments
victorb
changed the title
Running
Running May 25, 2017
daemon
screws up configdaemon
in CLI screws up config
daviddias
added
exp/novice
Someone with a little familiarity can pick up
help wanted
Seeking public contribution on this issue
labels
May 25, 2017
It doesn't necessarily "screw" the config, it is just serializing stuff that is not required to be in the config. Looks like it needs to be sanitized before stored. @victorbjelkholm can you PR a fix for this? |
sktt
added a commit
to sktt/js-ipfs
that referenced
this issue
Jul 18, 2017
- Respect `--enable-experimental-pubsub` - Don't overload repo config with cli args (fixes ipfs#868) - Typo
daviddias
pushed a commit
that referenced
this issue
Jul 19, 2017
* Fix js-ipfs daemon config params - Respect `--enable-experimental-pubsub` - Don't overload repo config with cli args (fixes #868) - Typo * Treat cli args and config overload as seperate - Add an extra parameter for `HttpAPI` for `cliArgs`
sktt
added a commit
to sktt/js-ipfs
that referenced
this issue
Jul 20, 2017
- Respect `--enable-experimental-pubsub` - Don't overload repo config with cli args (fixes ipfs#868) - Typo
dryajov
pushed a commit
that referenced
this issue
Sep 1, 2017
* Fix js-ipfs daemon config params - Respect `--enable-experimental-pubsub` - Don't overload repo config with cli args (fixes #868) - Typo * Treat cli args and config overload as seperate - Add an extra parameter for `HttpAPI` for `cliArgs`
This was referenced Jul 31, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
exp/novice
Someone with a little familiarity can pick up
help wanted
Seeking public contribution on this issue
kind/bug
A bug in existing code (including security flaws)
If I initialize a new repo, look at the config, run
jsipfs daemon
and then look at the config, they look different. There is some mumbo-jumbo being added in the bottom of the config. Steps to reproduce:Log
The text was updated successfully, but these errors were encountered: