Skip to content

Commit 948f853

Browse files
authored
Add install guide note on Turnkey VM docs (#145)
1 parent c175bff commit 948f853

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

json/nextcloud-vm.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"username": "admin",
3131
"password": null
3232
},
33-
"notes": []
33+
"notes": [
34+
{
35+
"text": "This VM requires extra installation steps, see install guide at `https://github.com/community-scripts/ProxmoxVE/discussions/144`",
36+
"type": "warning"
37+
}
38+
]
3439
}

json/owncloud-vm.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"username": "admin",
3131
"password": null
3232
},
33-
"notes": []
33+
"notes": [
34+
{
35+
"text": "This VM requires extra installation steps, see install guide at `https://github.com/community-scripts/ProxmoxVE/discussions/144`",
36+
"type": "warning"
37+
}
38+
]
3439
}

0 commit comments

Comments
 (0)