From a4362e0b03c232cbd96ae5f59397132eff5d0f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Thom?= Date: Sat, 9 Nov 2024 09:25:57 +0100 Subject: [PATCH] Add install guide note on Turnkey VM docs --- json/nextcloud-vm.json | 7 ++++++- json/owncloud-vm.json | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/json/nextcloud-vm.json b/json/nextcloud-vm.json index 33c7d877..bb7a1ae1 100644 --- a/json/nextcloud-vm.json +++ b/json/nextcloud-vm.json @@ -30,5 +30,10 @@ "username": "admin", "password": null }, - "notes": [] + "notes": [ + { + "text": "This VM requires extra installation steps, see install guide at `https://github.com/community-scripts/ProxmoxVE/discussions/144`", + "type": "warning" + } + ] } \ No newline at end of file diff --git a/json/owncloud-vm.json b/json/owncloud-vm.json index cac02cba..3807e691 100644 --- a/json/owncloud-vm.json +++ b/json/owncloud-vm.json @@ -30,5 +30,10 @@ "username": "admin", "password": null }, - "notes": [] + "notes": [ + { + "text": "This VM requires extra installation steps, see install guide at `https://github.com/community-scripts/ProxmoxVE/discussions/144`", + "type": "warning" + } + ] } \ No newline at end of file