Rclone instead of csi-mounting
Some checks failed
/ fatssh (push) Successful in 2m2s
/ rclone-faircamp (push) Failing after 32s
/ macless-haystack-web (push) Successful in 42s

This commit is contained in:
Martyn 2025-09-23 15:22:55 +02:00
parent d846745046
commit 8ca8a17b89
2 changed files with 6 additions and 4 deletions

View file

@ -34,7 +34,7 @@ jobs:
push: true
file: Dockerfile.fat-ssh
tags: git.martyn.berlin/martyn/fat-ssh:latest
rsync-faircamp:
rclone-faircamp:
runs-on: docker
container: catthehacker/ubuntu:act-latest
steps:
@ -61,8 +61,8 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
file: Dockerfile.rsync-faircamp
tags: git.martyn.berlin/martyn/rsync-faircamp:latest
file: Dockerfile.rclone-faircamp
tags: git.martyn.berlin/martyn/rclone-faircamp:latest
macless-haystack-web:
runs-on: docker
container: catthehacker/ubuntu:act-latest

View file

@ -1,4 +1,6 @@
FROM debian:13
RUN apt update && apt install rsync wget -y
RUN apt update && apt install rclone wget -y
RUN wget -O/tmp/faircamp.deb https://simonrepp.com/faircamp/packages/faircamp_1.6.0-1+deb12_amd64.deb && dpkg -i /tmp/faircamp.deb ; apt install -f -y
ADD faircampbuilder/script.bash /faircampbuilder.bash