Mic

Results 4 issues of Mic

**Is your feature request related to a problem? Please describe.** As expected, I can ssh to another peer via `sudo netbird ssh .netbird.cloud` **Describe the solution you'd like** But is...

feature-request

Not sure if this will break some parts of the code, but so far the current latest versions of the following dependencies seem to work fine: ``` APScheduler==3.3.1 SQLAlchemy==1.1.10 future==0.16.0...

Implement a basic authentication which is turned off by default. To enable basic authentication, define the 'user' and 'pass' in the settings: ``` BASIC_AUTH_CONFIG = { 'user': '', 'pass': '',...

Is there a way to require password protection or elevated privileges (sudo) when performing these actions: - history prune - deleting a history entry I'm thinking of the use case...