2023-06-06 07:14:16 +00:00
|
|
|
name: alist
|
|
|
|
services:
|
|
|
|
alist:
|
2023-07-15 07:13:56 +00:00
|
|
|
image: xhofe/alist:v3.21.0
|
2023-06-06 08:33:07 +00:00
|
|
|
deploy:
|
|
|
|
resources:
|
|
|
|
reservations:
|
|
|
|
memory: "64M"
|
2023-06-06 07:14:16 +00:00
|
|
|
network_mode: bridge
|
|
|
|
ports:
|
|
|
|
- target: 5244
|
|
|
|
published: "5244"
|
|
|
|
protocol: tcp
|
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
|
|
- type: bind
|
|
|
|
source: /DATA/AppData/$AppID/data
|
|
|
|
target: /opt/alist/data
|
|
|
|
x-casaos:
|
|
|
|
ports:
|
|
|
|
- container: "5244"
|
|
|
|
description:
|
|
|
|
en_us: WebUI HTTP Port
|
|
|
|
zh_cn: WebUI HTTP端口
|
|
|
|
volumes:
|
|
|
|
- container: /opt/alist/data
|
|
|
|
description:
|
|
|
|
en_us: alist config directory.
|
|
|
|
zh_cn: alist 配置目录
|
2023-07-26 09:05:00 +00:00
|
|
|
container_name: alist
|
2023-06-06 07:14:16 +00:00
|
|
|
x-casaos:
|
|
|
|
architectures:
|
|
|
|
- amd64
|
|
|
|
- arm
|
|
|
|
- arm64
|
|
|
|
author: Cp0204
|
|
|
|
category: Cloud
|
|
|
|
description:
|
|
|
|
en_us: A file list program that supports multiple storage, powered by Gin and Solidjs.
|
|
|
|
zh_cn: 一个支持多种存储的文件列表程序,使用 Gin 和 Solidjs。
|
|
|
|
developer: Xhofe
|
2023-06-06 08:33:07 +00:00
|
|
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist/icon.png
|
|
|
|
screenshot_link:
|
|
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist/screenshot-1.png
|
2023-06-06 07:14:16 +00:00
|
|
|
main: alist
|
|
|
|
port_map: "5244"
|
|
|
|
scheme: http
|
|
|
|
tagline:
|
2023-06-06 08:33:07 +00:00
|
|
|
en_us: A file list program that supports multiple storage
|
|
|
|
zh_cn: 一个支持多种存储的文件列表程序
|
|
|
|
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist/thumbnail.png
|
2023-06-06 07:14:16 +00:00
|
|
|
tips:
|
|
|
|
before_install:
|
|
|
|
en_us: After installation, view the initial password in the log.
|
|
|
|
zh_cn: 安装完成后,请在日志中查看初始密码。
|
|
|
|
title:
|
2023-07-26 09:05:00 +00:00
|
|
|
en_us: Alist
|