Compare commits
2 Commits
78529ede23
...
4f483e559c
| Author | SHA1 | Date | |
|---|---|---|---|
|
4f483e559c
|
|||
| 37553ccc8a |
@@ -20,7 +20,7 @@ prowlarr:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/prowlarr
|
||||
tag: 2.3.0@sha256:67a8aaedcfd6989f3030b937a6a07007310b1dfc7ee8df16d2cbfa48d1c1158c
|
||||
tag: 2.3.0@sha256:d3e9307b320b6772749a2cf8fc2712e9e824c4930b034680ad4d08a9e2f25884
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: TZ
|
||||
|
||||
@@ -5,6 +5,23 @@ yubal-playlist:
|
||||
replicas: 1
|
||||
strategy: Recreate
|
||||
revisionHistoryLimit: 3
|
||||
initContainers:
|
||||
init-copy-config:
|
||||
image:
|
||||
repository: busybox
|
||||
tag: 1.37.0
|
||||
pullPolicy: IfNotPresent
|
||||
command:
|
||||
- /bin/sh
|
||||
- -ec
|
||||
- |
|
||||
if [ ! -f "/app/ytdlp/cookies.txt" ]; then
|
||||
echo ">> Coping files ..."
|
||||
ls /app/ytdlp
|
||||
cp -fv /app/ytdlp/cookies-ro.txt /app/ytdlp/cookies.txt
|
||||
echo ">> Files in ytdlp:"
|
||||
ls /app/ytdlp
|
||||
fi
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
@@ -146,7 +163,7 @@ yubal-playlist:
|
||||
advancedMounts:
|
||||
main:
|
||||
main:
|
||||
- path: /app/ytdlp/cookies.txt
|
||||
- path: /app/ytdlp/cookies-ro.txt
|
||||
readOnly: true
|
||||
mountPropagation: None
|
||||
subPath: cookies.txt
|
||||
|
||||
Reference in New Issue
Block a user