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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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