From 834a4a8c96da473ea7c2a486380b679f4160452b Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Sat, 27 Dec 2025 15:31:42 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4c0702f..ccdb95b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A software distribution platform for assets built and hosted on Gitea. Built wit - **Gitea Integration**: Fetches releases, assets, and metadata from Gitea repositories. - **Download Proxy**: Handles downloads with HTTP Range support for resuming and SHA256 checksum verification. +- **Client-Side Verification**: Optional WASM-powered SHA256 verification directly in the browser. - **Bot & Abuse Prevention**: - Filters requests using User-Agent blocklists. - Fingerprints requests (IP, UA, TLS) to prevent rate-limit evasion. @@ -32,6 +33,8 @@ A software distribution platform for assets built and hosted on Gitea. Built wit - Infisical support for secrets management. - Sqlite for database - Webhook support to force refresh of specific software/containers or add a new software/container. +- Reticulum Network Stack support +- GPG, SBOM client-side verification via WASM. ## Getting Started