Add post-install note to mqtt.json (#783)

This commit is contained in:
Håvard Gjøby Thom
2024-12-12 10:10:55 +01:00
committed by GitHub
parent d6ead654ad
commit ec27945abd

View File

@ -30,5 +30,10 @@
"username": null,
"password": null
},
"notes": []
"notes": [
{
"text": "You can find post-install info here: `https://github.com/community-scripts/ProxmoxVE/discussions/782`",
"type": "info"
}
]
}