Removed NAS sync and focused on Google Drive, Internet Archive, and Web3.storage replication

This commit is contained in:
2025-05-26 20:26:04 -05:00
parent 24114f762c
commit fb7c172396
5 changed files with 26 additions and 18 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM rclone/rclone:latest
# Install inotify-tools
RUN apk add --no-cache inotify-tools
ENTRYPOINT []
CMD ["/bin/sh"]