Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipmake authored Dec 23, 2024
1 parent 5115022 commit 4dc05c7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ docker run --name perplexed -p 3000:3000 -e PLEX_SERVER=http://your-plex-server:
```

#### Environment Variables
| Name | Type | Required | Description |
|----------------|------------|----------|---------------------------------------------------|
| PLEX_SERVER | string | Yes | The url to your plex server starting with http |
| DISABLE_PROXY | true/false | No | Disable the PerPlexed proxy (Not Recommended) |
| Name | Type | Required | Description |
|--------------------|------------|----------|------------------------------------------------|
| PLEX_SERVER | string | Yes | The url to your plex server starting with http |
| DISABLE_PROXY | true/false | No | Disable the PerPlexed proxy (Not Recommended) |
| DISABLE_TLS_VERIFY | true/false | No | Disable TLS verification on https plex servers |

## Contributing
Pull requests are welcome for any feature or bug fix. For major changes, please open an issue first to discuss what you would like to change.
Expand Down

0 comments on commit 4dc05c7

Please sign in to comment.