Skip to content

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

Merged
josecelano merged 1 commit intotorrust:developfrom
josecelano:655-configuration-overhaul-split-trackermodeinto-two-flags-private-and-listed
Jul 3, 2024
Merged

Configuration overhaul: split TrackerModeinto two flags private and listed#661
josecelano merged 1 commit intotorrust:developfrom
josecelano:655-configuration-overhaul-split-trackermodeinto-two-flags-private-and-listed

Conversation

@josecelano
Copy link
Copy Markdown
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
Copy Markdown
Member Author

ACK 6104103

@josecelano josecelano self-assigned this Jul 3, 2024
@josecelano josecelano merged commit f5ee7f5 into torrust:develop Jul 3, 2024
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