Update README.md

This commit is contained in:
2025-12-27 15:31:42 -06:00
parent 9d75a1b144
commit 834a4a8c96

View File

@@ -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