Skip to content
This repository was archived by the owner on Jul 30, 2026. It is now read-only.

Add profile option - #38

Open
magik6k wants to merge 2 commits into
ipfs:masterfrom
magik6k:feat/profile
Open

Add profile option#38
magik6k wants to merge 2 commits into
ipfs:masterfrom
magik6k:feat/profile

Conversation

@magik6k

@magik6k magik6k commented Jan 16, 2018

Copy link
Copy Markdown
Member

This allows initializing IPFS nodes with specified profiles.

@magik6k

magik6k commented Jan 22, 2018

Copy link
Copy Markdown
Member Author

Rebased

@Stebalien Stebalien left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work with multiple profiles?

Comment thread util/util.go
ln := &LocalNode{
Dir: ns.Dir,
Dir: ns.Dir,
Profile: ns.Extra["profile"].(string),

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relying on this being set makes me a bit worried. Will this always be the case? We may want to default to "".

@Stebalien

Copy link
Copy Markdown
Member

One can now pass arbitrary arguments to iptb init.

@Stebalien Stebalien closed this Dec 16, 2018
@Stebalien Stebalien reopened this Dec 16, 2018
@ghost ghost assigned Stebalien Dec 16, 2018
@ghost ghost added the status/in-progress In progress label Dec 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants