Add software caching feature to README
All checks were successful
CI / build (push) Successful in 58s
renovate / renovate (push) Successful in 1m15s

- Introduced a new section in the README to highlight the software caching feature, which caches popular assets to enhance download speed and reduce server load.
- Removed redundant mention of software caching from the upcoming features list for clarity.
This commit is contained in:
2025-12-27 19:11:56 -06:00
parent 212bebce86
commit bbbe1903fd

View File

@@ -16,6 +16,7 @@ A software distribution platform for assets built and hosted on Gitea. Built wit
- **RSS Feed**: XML feed for tracking new software releases. - **RSS Feed**: XML feed for tracking new software releases.
- **i18n**: Support for English, German, Italian, and Russian. - **i18n**: Support for English, German, Italian, and Russian.
- **Documentation**: Support for documentation for software station and each software project in `.svx` and `.md` files. - **Documentation**: Support for documentation for software station and each software project in `.svx` and `.md` files.
- **Software Caching**: Caches popular assets to reduce load on the asset servers and improve download speed.
## Upcoming ## Upcoming
@@ -24,6 +25,7 @@ A software distribution platform for assets built and hosted on Gitea. Built wit
- Automatic torrent generation and seeding for software assets. - Automatic torrent generation and seeding for software assets.
- CDN support. - CDN support.
- Container scanning. - Container scanning.
- ClamAV and MobySF.
- Gitea Packages support (containers, npm, etc.). - Gitea Packages support (containers, npm, etc.).
- GPG and SBOM client-side verification via WASM. - GPG and SBOM client-side verification via WASM.
- Infisical support for secrets management. - Infisical support for secrets management.
@@ -35,7 +37,6 @@ A software distribution platform for assets built and hosted on Gitea. Built wit
- Software dependencies page and license information. - Software dependencies page and license information.
- Sqlite database support. - Sqlite database support.
- Webhook support to force refresh or add specific software/containers. - Webhook support to force refresh or add specific software/containers.
- Software caching for popular assets.
## Getting Started ## Getting Started