-
Notifications
You must be signed in to change notification settings - Fork 536
xiaomi album syncer #848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
xiaomi album syncer #848
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds the Xiaomi Album Syncer application to the CasaOS AppStore. The app provides functionality to sync photos from Xiaomi cloud storage to local computers with features like incremental downloads, automatic cookie refresh, and scheduled tasks.
- Added docker-compose.yml configuration file for the Xiaomi Album Syncer app
- Added thumbnail.png image file
- Configured bilingual support (English and Chinese) for descriptions and UI elements
Reviewed changes
Copilot reviewed 1 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| Apps/XiaomiAlbumSyncer/docker-compose.yml | Docker Compose configuration with service definition, volume mounts, port mapping, and CasaOS metadata including app description, icon, and thumbnail references |
| Apps/XiaomiAlbumSyncer/thumbnail.png | PNG thumbnail image for the application display |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
about XiaomiAlbumSyncer , see : https://github.com/Coooolfan/XiaomiAlbumSyncer
this compose file is modified from Coooolfan/XiaomiAlbumSyncer offical compose file.