this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at push-nvvszpymrvyn 5 lines 201 B view raw
1FROM alpine:latest 2RUN apk add --no-cache bash openssh rsync 3COPY ebil.sh /usr/local/bin/ebil 4RUN chmod +x /usr/local/bin/ebil 5LABEL org.opencontainers.image.source=https://codeberg.org/comfysage/ebil