⬆️ 更新 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,5 +1,12 @@
additionalProperties: additionalProperties:
formFields: formFields:
- default: alist
edit: true
envKey: CONTAINER_NAME
labelEn: Container Name
labelZh: 容器名称
required: false
type: text
- default: 5244 - default: 5244
edit: true edit: true
envKey: PANEL_APP_PORT_HTTP envKey: PANEL_APP_PORT_HTTP
@ -8,14 +15,6 @@ additionalProperties:
required: true required: true
rule: paramPort rule: paramPort
type: number type: number
label:
en: WebUI Port
ja: WebUI ポート
ms: Port WebUI
pt-br: Porta WebUI
ru: Порт WebUI
zh-Hant: WebUI 埠
zh: WebUI 端口
- default: 5426 - default: 5426
edit: true edit: true
envKey: PANEL_APP_PORT_S3 envKey: PANEL_APP_PORT_S3
@ -24,11 +23,3 @@ additionalProperties:
required: true required: true
rule: paramPort rule: paramPort
type: number type: number
label:
en: S3 Port
ja: S3 ポート
ms: Port S3
pt-br: Porta S3
ru: Порт S3
zh-Hant: S3 埠
zh: S3 端口

View File

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

View File

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