Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration overhaul: split TrackerModeinto two flags private and listed #661

Conversation

josecelano
Copy link
Member

@josecelano josecelano commented Jul 3, 2024

Update the tracker configuration section to follow changes in the tracker configuration.

[tracker]
mode = "public"
[tracker]
private = false
listed = false

NOTICE: This introduces a breaking change in the Tracker API. The Index GUI must be updated. It will open a new issue in the Index GUI repo and update it today.

Update the tracker configuration section to follow [changes in the tracker configuration](torrust/torrust-tracker#932).

```toml
[tracker]
mode = "public"
```

```toml
[tracker]
private = false
listed = false
```
@josecelano
Copy link
Member Author

ACK 6104103

@josecelano josecelano self-assigned this Jul 3, 2024
@josecelano josecelano merged commit f5ee7f5 into torrust:develop Jul 3, 2024
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configuration overhaul: split TrackerModeinto two flags private and listed
1 participant