Skip to content

Commit 2808c65

Browse files
committed
1 parent a1baacd commit 2808c65

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

Apps/Alist-Sync/docker-compose.yml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
name: alist-sync
2+
services:
3+
alist-sync:
4+
image: xjxjin/alist-sync:1.0.8
5+
container_name: alist-sync
6+
restart: unless-stopped
7+
ports:
8+
- "52441:52441"
9+
volumes:
10+
- type: bind
11+
source: /DATA/AppData/$AppID/data
12+
target: /app/data
13+
environment:
14+
- TZ=Asia/Shanghai
15+
x-casaos:
16+
envs:
17+
- container: TZ
18+
description:
19+
en_us: Set the timezone for the alist-sync application.
20+
ports:
21+
- container: "52441"
22+
description:
23+
en_us: The port used by alist-sync for its service.
24+
volumes:
25+
- container: /app/data
26+
description:
27+
en_us: Directory where the alist-sync application stores its data.
28+
zh_cn: alist-sync 配置目录
29+
architectures:
30+
- 386
31+
- amd64
32+
- arm/v6
33+
- arm/v7
34+
- arm64
35+
- ppc64le
36+
- s390x
37+
main: alist-sync
38+
author: xjxjin
39+
category: Cloud
40+
description:
41+
en_us: |
42+
Alist-Sync is a storage synchronization tool based on the Web interface. It can achieve data synchronization and mutual backup among multiple network disks, and also has practical functions such as multi-task management, scheduled synchronization and difference handling.
43+
zh_cn: |
44+
Alist-Sync 是一款基于 Web 界面的存储同步工具,它能够在多个网盘之间实现数据同步以及相互备份,并且具备多任务管理、定时同步、差异处理等实用功能。
45+
developer: xjxjin
46+
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist-Sync/icon.png
47+
screenshot_link:
48+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist-Sync/screenshot-1.png
49+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist-Sync/screenshot-2.png
50+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist-Sync/screenshot-3.png
51+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist-Sync/screenshot-4.png
52+
tagline:
53+
en_us: An Alist storage synchronization tool based on the Web interface.
54+
zh_cn: 一个基于 Web 界面的 Alist 存储同步工具。
55+
56+
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist-Sync/thumbnail.png
57+
title:
58+
en_us: Alist-Sync
59+
tips:
60+
before_install:
61+
en_us: The default login password is admin/admin.
62+
zh_cn: 默认登录密码 admin/admin。
63+
port_map: "52441"

0 commit comments

Comments
 (0)