-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Quick UX feedback for pnet #3404
Comments
If using visual fingerprints, i'd love to be able to turn on a variable to "show as emoji" or something 😎 |
I don't really know how to expose dial errors nicely without exposing all others dial errors. I would have to propagate some type of dial error through whole stack:
Yeah, command for generating those keys will be nice UX wise. |
(for the one in the private network) something clear, like:
you dont have to thread it through, i think. you should be able to |
Right, I can log it. 👍 |
I can try but it won't be easy. |
I was asked to leave a feedback about usage of private key in production from #1633. Infrastructure has Git server and IPFS server(s). On production VMs IPFS is installed with private key
Automation software removes bootstrap list and adds a couple of the servers in Infrastructure and then pulls code out of Git server and binary files out of IPFS. So, more like git-lfs. That helps to devide projects code from binary files and keep things distributed. If anything particular is needed for statistics or perfomance you are welcome to ping me here. |
@salsa-dev I am glad you find the feature useful. |
This is an issue to gather feedback for @Kubuxu on the pnet demo, and implementation.
Private network: shared-key <hash-of-key>
Private network: shared-key <fingerprint-of-key>
Private network: shared-key <fs-path-to-key>
ipfs-key-gen
orlibp2p-key-gen
that is able tomake the keys. (and mount this in
ipfs
atipfs swarm key
or something).The text was updated successfully, but these errors were encountered: