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 )
5 years ago
Simon Aronsson
d043c20c70
Create config.yml
5 years ago
Simon Aronsson
b472078d2c
remove issue template for questions
5 years ago
Arne Jørgensen
7787e1e5a1
Update shoutrrr to get latest and updated services ( #563 )
5 years ago
Simon Aronsson
f4b280acd3
Update README.md
5 years ago
Simon Aronsson
147fe5580d
Update README.md
5 years ago
Simon Aronsson
cb526682e8
Update README.md
5 years ago
Simon Aronsson
91d1e85e94
Update .all-contributorsrc
5 years ago
nils måsén
1081f3c24c
fix(shoutrrr): make shoutrrr init failure a fatal error ( #561 )
...
also writes out any (unlikely) errors from template.Execute instead of ignoring
5 years ago
Simon Aronsson
52300804d2
only run greeting on issues for the time being
5 years ago
nils måsén
70bd4e2c8b
fix(shoutrrr): display errors on init failure ( #558 )
5 years ago
allcontributors[bot]
86b1b0468a
docs: add pgrimaud as a contributor ( #559 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
5 years ago
Pierre Grimaud
bd9246b4d0
Fix typos ( #554 )
5 years ago
allcontributors[bot]
cd21516709
docs: add andrewjmetzger as a contributor ( #553 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
5 years ago
Simon Aronsson
02b3b6be86
remove dockerhub readme sync
5 years ago
Simon Aronsson
ebb715b731
Disable godacov
5 years ago
Simon Aronsson
a70f61974c
Comment out test that is incompatible with CircleCI
5 years ago
Sebastiaan Tammer
dccdf708a9
Adds the option to skip TLS verification for a Gotify instance ( #544 )
5 years ago
Arne Jørgensen
10fd81a2c1
feat: add template support for shoutrrr notifications ( #515 )
5 years ago
Sebastiaan Tammer
7052346570
Added --trace flag and new log.Trace() lines for sensitive information ( #541 )
5 years ago
allcontributors[bot]
4f47851263
docs: add miosame as a contributor ( #543 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
5 years ago
Miosame
a4441daba9
Add blacklist behavior description ( #540 )
5 years ago
Simon Aronsson
3b60add69d
Bump minimum API version to 1.25
5 years ago
allcontributors[bot]
066709036b
docs: add tammert as a contributor ( #538 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
5 years ago
Sebastiaan Tammer
b34a2f968d
Removed all potential debug password prints, both plaintext and encoded ( #537 )
5 years ago
nils måsén
46f43764d2
fix(email): always use configured delay for notifications ( #536 )
5 years ago
allcontributors[bot]
adaeb3388f
docs: add ogmueller as a contributor ( #530 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
5 years ago
Oliver Mueller
9b58ac759e
added documentation using an SMTP relay to #508 ( #527 )
5 years ago
allcontributors[bot]
2822427007
docs: add bopoh24 as a contributor ( #529 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
5 years ago
Alexander Voronin
45c9dcc779
Increases stopContainer timeout to 10min ( #528 )
...
That means the update timeout until now has been 1 second, as that's the sleep duration of the timeout checker.
This commit changes it to 10 actual minutes.
5 years ago
Simon Aronsson
42d088689f
Update README.md
5 years ago
Simon Aronsson
291627dedb
add logo to repo
5 years ago
Victor Moura
006c4210fa
Increases stopContainer timeout from 60 seconds to 10min ( #526 )
5 years ago
Simon Aronsson
3e069a707e
add automatic issue locking
5 years ago
Simon Aronsson
4672811983
fix linting and formatting
5 years ago
allcontributors[bot]
00715e4633
docs: add Saicheg as a contributor ( #512 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
5 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
5 years ago
allcontributors[bot]
7b0d311799
docs: add victorcmoura as a contributor ( #509 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Simon Aronsson <simme@arcticbit.se>
5 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>
5 years ago
allcontributors[bot]
557f4abcb4
docs: add patski123 as a contributor ( #505 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
5 years ago
PatSki123
a86ec363f5
Typo Correction ( #503 )
...
Fixed typo under "Without sending a startup message" section.
5 years ago
Simon Aronsson
1fad78799f
Merge pull request #494 from containrrr/all-contributors/add-mbrandau
...
docs: add mbrandau as a contributor
5 years ago
Simon Aronsson
1d55d229a1
Merge branch 'master' into all-contributors/add-mbrandau
5 years ago
allcontributors[bot]
fbd272342c
docs: update .all-contributorsrc [skip ci]
5 years ago
allcontributors[bot]
3831f5c3ec
docs: update README.md [skip ci]
5 years ago
Simon Aronsson
7200155327
Merge pull request #493 from containrrr/all-contributors/add-arnested
...
docs: add arnested as a contributor
5 years ago
allcontributors[bot]
928da2ba54
docs: update .all-contributorsrc [skip ci]
5 years ago
allcontributors[bot]
1d296a3e1d
docs: update README.md [skip ci]
5 years ago
Simon Aronsson
cb4c58f714
Merge pull request #470 from mbrandau/add-shoutrrr
...
WIP: add shoutrrr support
5 years ago