Compare commits
No commits in common. "54712ecda75aa948eb96119cc76eeaf2d1fe1864" and "9ce84ef77684277292fb61a4e22f7a9a819be7a5" have entirely different histories.
54712ecda7
...
9ce84ef776
6 changed files with 0 additions and 44 deletions
|
@ -1,13 +0,0 @@
|
||||||
services:
|
|
||||||
diun:
|
|
||||||
image: crazymax/diun:latest
|
|
||||||
command: serve
|
|
||||||
container_name: diun
|
|
||||||
volumes:
|
|
||||||
- "./data:/data"
|
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
|
||||||
- "./diun.yml:/diun.yml:ro"
|
|
||||||
environment:
|
|
||||||
# general settings
|
|
||||||
- "TZ=Europe/Berlin"
|
|
||||||
restart: always
|
|
|
@ -1,2 +0,0 @@
|
||||||
- name: caddy:2-builder
|
|
||||||
- name: caddy:2
|
|
|
@ -1,20 +0,0 @@
|
||||||
watch:
|
|
||||||
workers: 20
|
|
||||||
schedule: "0 */6 * * *"
|
|
||||||
firstCheckNotif: false
|
|
||||||
jitter: "30s"
|
|
||||||
|
|
||||||
providers:
|
|
||||||
docker:
|
|
||||||
watchByDefault: true
|
|
||||||
file:
|
|
||||||
filename: /data/images-to-monitor.yml
|
|
||||||
|
|
||||||
notif:
|
|
||||||
ntfy:
|
|
||||||
endpoint: https://notify.grobecker.me
|
|
||||||
topic: diun
|
|
||||||
priority: 3
|
|
||||||
templateTitle: "[diun hetzner] {{ .Entry.Image }} released"
|
|
||||||
templateBody: |
|
|
||||||
Docker tag {{ .Entry.Image }} which you subscribed to through {{ .Entry.Provider }} provider has been released.
|
|
|
@ -1,2 +0,0 @@
|
||||||
This here is the config for diun on my _hetzner_-instance, meaning that my _raspi_-instance is slightly different\
|
|
||||||
For example: _hetzner_ uses a dedicated file while _raspi_ uses environment-variables
|
|
|
@ -1,7 +0,0 @@
|
||||||
# TODOs
|
|
||||||
|
|
||||||
- [ ] lyrics downloader
|
|
||||||
- [ ] music downloader
|
|
||||||
- [ ] vpn through mullvad
|
|
||||||
- [ ] connect this with navidrome
|
|
||||||
- [ ] prowlarr
|
|
Loading…
Add table
Reference in a new issue