Commit Graph

128 Commits

Author SHA1 Message Date
Tyler Pace 709b389319 Merge branch 'blacklist' 2023-04-18 18:21:46 -07:00
Tyler Pace 3ef82dc992 Manually merge PR#79. 2023-04-18 18:21:18 -07:00
Tyler Pace ab62fb4027 Merge branch 'entrypoint' 2023-04-18 18:08:58 -07:00
Tyler Pace 096842108e Merge branch 'apprise' 2023-04-18 18:07:43 -07:00
xythian e53897503f Update base image to alpine 3.17.3. 2023-04-14 09:38:19 -07:00
Arno Hautala a47a09ac29 readme note 2022-04-01 16:48:55 -04:00
Arno Hautala 0cbd4e2537 blacklist support 2022-04-01 16:48:15 -04:00
Arno Hautala fe40542a5c silently curl in notifications 2021-10-15 08:40:53 -04:00
hthighwaymonk 44aaecc310 Update docker-entrypoint
line 75
using `"text":"$text" fails, but if you change it to `"content":"$text"` it works
2021-10-07 15:46:58 -07:00
Arno Hautala d836627382 documentation 2021-10-05 22:49:55 -04:00
Arno Hautala b8c89a85b0 added support for Apprise notifications 2021-10-05 19:57:40 -04:00
will Farrell 3fb69019f1 Merge pull request #66 from floushee/main
Added support for Slack / MS Teams webhooks
2021-10-04 22:01:48 -06:00
Dominik Deutsch 7f8ed3acd1 Removed notify only option 2021-07-11 16:54:52 +02:00
will Farrell 452613d5b4 Merge pull request #69 from safinbot/patch-1
upgrade alpine to 3.13.5
1.2.0
2021-07-08 00:38:58 -06:00
safinbot f16656b2d5 upgrade alpine to 3.13.5 2021-07-08 11:07:40 +08:00
Dominik Deutsch 5b5d43e913 Added NOTIFY_ONLY option to disable automated container restarts 2021-06-11 14:11:06 +02:00
Dominik Deutsch 5bf4edcac8 Run notify_webhook as background process instead of just the curl command 2021-05-12 22:31:42 +02:00
Dominik Deutsch 449db17500 Execute webhook requests as background processes 2021-05-12 20:37:34 +02:00
Dominik Deutsch 6adc217055 Fixed alert messages 2021-05-12 17:06:11 +02:00
Dominik Deutsch a1d0e0e825 Notify webhooks using a generic URL 2021-05-12 15:34:32 +02:00
Dominik Deutsch 7545e77c1e Added support for Slack / MS Teams webhooks 2021-05-12 14:16:27 +02:00
nukedupe 9e8c865c74 fix typo 2021-04-16 20:27:25 +02:00
nukedupe 2ae63255b4 fix documentation 2021-04-16 16:23:39 +02:00
nukedupe 724611862f fix issue #48 2021-04-16 13:12:51 +02:00
nukedupe 827924d0b7 Update docker-entrypoint
redirect output to stderr

Co-authored-by: Philipp Schmitt <pschmitt@users.noreply.github.com>
2021-04-16 12:52:00 +02:00
nukedupe 58712cde26 Update docker-entrypoint
Don't exit 0 if there's an error.

Co-authored-by: Philipp Schmitt <pschmitt@users.noreply.github.com>
2021-04-16 12:51:21 +02:00
nukedupe b9c3b35550 update alpine to 3.13 2021-04-16 01:27:53 +02:00
nukedupe 35e7733b0c add tcp support 2021-04-16 01:27:23 +02:00
nukedupe ab84fc5c35 fix issue #48 2021-04-16 01:26:02 +02:00
will Farrell 50de4c7688 Merge pull request #61 from ap-wtioit/main-make_tests_ci_compatible
make tests compatible with docker servers that run multiple projects
2021-04-15 00:56:12 -06:00
Andreas Perhab da333f55b1 enable tests to use unique project and autoheal labels for CI
on CI servers where multiple docker containers run we might not
want to restart docker containers from other builds running in
parallel
2021-03-02 08:18:45 +01:00
will Farrell 8988af9061 docs: bump version number 2021-02-25 21:47:22 -07:00
will Farrell b749ed65bc Merge pull request #56 from hjaske/patch-1
check container state not restarting
1.1.0
2021-02-25 21:44:09 -07:00
will Farrell f79547a43d Merge pull request #58 from hasnat/add_tests
Try tests via docker-compose
2021-02-25 21:43:38 -07:00
Hasnat Ullah 4b53d7f960 Try tests via docker-compose 2021-02-10 12:18:09 +00:00
hjaske aed23ac7a4 check container state not restarting
Don't restart containers which state is restarting.
2021-02-08 16:14:13 +02:00
will Farrell bba733b968 fix: revert 2021-02-06 12:33:13 -07:00
will Farrell 8798ded18a docs: version bump 2021-02-05 21:17:09 -07:00
will Farrell 2ccd6129c4 Merge pull request #54 from hasnat/patch-4
not restart already restarting containers
2021-02-05 21:15:10 -07:00
Hasnat d5bd0c2d66 not restart already restarting containers
fixes #53
2021-02-04 11:18:24 +00:00
will Farrell f25d3596a4 Merge pull request #51 from mikenye/fix_unsupported_platforms
Remove unsupported architectures
2020-12-22 16:32:38 -07:00
Mike 15bdff212c remove unsupported architectures
Remove architectures not supported by docker.
2020-12-23 07:29:53 +08:00
will Farrell 5b7ddc0c99 Merge pull request #50 from mikenye/build_for_all_platforms
Build a multi-arch image for all platforms
2020-12-22 15:19:01 -07:00
Mike Nye fc790a9505 Build a multi-arch image for all platforms 2020-12-19 20:44:43 +08:00
will Farrell 49f98c56f0 ci: fix image name, was deplying to wrong image 1.0.0 2020-12-17 08:27:03 -07:00
will Farrell d55759e9a0 docs: add in extra metadata 2020-12-02 14:01:00 -07:00
will Farrell c8c73ce24c docs: add in latest, built daily 2020-12-02 14:00:21 -07:00
will Farrell 77dca128fc ci: update build to use no external scripts 2020-12-02 13:56:42 -07:00
will Farrell 9686a27451 docs: fix typo 2020-12-01 17:19:06 -07:00
will Farrell 7c9e241ba8 docs: add docker pull stats 2020-12-01 17:17:47 -07:00