⬆️ 更新 AList

This commit is contained in:
Chish 2025-01-27 23:10:42 +08:00
parent b4f4603393
commit 9669a40fcb
4 changed files with 53 additions and 56 deletions

8
apps/alist/3.41.0/.env Normal file
View File

@ -0,0 +1,8 @@
# 容器名称
CONTAINER_NAME=alist
# 网页端口
PANEL_APP_PORT_HTTP=5244
# S3 端口
PANEL_APP_PORT_S3=5426

View File

@ -1,34 +1,25 @@
additionalProperties:
formFields:
- default: 5244
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: WebUI Port
labelZh: 网页端口
required: true
rule: paramPort
type: number
label:
en: WebUI Port
ja: WebUI ポート
ms: Port WebUI
pt-br: Porta WebUI
ru: Порт WebUI
zh-Hant: WebUI 埠
zh: WebUI 端口
- default: 5426
edit: true
envKey: PANEL_APP_PORT_S3
labelEn: S3 Port
labelZh: S3 端口
required: true
rule: paramPort
type: number
label:
en: S3 Port
ja: S3 ポート
ms: Port S3
pt-br: Porta S3
ru: Порт S3
zh-Hant: S3 埠
zh: S3 端口
formFields:
- default: alist
edit: true
envKey: CONTAINER_NAME
labelEn: Container Name
labelZh: 容器名称
required: false
type: text
- default: 5244
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: WebUI Port
labelZh: 网页端口
required: true
rule: paramPort
type: number
- default: 5426
edit: true
envKey: PANEL_APP_PORT_S3
labelEn: S3 Port
labelZh: S3 端口
required: true
rule: paramPort
type: number

View File

@ -1,7 +1,14 @@
networks:
chish-network:
external: true
services:
alist:
container_name: ${CONTAINER_NAME}
env_file:
- .env
image: xhofe/alist:v3.41.0
labels:
createdBy: Apps
restart: always
networks:
- chish-network
@ -14,7 +21,4 @@ services:
environment:
- PUID=0
- PGID=0
- UMASK=022
networks:
chish-network:
external: true
- UMASK=022

View File

@ -1,20 +1,14 @@
name: alist
tags:
- 工具
title: 一个支持多存储的文件列表程序
type: 工具
description: 一个支持多存储的文件列表程序
additionalProperties:
key: alist
name: alist
tags:
- Tool
shortDescZh: 一个支持多存储的文件列表程序
shortDescEn: A file list program that supports multiple storage
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://github.com/alist-org/alist
github: https://github.com/alist-org/alist
document: https://alist.nn.ci/zh/
key: alist
name: AList
tags:
- 工具
- 云存储
shortDescZh: 一个支持多存储的文件列表程序
shortDescEn: A file list program that supports multiple storage
type: tool
crossVersionUpdate: true
limit: 0
website: https://github.com/alist-org/alist
github: https://github.com/alist-org/alist
document: https://alist.nn.ci/zh/