akashgoswami / ipm

IOTA node peer manager. Useful for monitoring IOTA peers
MIT License
72 stars 24 forks source link

Implement a view-only mode #32

Open MClarkDev opened 6 years ago

MClarkDev commented 6 years ago

I would like to be able to share my dashboard with people without exposing private details such as the peer's IP / port, as well as exposing the add / remove neighbor functionality to the public;

The ask is to setup a launch flag that will enable a view-only mode;

This mode will hide the private details of each peering connection - it will show only the transaction graphs and associated tag.

77656233 commented 6 years ago

I also would be interested into this 👍

chris2286266 commented 6 years ago

Yes, please. This would be very cool! Either by a launch parameter or by login (username/password, drawn from config file?)

Thanks