Remove public SurrealDB JSON and update metadata
Delete duplicated frontend/public/json/surrealdb.json and update the canonical json/surrealdb.json file: restore original date_created, adjust description, normalize website URL, change default_credentials.password to null, and add notes about web UI and saved creds. Also include a tiny EOF/newline normalization in json/cliproxyapi.json.
This commit is contained in:
42
frontend/public/json/surrealdb.json
generated
42
frontend/public/json/surrealdb.json
generated
@@ -1,42 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "SurrealDB",
|
|
||||||
"slug": "surrealdb",
|
|
||||||
"categories": [8],
|
|
||||||
"date_created": "2026-02-26",
|
|
||||||
"type": "ct",
|
|
||||||
"updateable": true,
|
|
||||||
"privileged": 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",
|
|
||||||
"config_path": "/opt/surrealdb/.env",
|
|
||||||
"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",
|
|
||||||
"resources": {
|
|
||||||
"cpu": 2,
|
|
||||||
"ram": 1024,
|
|
||||||
"hdd": 4,
|
|
||||||
"os": "Debian",
|
|
||||||
"version": "13"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"default_credentials": {
|
|
||||||
"username": "root",
|
|
||||||
"password": null
|
|
||||||
},
|
|
||||||
"notes": [
|
|
||||||
{
|
|
||||||
"text": "SurrealDB web interface is available on port 8000.",
|
|
||||||
"type": "info"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "Default credentials are saved in ~/surrealdb.creds.",
|
|
||||||
"type": "info"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -2,16 +2,16 @@
|
|||||||
"name": "SurrealDB",
|
"name": "SurrealDB",
|
||||||
"slug": "surrealdb",
|
"slug": "surrealdb",
|
||||||
"categories": [8],
|
"categories": [8],
|
||||||
"date_created": "2026-03-27",
|
"date_created": "2026-02-26",
|
||||||
"type": "ct",
|
"type": "ct",
|
||||||
"updateable": true,
|
"updateable": true,
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
"interface_port": 8000,
|
"interface_port": 8000,
|
||||||
"documentation": "https://surrealdb.com/docs",
|
"documentation": "https://surrealdb.com/docs",
|
||||||
"website": "https://surrealdb.com",
|
"website": "https://surrealdb.com/",
|
||||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/surrealdb.webp",
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/surrealdb.webp",
|
||||||
"config_path": "/opt/surrealdb/.env",
|
"config_path": "/opt/surrealdb/.env",
|
||||||
"description": "SurrealDB is a scalable, distributed, collaborative, document-graph database for the realtime web, combining the best of relational, document, and graph databases.",
|
"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": [
|
"install_methods": [
|
||||||
{
|
{
|
||||||
"type": "default",
|
"type": "default",
|
||||||
@@ -27,7 +27,16 @@
|
|||||||
],
|
],
|
||||||
"default_credentials": {
|
"default_credentials": {
|
||||||
"username": "root",
|
"username": "root",
|
||||||
"password": "auto-generated (see /opt/surrealdb/.env)"
|
"password": null
|
||||||
},
|
},
|
||||||
"notes": []
|
"notes": [
|
||||||
|
{
|
||||||
|
"text": "SurrealDB web interface is available on port 8000.",
|
||||||
|
"type": "info"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Default credentials are saved in ~/surrealdb.creds.",
|
||||||
|
"type": "info"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user