Formatting

This commit is contained in:
tremor021
2026-02-23 18:39:02 +01:00
parent 9e87b79338
commit 8d845f7bbf
+45 -45
View File
@@ -1,48 +1,48 @@
{ {
"name": "SeaweedFS", "name": "SeaweedFS",
"slug": "seaweedfs", "slug": "seaweedfs",
"categories": [ "categories": [
11 11
], ],
"date_created": "2026-02-22", "date_created": "2026-02-22",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 9333, "interface_port": 9333,
"documentation": "https://github.com/seaweedfs/seaweedfs/wiki", "documentation": "https://github.com/seaweedfs/seaweedfs/wiki",
"website": "https://seaweedfs.com/", "website": "https://seaweedfs.com/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/seaweedfs.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/seaweedfs.webp",
"config_path": "", "config_path": "",
"description": "SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lakes, with O(1) disk seek, S3 API, FUSE mount, WebDAV, and cloud tiering support.", "description": "SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lakes, with O(1) disk seek, S3 API, FUSE mount, WebDAV, and cloud tiering support.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/seaweedfs.sh", "script": "ct/seaweedfs.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048, "ram": 2048,
"hdd": 16, "hdd": 16,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
},
"notes": [
{
"text": "Master UI available at port 9333, Filer UI at port 8888, S3 API at port 8333.",
"type": "info"
}, },
"notes": [ {
{ "text": "Data is stored in /opt/seaweedfs-data.",
"text": "Master UI available at port 9333, Filer UI at port 8888, S3 API at port 8333.", "type": "info"
"type": "info" },
}, {
{ "text": "FUSE mounting requires fuse3 (pre-installed).",
"text": "Data is stored in /opt/seaweedfs-data.", "type": "info"
"type": "info" }
}, ]
{
"text": "FUSE mounting requires fuse3 (pre-installed).",
"type": "info"
}
]
} }