From 948f853699f038016502fe289035cab155914aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Gj=C3=B8by=20Thom?= <34199185+havardthom@users.noreply.github.com> Date: Sat, 9 Nov 2024 14:55:20 +0100 Subject: [PATCH] Add install guide note on Turnkey VM docs (#145) --- 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