From 4dc05c7298978b6e832ef6fd4a0ba78c47d10814 Mon Sep 17 00:00:00 2001 From: Ipmake Date: Mon, 23 Dec 2024 17:18:16 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 19397b2..553c6a2 100644 --- a/README.md +++ b/README.md @@ -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.