- Add ct/seaweedfs.sh, install/seaweedfs-install.sh, seaweedfs.json - AI.md: add anti-pattern #22 (apt-get → apt) - AI.md: add anti-pattern #23 (core packages as dependencies) - AI.md: fix template to use apt instead of apt-get - AI.md: add checklist items for apt and core dependencies
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "SeaweedFS",
|
|
"slug": "seaweedfs",
|
|
"categories": [
|
|
11
|
|
],
|
|
"date_created": "2026-02-22",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 9333,
|
|
"documentation": "https://github.com/seaweedfs/seaweedfs/wiki",
|
|
"website": "https://seaweedfs.com/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/seaweedfs.webp",
|
|
"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.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/seaweedfs.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 16,
|
|
"os": "Debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Master UI available at port 9333, Filer UI at port 8888, S3 API at port 8333.",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "Data is stored in /opt/seaweedfs-data.",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "FUSE mounting requires fuse3 (pre-installed).",
|
|
"type": "info"
|
|
}
|
|
]
|
|
} |