Add rclone to the chart
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
@@ -19,7 +19,7 @@ base:
|
||||
pullPolicy: Always
|
||||
volumeMounts:
|
||||
storage:
|
||||
site:
|
||||
music:
|
||||
path: /data
|
||||
files:
|
||||
rclone-config:
|
||||
@@ -28,7 +28,13 @@ base:
|
||||
command:
|
||||
- rclone
|
||||
args:
|
||||
- --config /app/rclone.conf sync --exclude=*.wav -P music-data:/navidrome/music/allanger_beats /data
|
||||
- --config
|
||||
- /app/rclone.conf
|
||||
- sync
|
||||
- --exclude=*.wav
|
||||
- -P
|
||||
- music-data:/navidrome/music/allanger_beats
|
||||
- /data
|
||||
02-faircamp:
|
||||
image:
|
||||
registry: gitea.badhouseplants.net
|
||||
@@ -39,6 +45,8 @@ base:
|
||||
storage:
|
||||
site:
|
||||
path: /data/.faircamp_build
|
||||
music:
|
||||
path: /data/music
|
||||
extraVolumes:
|
||||
cache:
|
||||
path: /data/.faircamp_cache
|
||||
@@ -115,6 +123,12 @@ storage:
|
||||
size: 3Gi
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
music:
|
||||
enabled: true
|
||||
storageClassName: default
|
||||
size: 3Gi
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
|
||||
config:
|
||||
# -- Please have a look here: https://github.com/dani-garcia/vaultwarden/blob/main/.env.template
|
||||
|
||||
Reference in New Issue
Block a user