paths are hard

This commit is contained in:
Glyphscribe Ety 2025-04-27 12:39:47 -05:00
parent 48c6ef84e9
commit c5042e80ce

View File

@ -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 |