mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-05 18:28:26 +02:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -435,9 +435,9 @@ FREERDP_COMMAND=""
|
|||||||
> If you wish to use an alternative WinApps backend (other than `Docker`), uncomment and change `WAFLAVOR="docker"` to `WAFLAVOR="podman"` or `WAFLAVOR="libvirt"`.
|
> If you wish to use an alternative WinApps backend (other than `Docker`), uncomment and change `WAFLAVOR="docker"` to `WAFLAVOR="podman"` or `WAFLAVOR="libvirt"`.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> If you encounter issues with tls certificate getting rejected, delete the existing `.pem` file with
|
> If you encounter issues with tls certificate getting rejected, delete the existing `.pem` file with
|
||||||
> `rm ~/.config/freerdp/server/127.0.0.1_3389.pem` and run
|
> `rm ~/.config/freerdp/server/127.0.0.1_3389.pem` and run
|
||||||
> `xfreerdp3 /u:MyWindowsUser /p:MyWindowsPassword /v:127.0.0.1 /cert:tofu`
|
> `xfreerdp3 /u:MyWindowsUser /p:MyWindowsPassword /v:127.0.0.1 /cert:tofu`
|
||||||
> to set up Trust On First Authentication. Then retry the `setup.sh` script.
|
> to set up Trust On First Authentication. Then retry the `setup.sh` script.
|
||||||
|
|
||||||
#### Configuration Options Explained
|
#### Configuration Options Explained
|
||||||
|
@@ -30,7 +30,7 @@ It is also possible to specify the version of Windows you wish to install within
|
|||||||
Please refer to the [original GitHub repository](https://github.com/dockur/windows) for more information on additional configuration options.
|
Please refer to the [original GitHub repository](https://github.com/dockur/windows) for more information on additional configuration options.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> If you want to undo all your changes and start from scratch, run the following. For `podman`, replace `docker` with `podman`.
|
> If you want to undo all your changes and start from scratch, run the following. For `podman`, replace `docker` with `podman`.
|
||||||
> ```bash
|
> ```bash
|
||||||
> docker compose down --rmi=all --volumes
|
> docker compose down --rmi=all --volumes
|
||||||
> ```
|
> ```
|
||||||
|
Reference in New Issue
Block a user