add app alist (#170)

This commit is contained in:
Cp0204 2023-06-06 15:14:16 +08:00 committed by GitHub
parent 7a30da5de5
commit 4b159c759a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,50 @@
name: alist
services:
alist:
image: xhofe/alist:v3.18.0
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 配置目录
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
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/alist/icon.png
main: alist
port_map: "5244"
scheme: http
tagline:
en_us: A file list program that supports multiple storage, powered by Gin and Solidjs.
zh_cn: 一个支持多种存储的文件列表程序,使用 Gin 和 Solidjs。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/alist/thumbnail.jpg
tips:
before_install:
en_us: After installation, view the initial password in the log.
zh_cn: 安装完成后,请在日志中查看初始密码。
title:
en_us: Alist

BIN
Apps/Alist/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

BIN
Apps/Alist/screenshot-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

BIN
Apps/Alist/thumbnail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB