-
Notifications
You must be signed in to change notification settings - Fork 567
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
62 lines (60 loc) · 2.41 KB
/
docker-compose.yml
File metadata and controls
62 lines (60 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
name: xiaomi-album-syncer
services:
xiaomi-album-syncer:
image: coolfan1024/xiaomi-album-syncer:0.8.2
container_name: xiaomi-album-syncer
ports:
- target: 8080
published: ${WEBUI_PORT}
protocol: tcp
volumes:
- type: bind
source: /DATA/AppData/$AppID/download
target: /app/download
- type: bind
source: /DATA/AppData/$AppID/db
target: /app/db
restart: unless-stopped
x-casaos:
architectures:
- amd64
- arm64
main: xiaomi-album-syncer
author: github.com/coooolfan
category: Backup
description:
en_us: |
Xiaomi Album Syncer is a tool to sync photos from Xiaomi cloud to your local computer.
- 📸 Download all photos in the specified album
- ⏭️ Skip already downloaded photos
- 🔄 Automatically refresh Cookie
- ⏰ Support timed tasks
- 📥 Support incremental download (super fast)
- 🗂️ Support storing photos by album
- 🌍 Friendly Web UI
- 📅 Fill Exif time information for photos and videos
- 📅 Fill file system time for photos and videos
zh_cn: |
小米相册同步器是一款将小米云相册同步到本地电脑的工具,支持:
- 📸 下载指定相册中的所有照片
- ⏭️ 自动跳过已下载的照片
- 🔄 自动刷新 Cookie
- ⏰ 支持定时任务
- 📥 支持增量下载(超快)
- 🗂️ 支持按相册分类存储照片
- 🌍 友好的 Web UI
- 📅 填充照片和视频的 Exif 时间信息
- 📅 填充照片和视频的文件系统时间
developer: github.com/coooolfan
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/XiaomiAlbumSyncer/icon.png
tagline:
en_us: Xiaomi Album Syncer is a tool to sync photos from Xiaomi cloud to your local computer.
zh_cn: 小米相册同步器是一款将小米云相册同步到本地电脑的工具。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/XiaomiAlbumSyncer/thumbnail.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/XiaomiAlbumSyncer/screenshot-1.png
title:
en_us: Xiaomi Album Syncer
zh_cn: 小米相册同步器
index: /
port_map: ${WEBUI_PORT}