From 654be423194ac5cfcbcc2bb8730855682f2274b1 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Sat, 11 Jan 2025 03:55:13 +1000 Subject: [PATCH] Set ps5mqtt, prometheus-AM, ghost to :construction: status --- json/ghost.json | 3 ++- json/prometheus-alertmanager.json | 3 ++- json/ps5-mqtt.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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" }