kvmd icon indicating copy to clipboard operation
kvmd copied to clipboard

The main PiKVM daemon

Results 18 kvmd issues
Sort by recently updated
recently updated
newest added

After that change any other protocol can be used for transport easily.

https://github.com/pikvm/kvmd/pull/90

1st short blink is heartbeat 2nd short blink is rx data from pikvmd 3rd long blink is keyboard online 4th long blink is mouse online https://github.com/pikvm/kvmd/pull/90

Adds 2 seconds watchdog. https://github.com/pikvm/kvmd/pull/90

reset PIN on kvmd is optional. HID works without problem until _reset_required is set. After that device has to be restarted manually. With SW reset it is possible to switch...

Please let me know if you could consider to merge it. What structure would you like to see? I would like to remove some if if/defs.

This is WIP base on old code. @mdevaev please let me know if you could consider to merge it. Comments are welcome.

I'm currently implementing this: https://github.com/pikvm/pikvm/issues/476 At the moment only keyboard passthru works. The GPIOs used are 26=data and 27=clock. @mdevaev please try it out, if you are happy I'll continue...

enhancement

Added the possibility to define OAuth Providers as authentication backend. `/etc/kvmd/auth.yaml` has to look like the following: ``` oauth: enabled: true providers: github: type: oauth2 client_id: myclient client_secret: mysecret123 access_token_url:...