Compare commits
5 Commits
334df2c815
...
f021dfce61
| Author | SHA1 | Date | |
|---|---|---|---|
|
f021dfce61
|
|||
| ed66c69ffc | |||
| c0d1d9f140 | |||
| a353cc0f25 | |||
| 2cdbd2584a |
@@ -9,7 +9,7 @@ booklore:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/booklore-app/booklore
|
repository: ghcr.io/booklore-app/booklore
|
||||||
tag: v1.15.0
|
tag: v1.16.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ external-dns-unifi:
|
|||||||
webhook:
|
webhook:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/kashalls/external-dns-unifi-webhook
|
repository: ghcr.io/kashalls/external-dns-unifi-webhook
|
||||||
tag: v0.7.0
|
tag: v0.8.0
|
||||||
env:
|
env:
|
||||||
- name: UNIFI_HOST
|
- name: UNIFI_HOST
|
||||||
value: https://192.168.1.1
|
value: https://192.168.1.1
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ qbittorrent:
|
|||||||
gluetun:
|
gluetun:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/qdm12/gluetun
|
repository: ghcr.io/qdm12/gluetun
|
||||||
tag: v3.40.4@sha256:e10584de1f82d8999e5e6c3111901d9d56a2eed21151fb96af060f390bbdfba8
|
tag: v3.41.0@sha256:6b54856716d0de56e5bb00a77029b0adea57284cf5a466f23aad5979257d3045
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
postStart:
|
postStart:
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ searxng:
|
|||||||
gluetun:
|
gluetun:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/qdm12/gluetun
|
repository: ghcr.io/qdm12/gluetun
|
||||||
tag: v3.40.4@sha256:e10584de1f82d8999e5e6c3111901d9d56a2eed21151fb96af060f390bbdfba8
|
tag: v3.41.0@sha256:6b54856716d0de56e5bb00a77029b0adea57284cf5a466f23aad5979257d3045
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
postStart:
|
postStart:
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ slskd:
|
|||||||
gluetun:
|
gluetun:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/qdm12/gluetun
|
repository: ghcr.io/qdm12/gluetun
|
||||||
tag: v3.40.4@sha256:e10584de1f82d8999e5e6c3111901d9d56a2eed21151fb96af060f390bbdfba8
|
tag: v3.41.0@sha256:6b54856716d0de56e5bb00a77029b0adea57284cf5a466f23aad5979257d3045
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
postStart:
|
postStart:
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ tubearchivist:
|
|||||||
gluetun:
|
gluetun:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/qdm12/gluetun
|
repository: ghcr.io/qdm12/gluetun
|
||||||
tag: v3.40.4@sha256:e10584de1f82d8999e5e6c3111901d9d56a2eed21151fb96af060f390bbdfba8
|
tag: v3.41.0@sha256:6b54856716d0de56e5bb00a77029b0adea57284cf5a466f23aad5979257d3045
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
postStart:
|
postStart:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ unpoller:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/unpoller/unpoller
|
repository: ghcr.io/unpoller/unpoller
|
||||||
tag: v2.20.1
|
tag: v2.21.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: UP_UNIFI_CONTROLLER_0_SAVE_ALARMS
|
- name: UP_UNIFI_CONTROLLER_0_SAVE_ALARMS
|
||||||
|
|||||||
@@ -43,20 +43,20 @@ ytdl-sub:
|
|||||||
working_directory: /cache
|
working_directory: /cache
|
||||||
subscriptions.yaml: |
|
subscriptions.yaml: |
|
||||||
__preset__:
|
__preset__:
|
||||||
preset:
|
preset:
|
||||||
- "Max MP3 Quality"
|
- "Max MP3 Quality"
|
||||||
embed_thumbnail: True
|
embed_thumbnail: True
|
||||||
square_thumbnail: True
|
square_thumbnail: True
|
||||||
throttle_protection:
|
throttle_protection:
|
||||||
sleep_per_download_s:
|
sleep_per_download_s:
|
||||||
min: 5
|
min: 5
|
||||||
max: 15
|
max: 15
|
||||||
sleep_per_subscription_s:
|
sleep_per_subscription_s:
|
||||||
min: 5
|
min: 5
|
||||||
max: 15
|
max: 15
|
||||||
max_downloads_per_subscription:
|
max_downloads_per_subscription:
|
||||||
min: 1
|
min: 1
|
||||||
max: 200
|
max: 200
|
||||||
overrides:
|
overrides:
|
||||||
music_directory: "/music"
|
music_directory: "/music"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user