Tool for automating file saving to a cloud drive
Top 65.5% on sourcepulse
This project provides an automated system for transferring files from Tianyi Cloud Drive, targeting users who need to manage and synchronize cloud storage, especially for media libraries. It offers features like automatic updates, STRM file generation for media servers, and Telegram bot integration for remote control, simplifying cloud file management and media server integration.
How It Works
The system operates by periodically checking user-defined tasks for updates on Tianyi Cloud Drive. It supports both account/password and cookie-based login for accessing cloud data. Key functionalities include automated file transfers to specified directories, automatic renaming of files using regex or sequential methods, and the generation of STRM files for media servers like Emby. It also integrates with AI platforms for file identification and metadata scraping.
Quick Start & Requirements
docker run -d \
-v /yourpath/data:/home/data \
-v /yourpath/strm:/home/strm \
-p 3000:3000 \
--restart unless-stopped \
--name cloud189 \
-e PUID=0 \
-e PGID=0 \
xia1307/cloud189-auto-save
http://localhost:3000
(default credentials: admin/admin).Highlighted Details
Maintenance & Community
The project is maintained by 1307super. Community discussion was previously via Telegram groups, but these links are noted as defunct. Users are directed to the Wiki for help.
Licensing & Compatibility
Limitations & Caveats
The project's Telegram community channels are reported as defunct. Users are advised to self-host due to the handling of sensitive account credentials and to avoid exposing the service publicly without proper security measures like HTTPS.
5 hours ago
Inactive