Compare commits
2 Commits
6d70d38d46
...
aab528bd94
Author | SHA1 | Date | |
---|---|---|---|
aab528bd94
|
|||
6808c0e651 |
@@ -9,7 +9,7 @@ komodo:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/moghtech/komodo-core
|
repository: ghcr.io/moghtech/komodo-core
|
||||||
tag: 1.17.5
|
tag: 1.18.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: COMPOSE_LOGGING_DRIVER
|
- name: COMPOSE_LOGGING_DRIVER
|
||||||
|
@@ -37,12 +37,12 @@ data:
|
|||||||
recheck: true
|
recheck: true
|
||||||
cat_update: true
|
cat_update: true
|
||||||
tag_update: true
|
tag_update: true
|
||||||
rem_unregistered: false
|
rem_unregistered: true
|
||||||
tag_tracker_error: true
|
tag_tracker_error: true
|
||||||
rem_orphaned: true
|
rem_orphaned: true
|
||||||
tag_nohardlinks: true
|
tag_nohardlinks: false
|
||||||
share_limits: false
|
share_limits: false
|
||||||
skip_qb_version_check: true
|
skip_qb_version_check: false
|
||||||
skip_cleanup: false
|
skip_cleanup: false
|
||||||
|
|
||||||
qbt:
|
qbt:
|
||||||
@@ -142,16 +142,16 @@ data:
|
|||||||
- '**/*_unpackerred'
|
- '**/*_unpackerred'
|
||||||
max_orphaned_files_to_delete: 50
|
max_orphaned_files_to_delete: 50
|
||||||
|
|
||||||
apprise:
|
# apprise:
|
||||||
api_url: http://localhost:8000/notify
|
# api_url: http://localhost:8000/notify
|
||||||
notify_url: ""
|
# notify_url: ""
|
||||||
|
#
|
||||||
webhooks:
|
# webhooks:
|
||||||
error: apprise
|
# error: apprise
|
||||||
run_start: apprise
|
# run_start: apprise
|
||||||
run_end: apprise
|
# run_end: apprise
|
||||||
function:
|
# function:
|
||||||
rem_orphaned: apprise
|
# rem_orphaned: apprise
|
||||||
cleanup_dirs: apprise
|
# cleanup_dirs: apprise
|
||||||
tag_tracker_error:
|
# tag_tracker_error:
|
||||||
share_limits:
|
# share_limits:
|
||||||
|
Reference in New Issue
Block a user