0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-03-16 20:33:30 +00:00
Commit graph

20 commits

Author SHA1 Message Date
Ian Fijolek
5983df6491 Fix linter
Updates golangci-lint and updates to the correct config format.

Also renames some unused parameters to `_` to appese `revive`.
2023-12-13 15:13:40 -08:00
CrazyMax
24bc0548e0
chore: use typed error and fix missing wraps 2023-09-16 11:47:53 +02:00
CrazyMax
d135167ceb
Fix email notification message template 2022-12-28 00:58:32 +01:00
CrazyMax
21f5d0839a
Allow multi recipients for email notifier ()
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-19 21:51:52 +02:00
CrazyMax
5d583809a0
Allow to customize notification message ()
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-06-25 23:24:02 +02:00
CrazyMax
c971e06d9f
Add message client for notifiers ()
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-02-14 17:34:42 +00:00
CrazyMax
a82cef7065
Set gomail.Dialer LocalName 2020-08-28 23:25:32 +02:00
CrazyMax
5033adefd7
Display hostname in notifications () 2020-06-22 03:02:29 +02:00
CrazyMax
896d4827b4 Add hub link to notifiers
Send message as markdown for Gotify and Telegram notifiers
2020-06-09 01:06:27 +00:00
CrazyMax
7bff860650
Bump v4 2020-06-07 22:04:31 +02:00
CrazyMax
349917e7e4
Configuration transposed into environment variables ()
Configuration file not required anymore
DIUN_DB env var renamed DIUN_DB_PATH
Only accept duration as timeout value (10 becomes 10s)
Add getting started doc
Enhanced documentation
Add note about test notifications ()
Improve configuration management
Fix telegram init
All fields in configuration now camelCased
Improve configuration validation
Update doc
Update FAQ

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-06-07 19:58:49 +00:00
CrazyMax
a62658e266
Fix package version 2020-05-27 21:38:07 +02:00
CrazyMax
af23c5898c
Remove "enable" setting for notifiers 2020-05-26 01:13:06 +02:00
CrazyMax
9c797f1616
Review of platform detection ()
* Leave default image platform empty for static provider (see FAQ doc)
* Handle platform variant
* Add database migration process
* Switch to Open Container Specification labels as label-schema.org ones are deprecated
* Remove unneeded `diun.os` and `diun.arch` docker labels

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-03-31 23:27:10 +02:00
CrazyMax
2a7901f15d
Add Slack notifier () 2019-12-17 23:40:03 +01:00
CrazyMax
c60fe06894
Include provider in notifications 2019-12-14 17:13:32 +01:00
CrazyMax
39459f42fc
Add fields to load sensitive values from file () 2019-12-14 01:19:26 +01:00
CrazyMax
2075131952
Fix email template 2019-06-08 03:25:15 +02:00
CrazyMax
42b3aff85d
Fix mail template style 2019-06-05 00:19:13 +02:00
CrazyMax
8513d49cc9
Initial commit 2019-06-04 22:11:54 +02:00