Commit graph

19 commits

Author SHA1 Message Date
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
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
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
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
Oliver Cervera
5a9459c166
Time Zone improvements (#471)
Clarify where to find values for Time Zones
2020-03-27 00:00:10 +01:00
Lukas Willburger
0b7069fc0c Fix according to remarks 2020-03-22 17:16:44 +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
ac581621ae
Merge pull request #404 from pjknkda/master
docs: add missing description for arguments
2019-11-17 11:12:07 +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
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
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
Armando Lüscher
7a30fd7102 Correcting a few typos and text styling. (#359) 2019-08-09 16:38:46 +02:00
Andrey
ab921407ab Fix typo in arguments docs (#355) 2019-07-29 21:42:40 +02:00
Zois Pagoulatos
baf5e50051 Re-apply based on new go flags package (#336) 2019-07-21 18:00:56 +02:00
Simon Aronsson
ac05caa609 also keep the original markdown docs :P~ 2019-06-02 13:18:48 +02:00