⬆️ 更新 AList
This commit is contained in:
parent
7007f193eb
commit
ba82141d96
@ -2,7 +2,4 @@
|
||||
CONTAINER_NAME=alist
|
||||
|
||||
# 网页端口
|
||||
PANEL_APP_PORT_HTTP=5244
|
||||
|
||||
# S3 端口
|
||||
PANEL_APP_PORT_S3=5426
|
||||
PANEL_APP_PORT_HTTP=5244
|
@ -14,12 +14,4 @@ additionalProperties:
|
||||
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
|
@ -14,7 +14,6 @@ services:
|
||||
- chish-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:5244"
|
||||
- "${PANEL_APP_PORT_S3}:5426"
|
||||
volumes:
|
||||
- ./data/data:/opt/alist/data
|
||||
- ./data/mnt:/mnt/data
|
||||
|
@ -1,14 +1,9 @@
|
||||
name: AList
|
||||
tags:
|
||||
- 工具
|
||||
- 云储存
|
||||
title: 一个支持多存储的文件列表程序
|
||||
description: 一个支持多存储的文件列表程序
|
||||
additionalProperties:
|
||||
key: alist
|
||||
name: AList
|
||||
tags:
|
||||
- Tool
|
||||
- 工具
|
||||
- 云存储
|
||||
shortDescZh: 一个支持多存储的文件列表程序
|
||||
shortDescEn: A file list program that supports multiple storage
|
||||
type: tool
|
||||
|
Loading…
x
Reference in New Issue
Block a user