Add rclone to the chart
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2026-01-02 13:45:08 +01:00
parent 3089f36fbc
commit 523353effe

View File

@@ -11,7 +11,25 @@ base:
seccompProfile: seccompProfile:
type: RuntimeDefault type: RuntimeDefault
initContainers: initContainers:
faircamp: 01-rclone:
image:
registry: registry.hub.docker.com
repository: rclone/rclone
tag: 1.67
pullPolicy: Always
volumeMounts:
storage:
site:
path: /data
files:
rclone-config:
path: /app/rclone.conf
subPath: rclone.conf
command:
- rclone
args:
- --config /app/rclone.conf sync --exclude=*.wav -P music-data:/navidrome/music/allanger_beats /data
02-faircamp:
image: image:
registry: gitea.badhouseplants.net registry: gitea.badhouseplants.net
repository: badhouseplants/faircamp-site repository: badhouseplants/faircamp-site
@@ -111,3 +129,16 @@ config:
sensitive: true sensitive: true
remove: [] remove: []
data: {} data: {}
files:
rclone-config:
enabled: true
sensitive: false
remove: []
entries:
rclone.conf:
data: |
[music-data]
type = s3
provider = Minio
endpoint = s3.company
location_constraint = us-west-1