1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-12 09:04:17 +02:00
Commit Graph

56 Commits

Author SHA1 Message Date
Pierre Grimaud
bd9246b4d0
Fix typos (#554) 2020-05-29 10:59:52 +02:00
Sebastiaan Tammer
dccdf708a9
Adds the option to skip TLS verification for a Gotify instance (#544) 2020-05-22 16:02:20 +02:00
Arne Jørgensen
10fd81a2c1
feat: add template support for shoutrrr notifications (#515) 2020-05-11 06:38:41 +02:00
Sebastiaan Tammer
7052346570
Added --trace flag and new log.Trace() lines for sensitive information (#541) 2020-05-11 06:09:52 +02:00
Miosame
a4441daba9
Add blacklist behavior description (#540) 2020-05-11 06:08:28 +02:00
Oliver Mueller
9b58ac759e
added documentation using an SMTP relay to #508 (#527) 2020-05-02 20:36:53 +02:00
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
2020-04-24 13:41:04 +02:00
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>
2020-04-20 16:17:14 +02:00
PatSki123
a86ec363f5
Typo Correction (#503)
Fixed typo under "Without sending a startup message" section.
2020-04-14 15:18:42 +02:00
Simon Aronsson
cb4c58f714
Merge pull request #470 from mbrandau/add-shoutrrr
WIP: add shoutrrr support
2020-04-05 16:46:26 +02:00
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
2020-04-01 19:38:35 +02:00
Maximilian Brandau
21e8799ce3
Update documentation 2020-03-31 11:29:49 +02:00
Simon Aronsson
90ef4022f7 add additional note on gcloud credentials 2020-03-28 20:05:59 +01:00
Simon Aronsson
ec5bfb83bd
Merge pull request #483 from sixcorners/patch-2
Copy note about setting both interval and schedule
2020-03-28 19:52:24 +01:00
Simon Aronsson
1d1c630f7a feat: add timeout override for pre-update lifecycle hook 2020-03-28 19:33:02 +01:00
Simon Aronsson
52a8bd3bd2
Update arguments.md 2020-03-28 18:49:23 +01:00
Andrew
ce459635a5
Update arguments.md
Add clarity to --monitor-only, information on alternative timezone setting method.
2020-03-27 14:58:57 -05:00
sixcorners
638c697dec
Copy note about setting both interval and schedule 2020-03-27 07:57:04 -05:00
Simon Aronsson
7542a247d8
Update container-selection.md 2020-03-27 11:57:14 +01:00
Simon Aronsson
0462c30bfb
clarify container selection 2020-03-27 11:56:58 +01:00
Oliver Cervera
5a9459c166
Time Zone improvements (#471)
Clarify where to find values for Time Zones
2020-03-27 00:00:10 +01:00
Oliver Cervera
82640959d4
Start up notification (#473)
Add section regarding the ability to disable start up notification
2020-03-26 23:59:00 +01:00
Maximilian Brandau
b5df48279c
Adjust documentation 2020-03-23 14:34:36 +01:00
Maximilian Brandau
59ce378a35
Adjust flags 2020-03-23 13:53:30 +01:00
Maximilian Brandau
be2376a4e1
add shoutrrr 2020-03-23 11:40:55 +01:00
Lukas Willburger
0b7069fc0c Fix according to remarks 2020-03-22 17:16:44 +01:00
Lukas Willburger
fc3decce3a add --no-startup-message flag 2020-03-13 10:38:33 +01:00
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.
2020-03-11 22:53:35 -04:00
Simon Aronsson
a79845703c
Update private-registries.md 2019-12-26 08:16:18 +01:00
Jan Kristof Nidzwetzki
8f8da6a2f4
Update private-registries.md 2019-12-25 21:59:10 +01:00
Jan Kristof Nidzwetzki
0c3133f2d0
Documented private registries 2019-12-25 21:58:19 +01:00
Jan Nidzwetzki
1ca1e20c7c Renamed documentation file 2019-12-25 20:37:40 +01:00
Jan Nidzwetzki
893fd035dd Fixed small typo 2019-12-25 13:37:48 +01:00
Jan Kristof Nidzwetzki
f28093e0ea
Update credential-helpers.md 2019-12-25 13:32:39 +01:00
Jan Nidzwetzki
35be6ce37f Changed codeblock language 2019-12-25 13:29:38 +01:00
Jan Nidzwetzki
3b8305985f Added full path to config file 2019-12-25 10:47:57 +01:00
Jan Nidzwetzki
0784aa5e49 Fixed wrong filename in documentation 2019-12-25 10:42:59 +01:00
Simon Aronsson
9389e8f34f
update instruction on multiple notifications
closes #412
2019-11-26 19:39:55 +01:00
Simon Aronsson
68a6903685
Update notifications.md 2019-11-26 19:35:24 +01:00
Simon Aronsson
ac581621ae
Merge pull request #404 from pjknkda/master
docs: add missing description for arguments
2019-11-17 11:12:07 +01:00
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
2019-11-17 11:10:07 +01:00
Simon Aronsson
8b2eda7bdf
Update notifications.md 2019-11-17 11:09:14 +01:00
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
2019-11-13 11:16:37 +01:00
Jungkook Park
d53eed08cd docs: add missing arguments
* add a missing argument --no--restart
* add a missing env variable name for argument --debug
2019-11-12 07:44:53 +00:00
foxbit19
81540bcb59 Insert nota bene about docker-compose into notification doc page (#392) 2019-10-29 21:26:50 +01:00
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
2019-09-15 16:58:46 +02:00
Simon Aronsson
ce6ba0801f feature: add optional email delay
resolves #256
2019-08-25 13:14:02 +02:00
Kaloyan Raev
f820eb5b3a Add docker api version parameter (#372)
* Add docker api version parameter

* Note for minimum supported version

* Tests for EnvConfig
2019-08-25 12:37:20 +02:00
Simon Aronsson
f20bdb15f7 add information on how to use credential helpers 2019-08-23 14:07:09 +02:00
Ryan Budke
573a3b3f1d Wording clarification on "Filter by enable label" (#357)
This is a super minor change, but the wording kept tripping me up, so I rephrased it.
2019-08-09 16:39:51 +02:00