chore: updates readme
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after -1m32s
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after -1m32s
This commit is contained in:
@@ -20,6 +20,9 @@ comparison to Stremio? That's because Torsearch uses the same source for media f
|
||||
|
||||
|
||||
## Getting Started
|
||||
For all pieces to work, you will need to serve the application over HTTPS. Running behind an SSL terminating
|
||||
reverse proxy is the recommended approach.
|
||||
|
||||
1. Create a `compose.yml` file
|
||||
```yaml
|
||||
services:
|
||||
@@ -185,7 +188,10 @@ AUTH_METHOD=form_login
|
||||
|
||||
```
|
||||
|
||||
3. Run `docker compose up -d`
|
||||
3. Enter the `APP_URL` in the .env file
|
||||
4. Enter the `REAL_DEBRID_KEY` in the .env file
|
||||
5. Enter a new `WEB_PORT` if the default doesn't work for you
|
||||
4. Run `docker compose up -d`
|
||||
4. Visit the app in the browser
|
||||
5. Create your first user
|
||||
6. Visit the Preferences page to set your filter. This filter is used whenever you don't choose a specific file to
|
||||
|
||||
Reference in New Issue
Block a user