2020-06-19 22:47:17 +00:00
site_name : Diun
site_description : Receive notifications when a Docker image is updated on a Docker registry
site_author : CrazyMax
2021-06-11 17:39:19 +00:00
site_url : https://crazymax.dev/diun/
2020-06-22 01:38:25 +00:00
edit_uri : edit/master/docs/
2020-06-19 22:47:17 +00:00
docs_dir : docs
repo_name : crazy-max/diun
repo_url : https://github.com/crazy-max/diun
extra :
2020-07-06 09:47:15 +00:00
seo :
2021-10-07 23:34:15 +00:00
google : Kscpetr5E2zNDM0pqz-0xhtPZ77oY2oAS6Lid6yEUUM
2020-07-06 09:47:15 +00:00
bing : D188E0BEC1AB6E7C1E0194BFC35D0033
#alexa:
#yandex:
2020-06-19 22:47:17 +00:00
social :
- icon : fontawesome/brands/github-alt
link : https://github.com/crazy-max/diun
2020-07-25 00:48:07 +00:00
- icon : fontawesome/brands/twitter
link : https://twitter.com/crazyws
2021-06-11 17:39:19 +00:00
plausible :
server : plausible.re4per.com
domain : crazymax.dev/diun
2021-06-25 21:24:02 +00:00
template :
2021-12-12 23:32:46 +00:00
notif :
defaultTitle : |
{{ .Entry.Image }} {{ if (eq .Entry.Status "new") }}is available{{ else }}has been updated{{ end }}
defaultBody : |
Docker tag {{ if .Entry.Image.HubLink }}[**{{ .Entry.Image }}**]({{ .Entry.Image.HubLink }}){{ else }}**{{ .Entry.Image }}**{{ end }} which you subscribed to through {{ .Entry.Provider }} provider {{ if (eq .Entry.Status "new") }}is available{{ else }}has been updated{{ end }} on {{ .Entry.Image.Domain }} registry (triggered by {{ .Meta.Hostname }} host).
2020-06-19 22:47:17 +00:00
theme :
name : material
2020-07-10 18:46:28 +00:00
custom_dir : docs/_overrides
2020-06-19 22:47:17 +00:00
language : en
2021-12-12 23:32:46 +00:00
features :
- search.highlight
- search.share
- search.suggest
2020-06-19 22:47:17 +00:00
palette :
2021-04-25 16:15:50 +00:00
- media : "(prefers-color-scheme: light)"
scheme : default
primary : light blue
accent : light blue
toggle :
icon : material/weather-night
name : Switch to dark mode
- media : "(prefers-color-scheme: dark)"
scheme : slate
primary : light blue
accent : light blue
toggle :
icon : material/weather-sunny
name : Switch to light mode
2020-06-19 22:47:17 +00:00
font :
text : Roboto
code : Roboto Mono
logo : assets/logo.png
favicon : assets/favicon.ico
include_search_page : false
search_index_only : true
2020-06-22 18:26:50 +00:00
extra_css :
2020-07-10 18:46:28 +00:00
- assets/stylesheets/extra.css
2020-06-22 18:26:50 +00:00
2020-06-30 17:50:06 +00:00
markdown_extensions :
- admonition
- codehilite
- footnotes
- markdown_include.include :
base_path : docs
- meta
- pymdownx.details
- pymdownx.emoji :
emoji_index : !!python/name:materialx.emoji.twemoji
emoji_generator : !!python/name:materialx.emoji.to_svg
2022-01-26 19:11:29 +00:00
- pymdownx.superfences
2021-12-12 23:32:46 +00:00
- pymdownx.tabbed :
alternate_style : true
- pymdownx.tasklist :
custom_checkbox : true
2020-06-30 17:50:06 +00:00
- toc :
permalink : true
2020-06-19 22:47:17 +00:00
plugins :
2020-06-30 17:50:06 +00:00
- exclude :
glob :
2020-07-10 18:46:28 +00:00
- "_overrides/*"
2020-06-30 17:50:06 +00:00
- git-revision-date-localized :
type : iso_datetime
2021-05-26 05:16:35 +00:00
enable_creation_date : true
2022-07-16 01:34:01 +00:00
fallback_to_build_date : true
2021-06-25 21:24:02 +00:00
- macros :
j2_block_start_string : '[[%'
j2_block_end_string : '%]]'
j2_variable_start_string : '[['
j2_variable_end_string : ']]'
2020-06-19 22:47:17 +00:00
- search :
lang :
- en
nav :
- Home : index.md
- Installation :
2020-10-11 13:58:06 +00:00
- From Docker image : install/docker.md
2020-06-19 22:47:17 +00:00
- From binary : install/binary.md
- Linux service : install/linux-service.md
2020-06-30 17:34:02 +00:00
- Usage :
2021-05-26 16:18:10 +00:00
- Command line : usage/command-line.md
2020-06-30 17:40:18 +00:00
- Basic example : usage/basic-example.md
2020-06-19 22:47:17 +00:00
- Configuration :
- Overview : config/index.md
- .db : config/db.md
- .watch : config/watch.md
2023-09-23 15:59:59 +00:00
- .defaults : config/defaults.md
2020-06-19 22:47:17 +00:00
- .notif : config/notif.md
- .regopts : config/regopts.md
- .providers : config/providers.md
- Notifications :
- Amqp : notif/amqp.md
2020-06-26 16:06:47 +00:00
- Discord : notif/discord.md
2020-06-19 22:47:17 +00:00
- Gotify : notif/gotify.md
- Mail : notif/mail.md
2020-07-29 19:29:13 +00:00
- Matrix : notif/matrix.md
2020-11-01 23:25:20 +00:00
- MQTT : notif/mqtt.md
2023-02-19 01:29:14 +00:00
- Ntfy : notif/ntfy.md
2021-01-04 21:29:48 +00:00
- Pushover : notif/pushover.md
2020-06-19 22:47:17 +00:00
- Rocket.Chat : notif/rocketchat.md
- Script : notif/script.md
2022-10-08 01:49:27 +00:00
- Signal (REST API) : notif/signalrest.md
2020-06-19 22:47:17 +00:00
- Slack : notif/slack.md
- Teams : notif/teams.md
- Telegram : notif/telegram.md
- Webhook : notif/webhook.md
- Providers :
- Docker : providers/docker.md
- Kubernetes : providers/kubernetes.md
- Swarm : providers/swarm.md
2022-12-28 02:40:12 +00:00
- Nomad : providers/nomad.md
2021-04-29 16:15:29 +00:00
- Dockerfile : providers/dockerfile.md
- File : providers/file.md
2020-12-11 07:25:41 +00:00
- User guides :
2021-04-30 16:30:19 +00:00
- Blog posts : user-guides/blog-posts.md
2020-12-11 07:25:41 +00:00
- Docker + File providers : user-guides/docker-file-providers.md
2020-06-19 22:47:17 +00:00
- FAQ : faq.md
2020-06-20 02:40:39 +00:00
- Changelog : changelog.md
2020-06-19 22:47:17 +00:00
- Migration :
2024-12-20 17:18:56 +00:00
- Diun v4.1 to v4.29 : migration/v4.1-to-v4.29.md
2021-05-26 16:18:10 +00:00
- Diun v4.0 to v4.17 : migration/v4.0-to-v4.17.md
2020-06-20 03:39:38 +00:00
- Diun v3 to v4 : migration/v3-to-v4.md
2020-06-19 22:47:17 +00:00
- Diun v2 to v3 : migration/v2-to-v3.md
- Diun v1 to v2 : migration/v1-to-v2.md
- Diun v0 to v1 : migration/v0-to-v1.md
- Reporting an issue : reporting-issue.md
- Contributing : contributing.md
- Donate : donate.md