From c5042e80ce690bad5c8790d57d6b00cfc9d0af95 Mon Sep 17 00:00:00 2001 From: Glyphscribe Ety Date: Sun, 27 Apr 2025 12:39:47 -0500 Subject: [PATCH] paths are hard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ec5a2d..0b0eea7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ At the moment, configuration is performed exclusively through environment variab | PEERTUBE_CHANNEL_ID | The internal "channel id" of the PeerTube channel we're uploading clips to. Described [above](#peertube-channel-id). | **Yes** | | OWNCAST_HOST | The base URL for the PeerTube server we're making API calls against, e.g. `https://coolstream.site` or `http://app:8080` | **Yes** | | OWNCAST_AUTH | A valid Owncast Access Token, with access to the User Chat scope. Described [above](#owncast-access-token). | **Yes** | -| CLIP_DIRECTORY | The directory where source .ts files from owncast will be collected. `/var/data/hls/0/` by default. | No | +| CLIP_DIRECTORY | The directory where source .ts files from owncast will be collected. `/app/data/hls/0/` by default. | No | | TEMP_DIRECTORY | The directory where intermediate remuxed .mp4 files will be stored. `/tmp/` by default. | No | | CLIP_QUANTITY | The maximum number of segment files to attempt to collect to make a clip. `20` by default. | No |