⬆️ 更新 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: additionalProperties:
formFields: formFields:
- default: 5244 - default: alist
edit: true edit: true
envKey: PANEL_APP_PORT_HTTP envKey: CONTAINER_NAME
labelEn: WebUI Port labelEn: Container Name
labelZh: 网页端口 labelZh: 容器名称
required: true required: false
rule: paramPort type: text
type: number - default: 5244
label: edit: true
en: WebUI Port envKey: PANEL_APP_PORT_HTTP
ja: WebUI ポート labelEn: WebUI Port
ms: Port WebUI labelZh: 网页端口
pt-br: Porta WebUI required: true
ru: Порт WebUI rule: paramPort
zh-Hant: WebUI 埠 type: number
zh: WebUI 端口 - default: 5426
- default: 5426 edit: true
edit: true envKey: PANEL_APP_PORT_S3
envKey: PANEL_APP_PORT_S3 labelEn: S3 Port
labelEn: S3 Port labelZh: S3 端口
labelZh: S3 端口 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: 一个支持多存储的文件列表程序 - 云存储
shortDescEn: A file list program that supports multiple storage shortDescZh: 一个支持多存储的文件列表程序
type: tool shortDescEn: A file list program that supports multiple storage
crossVersionUpdate: true type: tool
limit: 0 crossVersionUpdate: true
recommend: 0 limit: 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/