Open Issues Need Help
View All on GitHubAI Summary: This bug report identifies and proposes the removal of dead code in a Docker Compose template. The template incorrectly includes a configuration branch for Grafana without Prometheus, which is an impossible state due to validation. The fix involves removing this misleading branch and simplifying the template to reflect the actual dependency.
Deployment tool for Torrust Tracker - automated infrastructure provisioning and configuration with Rust, OpenTofu, and Ansible
AI Summary: This issue proposes adding optional domain name support for UDP trackers in the environment configuration. Currently, UDP trackers only accept a bind address, unlike HTTP trackers which support both bind address and domain. This change aims to improve documentation consistency, user-friendliness, and future integration capabilities by allowing domain-based configuration for UDP trackers.
Deployment tool for Torrust Tracker - automated infrastructure provisioning and configuration with Rust, OpenTofu, and Ansible
AI Summary: This issue addresses a large number of markdown table formatting violations (MD060) detected after updating the linter. The proposed solution involves re-enabling the MD060 rule with an 'aligned' style and manually correcting all 323 identified violations across multiple documentation files to improve readability and consistency.
Deployment tool for Torrust Tracker - automated infrastructure provisioning and configuration with Rust, OpenTofu, and Ansible
AI Summary: This issue proposes to refactor the `progress.rs` module by moving it into the `views` layer of the presentation architecture. The goal is to establish clear ownership of progress indicators within the Views layer, ensuring it aligns with the MVC pattern and existing architectural decisions, while maintaining all current functionality.
Deployment tool for Torrust Tracker - automated infrastructure provisioning and configuration with Rust, OpenTofu, and Ansible