ABOUT
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.
infoMaster UI available at port 9333, Filer UI at port 8888, S3 API at port 8333.
infoData is stored in /opt/seaweedfs-data.
infoFUSE mounting requires fuse3 (pre-installed).
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM16 GB disk
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/seaweedfs.sh'; sha='46b4aef077bcbcd1a40985e813b0555a55c54a0056f1281879096cd9335cc34c'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/seaweedfs.shSHA-256 46b4aef077bcbcd1a40985e813b0555a55c54a0056f1281879096cd9335cc34c LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.