Paolo Asperti
Paolo Asperti
Windows should be covered now.
@rustdesk I need to change the Info.plist inside the MacOS Application. Can you point me to where this file gets generated?
OK, now the .plist modification is opening the app, but there's more to do: we need to implement a delegate to handle the url. Sadly I found only ObjC and...
> How far along is this? I would live to test it's compatibility with GLPI. We use RustDesk here at my job, and I have been setting up GLPI for...
I just tried and every warning seems solved. Just remember a touch of `cargo fmt`. FYI on rust versions: - ubuntu 20.04 uses rust 1.59.0 - ubuntu 22.04 uses rust...
> our automatic build (via github actions) is [ubuntu-22.04](https://github.com/actions/virtual-environments) which now uses rust 1.62.1, as stated [here](https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md) Now this PR is gaining priority.
can you try with the s6-based docker images? look at the [readme](https://github.com/rustdesk/rustdesk-server#readme)
Can you provide some more context? "nothing works" is far from specific.
Rustdesk doesn't use password, but cryptographic key-pairs, specifically Ed25519 (elliptic curves). It's already possible to limit the allowed clients by specifying a specific public key to be accepted.
Another solution would be to use a CA (and a CRL) for identity management, and issue certificates for each client. Then track the association between each certificate and the client...