2025-11-29 22:53:41 +01:00
{
"name" : "Valkey" ,
"slug" : "valkey" ,
"categories" : [
2025-12-26 00:58:54 -08:00
8
2025-11-29 22:53:41 +01:00
] ,
2025-11-29 21:54:02 +00:00
"date_created" : "2025-11-29" ,
2025-11-29 22:53:41 +01:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 6379 ,
"documentation" : "https://valkey.io/docs/" ,
"config_path" : "/etc/valkey/valkey.conf" ,
"website" : "https://valkey.io/" ,
2025-12-10 18:41:22 +01:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/valkey.webp" ,
2025-11-29 22:53:41 +01:00
"description" : "Valkey is an open source (BSD) high-performance key/value datastore that supports a variety of workloads such as caching, message queues, and can act as a primary database. The project is backed by the Linux Foundation, ensuring it will remain open source forever." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/valkey.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 1024 ,
"hdd" : 4 ,
"os" : "Debian" ,
"version" : "13"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
2025-12-02 00:50:48 -08:00
"notes" : [
{
"text" : "Show Login Credentials, type `cat ~/valkey.creds` in the LXC console" ,
"type" : "info"
}
]
2025-11-29 22:53:41 +01:00
}