torrust-tracker
torrust-tracker copied to clipboard
A modern and feature-rich (private) BitTorrent tracker.
Parent issue: https://github.com/torrust/torrust-tracker/issues/669 If you run the client including the `announce` suffic in the tracker URL: ``` cargo run -p torrust-tracker-client --bin http_tracker_client announce https://tracker.torrust-demo.com/announce 000620bbc6c52d5a96d98f6c0f1dfa523a40df82 ``` You get this...
It would be great to have deb files for even easier installation on Ubuntu/Debian and other distributions.
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.35 to 0.8.25. Release notes Sourced from zerocopy's releases. v0.8.25 What's Changed [ci] Roll pinned nightly toolchain by @google-pr-creation-bot in google/zerocopy#2459 [ci] Roll pinned nightly toolchain by...
We should review the database layer. ### Context - User has a request for new driver implementation: [PostgreSQL](https://github.com/torrust/torrust-tracker/issues/462) - [It seems adding Postgres is tricky](https://github.com/torrust/torrust-tracker/issues/462#issuecomment-2766305804) with the crate we are...
Parent issue: https://github.com/torrust/torrust-tracker/issues/669 Relates to: https://github.com/torrust/torrust-tracker/issues/1532 Sama as https://github.com/torrust/torrust-tracker/issues/1532 but for the UDP tracker client.
Parent issue: https://github.com/torrust/torrust-tracker/issues/669 Relates to: https://github.com/torrust/torrust-tracker/issues/1533 Sometimes, when I'm testing, I have to simulate that a peer has completed downloading, as in this [PR](https://github.com/torrust/torrust-tracker/pull/1531). The process is pretty tedious because...
When I configured the `bind_address` to `[::]:6969` to listen on both IPv4 and IPv6 addresses simultaneously, the tcp4 and udp4 in the HTTP API both showed 0 and I am...
If you run the tracker locally with the IP 127.0.0.1 and you leave the external IP config option (`core.net.external_ip`) with the default value `0.0.0.0`, the peers in the announce response...
Relates to: https://github.com/torrust/torrust-tracker/issues/1366 This is the description of a potencial optimisation not tested. **WARNING:** It might not be more efficient or faster. It's valid for both the HTTP and UDP...
### Context The Torrust Tracker handles these secrets: - API tokens - Database passwords You can find those secrets in the configuration in these sections: ```toml # Database secrets [core.database]...