diff --git a/json/ghost.json b/json/ghost.json index 45db52080..cc24c0659 100644 --- a/json/ghost.json +++ b/json/ghost.json @@ -35,7 +35,8 @@ "text": "To run Ghost-CLI commands, first set a password for the ghost-user by running `sudo passwd ghost-user`. Then, switch to the ghost-user with `sudo -su ghost-user`.", "type": "info" } - ] + ], + "status": "\ud83d\udea7" } diff --git a/json/prometheus-alertmanager.json b/json/prometheus-alertmanager.json index d6b0cda58..0b64c4dce 100644 --- a/json/prometheus-alertmanager.json +++ b/json/prometheus-alertmanager.json @@ -30,5 +30,6 @@ "username": null, "password": null }, - "notes": [] + "notes": [], + "status": "\ud83d\udea7" } diff --git a/json/ps5-mqtt.json b/json/ps5-mqtt.json index 6151a7486..0d6902722 100644 --- a/json/ps5-mqtt.json +++ b/json/ps5-mqtt.json @@ -35,5 +35,6 @@ "text": "After installation, the MQTT endpoint must be configured. The configuration file is located within the LXC container at: `/opt/.config/ps5-mqtt/config.json`", "type": "info" } - ] + ], + "status": "\ud83d\udea7" }