From a1fc5567de4786b3c6a084bb3d96d9b80b8a49e5 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 5 Feb 2026 13:13:24 +0100 Subject: [PATCH] Update date_created and default credentials in JSON added json information (password) --- frontend/public/json/nginx-ui.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/public/json/nginx-ui.json b/frontend/public/json/nginx-ui.json index 176f4cc12..8dac20d7e 100644 --- a/frontend/public/json/nginx-ui.json +++ b/frontend/public/json/nginx-ui.json @@ -4,7 +4,7 @@ "categories": [ 21 ], - "date_created": "2026-02-03", + "date_created": "2026-02-05", "type": "ct", "updateable": true, "privileged": false, @@ -28,7 +28,7 @@ } ], "default_credentials": { - "username": null, + "username": "admin", "password": null }, "notes": [ @@ -39,6 +39,10 @@ { "text": "SSL certificates can be managed automatically with Let's Encrypt integration.", "type": "info" + }, + { + "text": "Initial Login data: `cat ~/nginx-ui.creds`", + "type": "info" } ] -} \ No newline at end of file +}