diff --git a/README.md b/README.md index 1ce16bb..df8e315 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 1151cdd..0000000 --- a/package-lock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "PerPlexed", - "lockfileVersion": 3, - "requires": true, - "packages": {} -}