mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-13 22:09:15 +02:00
Compare commits
5 Commits
885d02079a
...
doc-arch-p
Author | SHA1 | Date | |
---|---|---|---|
![]() |
27da810f34 | ||
![]() |
8ecb806b97 | ||
![]() |
84308118c6 | ||
![]() |
805b479e45 | ||
![]() |
013cc42e07 |
@@ -311,7 +311,7 @@ Install the required dependencies.
|
|||||||
```
|
```
|
||||||
- Arch Linux:
|
- Arch Linux:
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -Syu --needed -y curl dialog freerdp git iproute2 libnotify gnu-netcat
|
sudo pacman -Syu --needed -y curl dialog freerdp git iproute2 libnotify openbsd-netcat
|
||||||
```
|
```
|
||||||
- OpenSUSE:
|
- OpenSUSE:
|
||||||
```bash
|
```bash
|
||||||
|
10
compose.yaml
10
compose.yaml
@@ -33,13 +33,17 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- data:/storage # Mount volume 'data' to use as Windows 'C:' drive.
|
- data:/storage # Mount volume 'data' to use as Windows 'C:' drive.
|
||||||
- ${HOME}:/shared # Mount Linux user home directory @ '\\host.lan\Data'.
|
- ${HOME}:/shared # Mount Linux user home directory @ '\\host.lan\Data'.
|
||||||
#- /path/to/second/hard/disk:/storage2 # Uncomment to mount the second hard disk within the Windows VM. Ensure 'DISK2_SIZE' is specified above.
|
#- /path/to/second/hard/disk:/storage2 # Uncomment to create a virtual second hard disk and mount it within the Windows VM. Ensure 'DISK2_SIZE' is specified above.
|
||||||
- ./oem:/oem # Enables automatic post-install execution of 'oem/install.bat', applying Windows registry modifications contained within 'oem/RDPApps.reg'.
|
- ./oem:/oem # Enables automatic post-install execution of 'oem/install.bat', applying Windows registry modifications contained within 'oem/RDPApps.reg'.
|
||||||
#- /path/to/windows/install/media.iso:/custom.iso # Uncomment to use a custom Windows ISO. If specified, 'VERSION' (e.g. 'tiny11') will be ignored.
|
#- /path/to/windows/install/media.iso:/custom.iso # Uncomment to use a custom Windows ISO. If specified, 'VERSION' (e.g. 'tiny11') will be ignored.
|
||||||
devices:
|
devices:
|
||||||
- /dev/kvm # Enable KVM.
|
- /dev/kvm # Enable KVM.
|
||||||
- /dev/net/tun # Enable tuntap
|
- /dev/net/tun # Enable tuntap
|
||||||
#- /dev/sdX:/disk1 # Uncomment to mount a disk directly within the Windows VM (Note: 'disk1' will be mounted as the main drive. THIS DISK WILL BE FORMATTED BY DOCKER).
|
# Uncomment to mount a disk directly within the Windows VM.
|
||||||
#- /dev/sdY:/disk2 # Uncomment to mount a disk directly within the Windows VM (Note: 'disk2' and higher will be mounted as secondary drives. THIS DISK WILL NOT BE FORMATTED).
|
# WARNING: /dev/sdX paths may change after reboot. Use persistent identifiers!
|
||||||
|
# NOTE: 'disk1' will be mounted as the main drive. THIS DISK WILL BE FORMATTED BY DOCKER.
|
||||||
|
# All following disks (disk2, ...) WILL NOT BE FORMATTED.
|
||||||
|
# - /dev/disk/by-id/<id>:/disk1
|
||||||
|
# - dev/disk/by-id/<id>:/disk2
|
||||||
# group_add: # uncomment this line and the next one for using rootless podman containers
|
# group_add: # uncomment this line and the next one for using rootless podman containers
|
||||||
# - keep-groups # to make /dev/kvm work with podman. needs "crun" installed, "runc" will not work! Add your user to the 'kvm' group or another that can access /dev/kvm.
|
# - keep-groups # to make /dev/kvm work with podman. needs "crun" installed, "runc" will not work! Add your user to the 'kvm' group or another that can access /dev/kvm.
|
||||||
|
@@ -11,12 +11,12 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
rev = "a4d30724b588cea9c3c60279d8773d320f621594";
|
rev = "885d02079a36aa9696de46440c5b29b95278f904";
|
||||||
hash = "sha256-k6T4YkIxqvmPB9XIdFL+p3Dh+jL3Xg/Co+q3xbCcsoc=";
|
hash = "sha256-hkD1siuwlRNOnXpDETZEQlIb/j91hkCspAUl/m5BB6g=";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "winapps";
|
pname = "winapps";
|
||||||
version = "0-unstable-2025-04-19";
|
version = "0-unstable-2025-05-26";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "winapps-org";
|
owner = "winapps-org";
|
||||||
|
Reference in New Issue
Block a user