From 1a49970ae22ce5f5463477c025ad8fb87edf4e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sun, 1 Jun 2025 10:52:56 +0200 Subject: [PATCH] Add note to json about credentials (#4887) --- frontend/public/json/adventurelog.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/public/json/adventurelog.json b/frontend/public/json/adventurelog.json index 95753564e..5502eb0e5 100644 --- a/frontend/public/json/adventurelog.json +++ b/frontend/public/json/adventurelog.json @@ -35,6 +35,10 @@ { "text": "AdventureLog uses an initial local IP, if you change your LXC-IP, you need to change the IP here: `/opt/adventurelog/backend/server/.env` and here: `/opt/adventurelog/frontend/.env`", "type": "warning" + }, + { + "text": "Use `cat ~/adventurelog.creds` to see login credentials.", + "type": "info" } ] }