add: external announce documentation

This commit is contained in:
~RK
2025-05-15 12:08:42 -04:00
committed by GitHub
parent 0bbe30bcb2
commit 7ee3a7fd6d
2 changed files with 14 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
- [Server Management](server_management.md)
- [Sharing Source Code](sharing_source_code.md)
- [Torrent API](torrent_api.md)
- [Translations](translations.md)
- [Updating Unit3d Version](updating_unit3d_version.md)
- [Upgrading PHP Version](upgrading_php_version.md)
- [Translations](translations.md)
- [UNIT3D-Announce](unit3d_announce.md)

View File

@@ -0,0 +1,12 @@
# UNIT3D-Announce
UNIT3D-Announce is an optional external announce service written in rust that is designed to reduce CPU usage on high-volume trackers managing over 1 million peers.
> [!TIP]
> Enable only when extra performance is needed. The default announce suffices otherwise.
Refer to the upstream documentation for configuration and usage details.
- **Consult** the [README](https://github.com/HDInnovations/UNIT3D-Announce/blob/main/README.md) for installation and usage instructions.
- **Review** the [`.env.example`](https://github.com/HDInnovations/UNIT3D-Announce/blob/main/.env.example) to configure required variables.