From 71abe246e28e9909ee92244a8492bec59682ea40 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Mon, 16 Sep 2024 05:26:01 -0600 Subject: [PATCH] README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd70a11..3d2dae4 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ go run *.go * `YTDLP_SITE_ADMIN_INITIAL_PASSWORD`: password of the `admin` account, if the account does not exist * `YTDLP_SITE_SESSION_AUTH_KEY`: admin-selected secret key for the cookie store +* `YTDLP_SITE_SECURE`: set to `ON` for HTTPS deployments ## Docker @@ -50,4 +51,4 @@ Build and push this container to ghcr - [ ] Download playlists - [ ] change from Audio -> Video - [ ] Provide a better name for downloaded files -- [ ] Environment variable to control whether "Secure" flag set on cookie +- [x] Environment variable to control whether "Secure" flag set on cookie