SyncCDN is a lightweight, open-source utility designed to synchronize content across CDN and client efficiently. It automates the process of hashing and updating files, ensuring your local is always up-to-date with the latest changes in CDN. (I don't know what i am doing)
- File Hashing: Manually generate hashes for your files to detect changes with the python script in your server.
- PowerShell Integration: Leverage the power of PowerShell for seamless automation.
- Cross-Platform: Works on any platform supporting PowerShell.
- Clone the repository:
git clone https://github.com/PgLESv/SyncCDN.git
- Run the synchronization script:
./Sync.ps1
Note:
- You must already have a CDN server configured, with permissions and the Python script on the server. It is possible to configure it to automate hash generation.
- Server > client only
This project is licensed under the GPL-3.0 License.
Contributions are welcome! Please fork this repository and submit a pull request.
Feel free to customize this template further based on your specific needs!