You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/public/json/valkey.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,5 +31,10 @@
31
31
"username": null,
32
32
"password": null
33
33
},
34
-
"notes": ["On first launch, a random password is set for the default user using `requirepass`; the generated password is stored in `/root/.valkey_pass.txt inside the container`." ]
34
+
"notes": [
35
+
{
36
+
"text": "Show Login Credentials, type `cat /root/.valkey_pass.txt` in the LXC console",
0 commit comments