-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update from IceWhaleTech/CasaOS-AppStore@4ed45a0
- Loading branch information
1 parent
a1baacd
commit 2808c65
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
name: alist-sync | ||
services: | ||
alist-sync: | ||
image: xjxjin/alist-sync:1.0.8 | ||
container_name: alist-sync | ||
restart: unless-stopped | ||
ports: | ||
- "52441:52441" | ||
volumes: | ||
- type: bind | ||
source: /DATA/AppData/$AppID/data | ||
target: /app/data | ||
environment: | ||
- TZ=Asia/Shanghai | ||
x-casaos: | ||
envs: | ||
- container: TZ | ||
description: | ||
en_us: Set the timezone for the alist-sync application. | ||
ports: | ||
- container: "52441" | ||
description: | ||
en_us: The port used by alist-sync for its service. | ||
volumes: | ||
- container: /app/data | ||
description: | ||
en_us: Directory where the alist-sync application stores its data. | ||
zh_cn: alist-sync 配置目录 | ||
architectures: | ||
- 386 | ||
- amd64 | ||
- arm/v6 | ||
- arm/v7 | ||
- arm64 | ||
- ppc64le | ||
- s390x | ||
main: alist-sync | ||
author: xjxjin | ||
category: Cloud | ||
description: | ||
en_us: | | ||
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. | ||
zh_cn: | | ||
Alist-Sync 是一款基于 Web 界面的存储同步工具,它能够在多个网盘之间实现数据同步以及相互备份,并且具备多任务管理、定时同步、差异处理等实用功能。 | ||
developer: xjxjin | ||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist-Sync/icon.png | ||
screenshot_link: | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist-Sync/screenshot-1.png | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist-Sync/screenshot-2.png | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist-Sync/screenshot-3.png | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist-Sync/screenshot-4.png | ||
tagline: | ||
en_us: An Alist storage synchronization tool based on the Web interface. | ||
zh_cn: 一个基于 Web 界面的 Alist 存储同步工具。 | ||
|
||
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist-Sync/thumbnail.png | ||
title: | ||
en_us: Alist-Sync | ||
tips: | ||
before_install: | ||
en_us: The default login password is admin/admin. | ||
zh_cn: 默认登录密码 admin/admin。 | ||
port_map: "52441" |