From dd868e8022f85d6ec2622d891d888f1bbf82740e Mon Sep 17 00:00:00 2001 From: Anthony Borghi <anthony.borghi@veremes.com> Date: Fri, 14 Oct 2022 16:12:06 +0200 Subject: [PATCH] ajout liste des os pour le setup --- _install/dependencies.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_install/dependencies.json b/_install/dependencies.json index fc5db917b..970ac3ad7 100644 --- a/_install/dependencies.json +++ b/_install/dependencies.json @@ -18,6 +18,14 @@ "SRID": 2154 }, "application": { + "operating_systems": [ + "Windows Server 2016", + "Windows Server 2019", + "Windows Server 2022", + "Ubuntu 20", + "Ubuntu 22", + "Debian 11" + ], "default_description": "# Bienvenue dans vMap ! \n\nPlus d'information sur [http:\/\/www.veremes.com](http:\/\/www.veremes.com)", "default_theme": "1", "branch": "next_version", -- GitLab