MichaIng
MichaIng
TL;DR: Forget about runlevels. They are a SysV concept and do not exist with systemd. systemd implemented some target-runlevel mapping for backwards compatibility, but it never was accurate, since things...
Coincidentally @StephanStS and me were testing this pretty recently, and since it was so straight forward, I thought about adding it myself soon 😄. Great peace of software, and we...
@copilot please fix the indentation of the added code for us. Align it with the way it is done in surrounding code sections.
The pain with the tab indentation: - You seem to have 2 spaces per tab - The GitHub web UI shows 4 spaces per tab - I use 8 spaces...
Annoying that the environment variables are nowhere documented anymore. Why the hack have they been removed from the readme? Only way is to search the code: https://github.com/search?q=repo%3Arustdesk%2Frustdesk-server%20%2Fstd%3A%3Aenv%3A%3Avar%2F&type=code But this search...
Test installs: https://github.com/MichaIng/DietPi/actions/runs/19839816223 Will also add service and port tests to our CI later.
``` ERROR [libs/hbb_common/src/config.rs:538] Failed to store config: Failed to create directory ``` Looks like it tries to store the config in the executable's dir rather than the working dir. EDIT:...
``` INFO [src/relay_server.rs:84] Listening on websocket :21119 INFO [src/rendezvous_server.rs:103] Listening on websocket :21118 ``` Looks like websockets work with OSS version as well? Signalling port 21116 is listened on UDP...
Yeah, since hbbs also generates the TOML, I though the setting was related to that one. But instead it seems to be an obsolete alternative to the environment variables. Clients...
What I would want to disable by default is log messages which contain IP or other identifying info about the connected peers. Warnings and errors make sense, also the startup...