diff --git a/json/nextcloud-vm.json b/json/nextcloud-vm.json index 33c7d8779..bb7a1ae19 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 cac02cba2..3807e6919 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