Advanced Search
Search Results
26 total results found
readme.md for @git.zone/tsrust
A CLI build tool for Rust projects that follows the same conventions as @git.zone/tsbuild. It detects your rust/ source directory, parses Cargo.toml (including workspaces), runs cargo build --release, and copies the resulting binaries into a clean dist_rust/ d...
readme.md for @lossless.zone/objectstorage
🚀 S3-compatible object storage server with clustering, erasure coding, and a slick management UI — powered by smartstorage. objectstorage gives you a fully featured, self-hosted S3-compatible storage server with a beautiful web-based management interface — a...
readme.md for @push.rocks/smartdns
A TypeScript-first DNS toolkit powered by high-performance Rust binaries — covering everything from simple record lookups to running a full authoritative DNS server with DNSSEC, DNS-over-HTTPS, and automatic Let's Encrypt certificates. Issue Reporting and Secu...
readme.md for @push.rocks/smartproxy
A high-performance, Rust-powered proxy toolkit for Node.js — unified route-based configuration for SSL/TLS termination, HTTP/HTTPS reverse proxying, WebSocket support, UDP/QUIC/HTTP3, load balancing, custom protocol handlers, and kernel-level NFTables forwardi...
readme.md for @push.rocks/smartstorage
A high-performance, S3-compatible storage server powered by a Rust core with a clean TypeScript API. Runs standalone for dev/test — or scales out as a distributed, erasure-coded cluster with QUIC-based inter-node communication. No cloud, no Docker. Just npm in...
readme.md for @push.rocks/smartmta
A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with a Rust-powered SMTP engine — no nodemailer, no shortcuts. Automatic MX record discovery means you just call sendEmail() and smartmta figures out where to deliv...
readme.md for @push.rocks/smartvm
A TypeScript module that wraps Amazon's Firecracker VMM to create, configure, and manage lightweight microVMs with a clean, type-safe API. Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, please visit community.foss.global/...
readme.md for @push.rocks/smartrust
A type-safe, production-ready bridge between TypeScript and Rust binaries — with support for stdio (child process) and socket (Unix socket / Windows named pipe) transports, request/response, streaming, and event patterns. Issue Reporting and Security For repor...
readme.md for @push.rocks/smartdb
A MongoDB-compatible embedded database server powered by Rust 🦀⚡ — use the official mongodb driver and it just works. No binary downloads, instant startup, zero config. Install pnpm add @push.rocks/smartdb # or npm install @push.rocks/smartdb Issue Reporting ...
readme.md for @serve.zone/remoteingress
Edge ingress tunnel for DcRouter — tunnels TCP and UDP traffic from the network edge to a private DcRouter/SmartProxy cluster over encrypted TLS or QUIC connections, preserving the original client IP via PROXY protocol. Includes hub-controlled nftables firewal...
readme.md for @serve.zone/containerarchive
A high-performance, content-addressed incremental backup engine with built-in deduplication, encryption, compression, and Reed-Solomon error correction — powered by a Rust core with a clean TypeScript API. Issue Reporting and Security For reporting bugs, issue...
changelog.md for @git.zone/tsrust
2026-03-24 - 1.3.2 - fix(config) migrate project metadata to .smartconfig.json and update related dependencies replace npmextra.json with .smartconfig.json in packaged files and documentation bump smartconfig, smartshell, smol-toml, tsbuild, tstest, and @type...
changelog.md for @lossless.zone/objectstorage
2026-03-24 - 1.8.1 - fix(build) migrate build tool config to .smartconfig.json and bump tooling dependencies Move tsbundle, tsdocker, and tswatch configuration from npmextra.json to .smartconfig.json Update @git.zone/tsbundle, @git.zone/tsdocker, and @git.zon...
changelog.md for @push.rocks/smartdns
2026-02-20 - 7.9.0 - feat(server) emit query events with questions, answered status, response time and timestamp Added IDnsQueryCompletedEvent interface with questions, answered, responseTimeMs and timestamp fields DnsServer now extends EventEmitter and calls...
changelog.md for @push.rocks/smartproxy
2026-03-27 - 27.1.0 - feat(rustproxy-passthrough) add selective connection recycling for route, security, and certificate updates introduce a shared connection registry to track active TCP and QUIC connections by route, source IP, and domain recycle only affe...
changelog.md for @push.rocks/smartstorage
2026-03-23 - 6.3.2 - fix(docs) update license ownership and correct README license file reference Adjusts the copyright holder name in the license file Fixes the README link to match the lowercase license filename 2026-03-21 - 6.3.1 - fix(cluster) improve sh...
changelog.md for @push.rocks/smartmta
2026-03-02 - 5.3.1 - fix(mail) add periodic cleanup timers and proper shutdown handling for bounce manager and delivery queue; avoid mutating maps during iteration and prune stale rate-limiter stats to prevent memory growth BounceManager: add cleanupInterval ...
changelog.md for @push.rocks/smartrust
2026-03-14 - 1.3.2 - fix(rustbinarylocator) support resolving platform-suffixed local Rust binaries Checks local Rust build paths for binaries with platform suffixes such as _linux_amd64 in addition to unsuffixed names Adds platform and architecture suffix ma...