mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-07 11:18:26 +02:00
add note in README to secure 'winapps.conf' with best practice file permissions
This commit is contained in:
@@ -473,9 +473,15 @@ APP_SCAN_TIMEOUT="60"
|
|||||||
# - The maximum time (in seconds) to wait for the Windows VM to boot if it is not running, before attempting to launch an application.
|
# - The maximum time (in seconds) to wait for the Windows VM to boot if it is not running, before attempting to launch an application.
|
||||||
# DEFAULT VALUE: '120'
|
# DEFAULT VALUE: '120'
|
||||||
BOOT_TIMEOUT="120"
|
BOOT_TIMEOUT="120"
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> To safeguard your Windows password, ensure `~/.config/winapps/winapps.conf` is accessible only by your user account.
|
||||||
|
> ```bash
|
||||||
|
> chown $(whoami):$(whoami) ~/.config/winapps/winapps.conf
|
||||||
|
> chmod 600 ~/.config/winapps/winapps.conf
|
||||||
|
> ```
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> `RDP_USER` and `RDP_PASS` must correspond to a complete Windows user account and password, such as those created during Windows setup or for a domain user. User/PIN combinations are not valid for RDP access.
|
> `RDP_USER` and `RDP_PASS` must correspond to a complete Windows user account and password, such as those created during Windows setup or for a domain user. User/PIN combinations are not valid for RDP access.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user