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

Option to disable auto start and cookie auth for web ui . #8352

Closed
kotenok2000 opened this issue Dec 22, 2024 · 2 comments
Closed

Option to disable auto start and cookie auth for web ui . #8352

kotenok2000 opened this issue Dec 22, 2024 · 2 comments

Comments

@kotenok2000
Copy link

I want to be able to start web ui manually.

@qstokkink
Copy link
Contributor

Starting Tribler without a GUI can be done by passing -s or --server (tribler -s).

Disabling the key cookie can be done by going to your state directory (~/.Tribler) and finding your release directory (8.0 for the latest 8.0.x release series or git when running from source). In this directory you should find a configuration.json. In this file, you should find a key entry (inside the api block) and set it to "".

{
    "api": {
        "key": ""
         ...
    }
    ...
}

@qstokkink
Copy link
Contributor

Without further feedback, I assume my answer sufficiently addressed the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants