From e4923112e8edbdd63272c2ad64cabac2de695745 Mon Sep 17 00:00:00 2001 From: aa_humaaan Date: Tue, 3 Mar 2026 20:15:51 +0530 Subject: [PATCH] data: add last_commit, hosting_type, deployment fields to SeaweedFS, Ceph, RustFS --- data/tools.json | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/data/tools.json b/data/tools.json index beb495d..e56949f 100644 --- a/data/tools.json +++ b/data/tools.json @@ -18157,7 +18157,13 @@ ], "language": "Go", "license": "Apache 2.0", - "logo_url": "https://www.google.com/s2/favicons?sz=128&domain=github.com/seaweedfs" + "logo_url": "https://www.google.com/s2/favicons?sz=128&domain=github.com/seaweedfs", + "last_commit": "2025-03-01T00:00:00Z", + "hosting_type": "self-hosted", + "deployment": { + "type": "docker-compose", + "local_path": "./.docker-deploy/seaweedfs" + } }, { "slug": "ceph", @@ -18179,7 +18185,13 @@ ], "language": "C++", "license": "LGPL-2.1", - "logo_url": "https://www.google.com/s2/favicons?sz=128&domain=ceph.io" + "logo_url": "https://www.google.com/s2/favicons?sz=128&domain=ceph.io", + "last_commit": "2025-03-01T00:00:00Z", + "hosting_type": "self-hosted", + "deployment": { + "type": "docker-compose", + "local_path": "./.docker-deploy/ceph" + } }, { "slug": "rustfs", @@ -18201,6 +18213,12 @@ ], "language": "Rust", "license": "Apache 2.0", - "logo_url": "https://www.google.com/s2/favicons?sz=128&domain=rustfs.com" + "logo_url": "https://www.google.com/s2/favicons?sz=128&domain=rustfs.com", + "last_commit": "2025-02-15T00:00:00Z", + "hosting_type": "self-hosted", + "deployment": { + "type": "docker-compose", + "local_path": "./.docker-deploy/rustfs" + } } ] \ No newline at end of file