RustDesk: Difference between revisions

Klinger (talk | contribs)
m (24.05 to 24.11 upgrade)
Kwinz (talk | contribs)
Server: Add note how to set parameters that need to be set via ENV variables.
 
Line 18: Line 18:
};
};
</syntaxhighlight>The key is stored at: /var/lib/private/rustdesk/id_ed25519.pub
</syntaxhighlight>The key is stored at: /var/lib/private/rustdesk/id_ed25519.pub
[https://github.com/rustdesk/rustdesk-server?tab=readme-ov-file#env-variables Some settings may only be set via ENV variables] like this:
<syntaxhighlight lang="nixos">
systemd.services.rustdesk-signal.environment.ALWAYS_USE_RELAY = "Y";
</syntaxhighlight>