Commit Graph

59 Commits (fec08786d9dd477dc49f890515d4ce23e57b28ff)

Author SHA1 Message Date
Sebastiaan Tammer 12d323354f
Allows flags containing sensitive stuff to be passed as files (#545)
* Allows options containing sensitive stuff (passwords, tokens) to be passed as a file instead

* Fixed linter error, added tests, removed notification-url (due to being an array)
4 years ago
Matt Doran b436c0462d
Notification docs: Add SMTP port to gmail configuration (#573)
The notification shows an example of how to get it working for gmail smtp servers, but it's missing the port parameter required to get the SMTP connection working.

Without this setting, you get a "connection refused" connecting to port 25.

Given the popularity of gmail, it would be nice to have this example more accurate.
4 years ago
Sebastiaan Tammer 9e7dfe7be4
`config.json` symlink workaround described (#566) 4 years ago
Pierre Grimaud bd9246b4d0
Fix typos (#554) 4 years ago
Sebastiaan Tammer dccdf708a9
Adds the option to skip TLS verification for a Gotify instance (#544) 4 years ago
Arne Jørgensen 10fd81a2c1
feat: add template support for shoutrrr notifications (#515) 4 years ago
Sebastiaan Tammer 7052346570
Added --trace flag and new log.Trace() lines for sensitive information (#541) 4 years ago
Miosame a4441daba9
Add blacklist behavior description (#540) 4 years ago
Oliver Mueller 9b58ac759e
added documentation using an SMTP relay to #508 (#527) 4 years ago
Valentine Zavadsky b32cb5d35d
Add ability to overrider depending containers with special label (#489)
* Add ability to overrider depending containers with special label

* Add documentation of how to override container dependencies with special label
4 years ago
Victor Moura 0217e116c4
Watchtower HTTP API based updates (#432)
* Added HTTP API trigger to update running images

* Adds HTTP API authentication token parameter and handling

* Exposes port 8080 in Dockerfile to allow inter-container update triggering via HTTP API

* Fixes codacy issue

* Adds API usage doc

* Fix grammar

* Moves api logic to a package of its own

* Makes WT exit if token has not been set in HTTP API mode

* Adds lock to prevent concurrent updates when in HTTP API mode

Co-authored-by: Simon Aronsson <simme@arcticbit.se>
4 years ago
PatSki123 a86ec363f5
Typo Correction (#503)
Fixed typo under "Without sending a startup message" section.
4 years ago
Simon Aronsson cb4c58f714
Merge pull request #470 from mbrandau/add-shoutrrr
WIP: add shoutrrr support
4 years ago
nils måsén 2381c279f4
docs: update cron docs link
Update the robfig/cron documentation link which currently points to the v3 version and not the v1 version that watchtower uses
4 years ago
Maximilian Brandau 21e8799ce3
Update documentation 4 years ago
Simon Aronsson 90ef4022f7 add additional note on gcloud credentials 4 years ago
Simon Aronsson ec5bfb83bd
Merge pull request #483 from sixcorners/patch-2
Copy note about setting both interval and schedule
4 years ago
Simon Aronsson 1d1c630f7a feat: add timeout override for pre-update lifecycle hook 4 years ago
Simon Aronsson 52a8bd3bd2
Update arguments.md 4 years ago
Andrew ce459635a5
Update arguments.md
Add clarity to --monitor-only, information on alternative timezone setting method.
4 years ago
sixcorners 638c697dec
Copy note about setting both interval and schedule 4 years ago
Simon Aronsson 7542a247d8
Update container-selection.md 4 years ago
Simon Aronsson 0462c30bfb
clarify container selection 4 years ago
Oliver Cervera 5a9459c166
Time Zone improvements (#471)
Clarify where to find values for Time Zones
4 years ago
Oliver Cervera 82640959d4
Start up notification (#473)
Add section regarding the ability to disable start up notification
4 years ago
Maximilian Brandau b5df48279c
Adjust documentation 4 years ago
Maximilian Brandau 59ce378a35
Adjust flags 4 years ago
Maximilian Brandau be2376a4e1
add shoutrrr 4 years ago
Lukas Willburger 0b7069fc0c Fix according to remarks 4 years ago
Lukas Willburger fc3decce3a add --no-startup-message flag 4 years ago
Germs2004 ddd6ef5642
document the TZ environment variable
This adds a description of the "TZ" environment variable to the documentation so users will know it exists and works with Watchtower.  I only learned of this variable by reading the comments on issue #160.
4 years ago
Simon Aronsson a79845703c
Update private-registries.md 4 years ago
Jan Kristof Nidzwetzki 8f8da6a2f4
Update private-registries.md 4 years ago
Jan Kristof Nidzwetzki 0c3133f2d0
Documented private registries 4 years ago
Jan Nidzwetzki 1ca1e20c7c Renamed documentation file 4 years ago
Jan Nidzwetzki 893fd035dd Fixed small typo 5 years ago
Jan Kristof Nidzwetzki f28093e0ea
Update credential-helpers.md 5 years ago
Jan Nidzwetzki 35be6ce37f Changed codeblock language 5 years ago
Jan Nidzwetzki 3b8305985f Added full path to config file 5 years ago
Jan Nidzwetzki 0784aa5e49 Fixed wrong filename in documentation 5 years ago
Simon Aronsson 9389e8f34f
update instruction on multiple notifications
closes #412
5 years ago
Simon Aronsson 68a6903685
Update notifications.md 5 years ago
Simon Aronsson ac581621ae
Merge pull request #404 from pjknkda/master
docs: add missing description for arguments
5 years ago
Simon Aronsson 2a6e296838
Added Mail Subject Tag to email.go (#389)
* Update email.go

Added SubjectTag as variable

* Update email.go

* Update email.go

* Update email.go

* Update flags.go

* Update flags.go
5 years ago
Simon Aronsson 8b2eda7bdf
Update notifications.md 5 years ago
Zois Pagoulatos 2d8507ca31 Add --revive-stopped flag to start stopped containers after an update (#403)
* Add --revive-stopped flag to start stopped containers after an update

* Update arguments.md
5 years ago
Jungkook Park d53eed08cd docs: add missing arguments
* add a missing argument --no--restart
* add a missing env variable name for argument --debug
5 years ago
foxbit19 81540bcb59 Insert nota bene about docker-compose into notification doc page (#392) 5 years ago
Niklas Wigertz Danielsson 135467dcf6 add pre/post update check lifecycle hooks (#373)
* add pre/post update check lifecycle hooks

* update docs for lifecycle hooks

* Fix phrasing
5 years ago
Simon Aronsson ce6ba0801f feature: add optional email delay
resolves #256
5 years ago