Skip to content

Commit

Permalink
Add Sentry DSN to dockerfile and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Aug 5, 2024
1 parent d78b011 commit 5326b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 5326b20

Please sign in to comment.