Jim Ma
Jim Ma
这个是单行字符数的总宽度超过了 term的宽度所导致的,把80改大一些就好了
Thanks for report this issue. I will verify it ASAP.
@bmmadhuprasad It seems your harbor cert is not valid for dragonfly supernode.
Follow https://blog.jim.plus/blog/post/jim/selfsign-ca-and-update-certficates to update ca chains.
Can you paste docker command ?
Follow this docs: https://github.com/dragonflyoss/Dragonfly/blob/master/docs/quick_start/README.md Run supernode: ``` docker run -d --name supernode \ --restart=always \ -p 8001:8001 \ -p 8002:8002 \ -v /home/admin/supernode:/home/admin/supernode \ dragonflyoss/supernode:1.0.6 ```
can you update `apis/swagger.yml` with your change: ``` dstIP: type: "string" description: | the peer ID of the target Peer. ``` and `docs/api_reference/apis.md`: ``` |**dstIP** *optional*|the peer ID of the...
`docs/api_reference/apis.md` need update.
Please sign your commit with `git commit -s --amend`, then force push it. Thanks