feat(shoutrrr): add SHOUTRRR_DEFAULT_TITLE

- Disable `SHOUTRRR_PARAMS` and log a warning if used
- Only add `&title=` parameter to shoutrrr address if it's not set
This commit is contained in:
Quentin McGaw
2023-06-16 06:31:33 +00:00
parent 3fdda01509
commit e4bb82d316
6 changed files with 84 additions and 31 deletions

View File

@@ -92,6 +92,7 @@ ENV \
LOG_LEVEL=info \
LOG_CALLER=hidden \
SHOUTRRR_ADDRESSES= \
SHOUTRRR_DEFAULT_TITLE="DDNS Updater" \
TZ=
ARG VERSION=unknown
ARG CREATED="an unknown date"