From 428ba67cc0171a46b298f0f130bb9f44a634229d Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:22:49 +0100 Subject: [PATCH] Disable Windows and MacOS Windows and MacOS templates need KVM to work, the problem is that KVM is only available on Linux. The second problem is that KVM needs to be installed on the host server, but most Coolify users use a VPS to host it, and almost all VPS providers block KVM access or installation on the host because the hole server is already KVM virtualized. --- templates/compose/macos.yaml | 1 + templates/compose/windows.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/compose/macos.yaml b/templates/compose/macos.yaml index 018c55602..ab05cece5 100644 --- a/templates/compose/macos.yaml +++ b/templates/compose/macos.yaml @@ -1,3 +1,4 @@ +# ignore: true # documentation: https://github.com/dockur/macos # slogan: Run macOS in a containerized environment. # tags: macos, virtualization, container, os diff --git a/templates/compose/windows.yaml b/templates/compose/windows.yaml index f95f60797..f1d2a8573 100644 --- a/templates/compose/windows.yaml +++ b/templates/compose/windows.yaml @@ -1,3 +1,4 @@ +# ignore: true # documentation: https://github.com/dockur/windows # slogan: Run Windows in a containerized environment. # tags: windows, virtualization, container, os