Skip to content

Commit

Permalink
feat: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipmake committed Jan 15, 2025
1 parent 728b5b9 commit 2474b8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ 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(s) |
| DISABLE_PROXY | true/false | No | Disable the PerPlexed proxy (Not Recommended) |
| DISABLE_TLS_VERIFY | true/false | No | Disable TLS verification on https plex servers |
| Name | Type | Required | Description |
|--------------------|------------|----------|-----------------------------------------------------|
| PLEX_SERVER | string | Yes | The url to your plex server starting with http(s) |
| PROXY_PLEX_SERVER | string | No | The url to your plex server that the proxy will use |
| 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 a bug fix. For major changes, please open an issue first to discuss what you would like to change.
Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

0 comments on commit 2474b8a

Please sign in to comment.