rustdesk / rustdesk/rustdesk-server
How do I set up a directory to specify a working directory
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 10.4k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
I am deploying binary files directly to OpenWrt on an embedded device, and I have no plans to use Docker, as deploying the binaries directly fully meets the performance requirements. OpenWrt's procd (similar to systemd) does not support setting the working directory, although it allows setting environment variables. However, the program still generates some files that are not controlled by the environment variables. Since OpenWrt's procd cannot provide the current working directory to the program (as it doesn't exist), I am wondering if the program offers a parameter or environment variable to manually specify the working directory.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by checking the server's configuration and environment-variable handling for a working-directory option, with OpenWrt's procd deployment constraints in mind. Done means confirming whether an existing setting supports this use case or defining the required configuration behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100