From 19c07e75a2bdfffa9fd5b0ee13df50c372b046e8 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 28 Apr 2023 05:41:07 -0500 Subject: [PATCH] Bot Updating Templated Files --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7bfdb14..c018127 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ services: - RATE_LIMIT=false #optional - WS_FALLBACK=false #optional - RTC_CONFIG= #optional + - DEBUG_MODE=false #optional ports: - 3000:3000 restart: unless-stopped @@ -114,6 +115,7 @@ docker run -d \ -e RATE_LIMIT=false `#optional` \ -e WS_FALLBACK=false `#optional` \ -e RTC_CONFIG= `#optional` \ + -e DEBUG_MODE=false `#optional` \ -p 3000:3000 \ --restart unless-stopped \ lscr.io/linuxserver/pairdrop:latest @@ -133,6 +135,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-e RATE_LIMIT=false` | Set to `true` to limit clients to 100 requests per 5 min | | `-e WS_FALLBACK=false` | Set to `true` to enable websocket fallback if the peer to peer WebRTC connection is not available to the client (see App Setup notes). | | `-e RTC_CONFIG=` | Path to a json file containing custom STUN/TURN config (see App Setup notes) | +| `-e DEBUG_MODE=false` | Set to `true` to debug the http server configuration by logging clients IP addresses used by PairDrop to STDOUT. [See here for more info](https://github.com/schlagmichdoch/PairDrop/blob/master/docs/host-your-own.md#debug-mode). Do not use in production! | ## Environment variables from files (Docker secrets)