45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "SurrealDB",
|
|
"slug": "surrealdb",
|
|
"categories": [
|
|
8
|
|
],
|
|
"date_created": "2026-02-26",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"has_arm": false,
|
|
"interface_port": 8000,
|
|
"documentation": "https://surrealdb.com/docs",
|
|
"website": "https://surrealdb.com/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/surrealdb.webp",
|
|
"description": "SurrealDB is a multi-model database that combines the power of document, graph, and relational databases into a single platform, offering real-time queries, built-in permissions, and a simplified backend stack.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/surrealdb.sh",
|
|
"config_path": "/opt/surrealdb/.env",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 1024,
|
|
"hdd": 4,
|
|
"os": "Debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "root",
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Accessing http://IP:8000 redirects to surrealdb.com/surrealist — this is by design. The hosted Surrealist UI connects back to your local instance. Use http://IP:8000 as the connection URL in Surrealist.",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "The generated root password is stored in /opt/surrealdb/.env.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
} |