mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-12-24 07:56:24 +01:00
Add auth via requirepass to Valkey (#9570)
* Add auth via requirepass to Valkey * Refactor notes in valkey.json for clarity Updated notes structure to include detailed login instructions. * Remove password saving message from installation script Removed message indicating Valkey password saving. * Fix JSON syntax error in valkey.json * Update valkey.json * refactor --------- Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com> Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d2f86996db
commit
327cb37a55
@ -31,5 +31,10 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [
|
||||
{
|
||||
"text": "Show Login Credentials, type `cat ~/valkey.creds` in the LXC console",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user