From 5326b20044501782810235b7af2ca53172c422b2 Mon Sep 17 00:00:00 2001 From: Ilya Ivanov Date: Mon, 5 Aug 2024 16:45:07 +0700 Subject: [PATCH] Add Sentry DSN to dockerfile and readme --- Dockerfile | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6fd9e31..41baadb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,7 @@ ENV TFA_USERNAME=_invalid ENV TFA_PASSWORD=_invalid ENV SAVE_MEDIA_TO='/records/${Y}/${m}/${F}T${t}_${N}_${SN}' ENV DEBUG=0 +ENV SENTRY_DSN=_invalid # Setting our entrypoint ENTRYPOINT ["/arlo-downloader/entrypoint.sh"] diff --git a/README.md b/README.md index a67c842..adcf384 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ This way your main account is not used by Arlo Downloader and access can be revo | -e `TFA_PASSWORD` | TFA_TYPE=EMAIL + TFA_SOURCE=imap only [Instructions](https://github.com/twrecked/pyaarlo#2fa-imap) | | | -e `DEBUG` | Set to 1-3 to enable debug logs | 0 | | -e `SAVE_MEDIA_TO` | Records save path (inside the container) | `/records/${Y}/${m}/${F}T${t}_${N}_${SN}` | -| -e `SENTRY_DNS` | Sentry DSN for error monitoring | `_invalid` | +| -e `SENTRY_DSN` | Sentry DSN for error monitoring | `_invalid` | #### Environment variables from files (Docker secrets)