This commit is contained in:
2025-12-10 12:30:13 +01:00
parent b1c3f34b3f
commit e27703b66c
15 changed files with 1075 additions and 0 deletions

12
hass-backup-s3/Dockerfile Normal file
View File

@@ -0,0 +1,12 @@
ARG BUILD_FROM
FROM $BUILD_FROM
ENV LANG C.UTF-8
RUN apk add --no-cache duplicity py-boto3
# Copy data for add-on
COPY run.sh /
RUN chmod a+x /run.sh
CMD [ "/run.sh" ]