2019-10-31 01:41:52 +00:00
< p align = "center" > < a href = "https://github.com/crazy-max/diun" target = "_blank" > < img height = "128" src = "https://raw.githubusercontent.com/crazy-max/diun/master/.res/diun.png" > < / a > < / p >
2019-06-04 20:11:54 +00:00
< p align = "center" >
< a href = "https://github.com/crazy-max/diun/releases/latest" > < img src = "https://img.shields.io/github/release/crazy-max/diun.svg?style=flat-square" alt = "GitHub release" > < / a >
< a href = "https://github.com/crazy-max/diun/releases/latest" > < img src = "https://img.shields.io/github/downloads/crazy-max/diun/total.svg?style=flat-square" alt = "Total downloads" > < / a >
2019-10-01 21:31:25 +00:00
< a href = "https://github.com/crazy-max/diun/actions" > < img src = "https://github.com/crazy-max/diun/workflows/build/badge.svg" alt = "Build Status" > < / a >
2019-06-04 20:11:54 +00:00
< a href = "https://hub.docker.com/r/crazymax/diun/" > < img src = "https://img.shields.io/docker/stars/crazymax/diun.svg?style=flat-square" alt = "Docker Stars" > < / a >
< a href = "https://hub.docker.com/r/crazymax/diun/" > < img src = "https://img.shields.io/docker/pulls/crazymax/diun.svg?style=flat-square" alt = "Docker Pulls" > < / a >
2019-10-01 21:31:25 +00:00
< br / > < a href = "https://goreportcard.com/report/github.com/crazy-max/diun" > < img src = "https://goreportcard.com/badge/github.com/crazy-max/diun?style=flat-square" alt = "Go Report" > < / a >
2019-06-09 18:02:14 +00:00
< a href = "https://www.codacy.com/app/crazy-max/diun" > < img src = "https://img.shields.io/codacy/grade/f2ef980c87d247ce8a8dbc98a8f4f434.svg?style=flat-square" alt = "Code Quality" > < / a >
2019-11-13 15:01:12 +00:00
< a href = "https://github.com/sponsors/crazy-max" > < img src = "https://img.shields.io/badge/sponsor-crazy--max-181717.svg?logo=github&style=flat-square" alt = "Become a sponsor" > < / a >
2019-10-01 21:31:25 +00:00
< a href = "https://www.paypal.me/crazyws" > < img src = "https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal&style=flat-square" alt = "Donate Paypal" > < / a >
2019-06-04 20:11:54 +00:00
< / p >
2019-08-22 19:29:01 +00:00
## About
2019-06-04 20:11:54 +00:00
2020-01-28 19:50:38 +00:00
**Diun** is a CLI application written in [Go ](https://golang.org/ ) to receive notifications when a Docker image is updated on a Docker registry. With Go, this app can be used across many platforms and architectures. This support includes Linux, FreeBSD, macOS and Windows on architectures like amd64, i386, ARM and others.
2019-12-14 16:39:00 +00:00
2019-12-17 22:42:32 +00:00

2019-06-30 20:26:42 +00:00
2019-06-04 20:11:54 +00:00
## Features
* Allow to watch a full Docker repository and report new tags
* Include and exclude filters with regular expression for tags
* Internal cron implementation through go routines
2019-06-09 17:43:48 +00:00
* Worker pool to parallelize analyses
2019-06-30 22:49:30 +00:00
* Allow overriding image os and architecture
2019-12-14 16:39:00 +00:00
* Multi providers available like [Docker ](doc/providers/docker.md ), [Swarm ](doc/providers/swarm.md ), [Static ](doc/providers/static.md )...
2020-01-28 20:10:15 +00:00
* Get notified through Slack, Mail, Telegram and [more ](doc/notifications.md )
2019-06-04 20:11:54 +00:00
* Enhanced logging
* Timezone can be changed
2019-12-14 16:39:00 +00:00
* Official [Docker image available ](doc/install/docker.md )
2019-08-22 19:22:10 +00:00
## Documentation
* Install
* [With Docker ](doc/install/docker.md )
* [From binary ](doc/install/binary.md )
* [Linux service ](doc/install/linux-service.md )
* [Usage ](doc/usage.md )
* [Configuration ](doc/configuration.md )
2019-12-14 16:39:00 +00:00
* Providers
* [Docker ](doc/providers/docker.md )
* [Swarm ](doc/providers/swarm.md )
* [Static ](doc/providers/static.md )
2019-08-22 19:22:10 +00:00
* [Notifications ](doc/notifications.md )
2020-03-31 21:27:10 +00:00
* [FAQ ](doc/faq.md )
2019-06-04 20:11:54 +00:00
## How can I help ?
2019-11-13 15:01:12 +00:00
All kinds of contributions are welcome :raised_hands:! The most basic way to show your support is to star :star2: the project, or to raise issues :speech_balloon: You can also support this project by [**becoming a sponsor on GitHub** ](https://github.com/sponsors/crazy-max ) :clap: or by making a [Paypal donation ](https://www.paypal.me/crazyws ) to ensure this journey continues indefinitely! :rocket:
2019-06-04 20:11:54 +00:00
2019-11-13 15:01:12 +00:00
Thanks again for your support, it is much appreciated! :pray:
2019-06-04 20:11:54 +00:00
## License
MIT. See `LICENSE` for more details.