📦 新增 AList 应用
This commit is contained in:
parent
67685ff2f7
commit
756ef6ab6d
20
apps/alist/3.41.0/data.yml
Normal file
20
apps/alist/3.41.0/data.yml
Normal file
@ -0,0 +1,20 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 5244
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
label: WebUI 端口
|
||||
- default: 5426
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_S3
|
||||
labelEn: S3 Port
|
||||
labelZh: S3 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
label: S3 端口
|
20
apps/alist/3.41.0/docker-compose.yml
Normal file
20
apps/alist/3.41.0/docker-compose.yml
Normal file
@ -0,0 +1,20 @@
|
||||
services:
|
||||
alist:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: xhofe/alist:v3.41.0
|
||||
restart: always
|
||||
networks:
|
||||
- chish-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:5244"
|
||||
- "${PANEL_APP_PORT_S3}:5426"
|
||||
volumes:
|
||||
- ./data/data:/opt/alist/data
|
||||
- ./data/mnt:/mnt/data
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
networks:
|
||||
chish-network:
|
||||
external: true
|
42
apps/alist/README.md
Normal file
42
apps/alist/README.md
Normal file
@ -0,0 +1,42 @@
|
||||
# 账号密码
|
||||
|
||||
容器列表点击 `终端` 按钮,进入容器内执行命令设置密码。
|
||||
|
||||
- **生成随机密码**:`./alist admin random`
|
||||
- **手动设置密码**:`./alist admin set NEW_PASSWORD`
|
||||
|
||||
# AList
|
||||
|
||||
AList 是一个支持多种存储,支持网页浏览和 WebDAV 的文件列表程序,由 gin 和 Solidjs 驱动。
|
||||
|
||||
## 支持的存储:
|
||||
|
||||
- 本地存储
|
||||
- [阿里云盘](https://www.aliyundrive.com/)
|
||||
- OneDrive / Sharepoint([国际版](https://www.office.com/), [世纪互联](https://portal.partner.microsoftonline.cn),de,us)
|
||||
- [天翼云盘](https://cloud.189.cn) (个人云, 家庭云)
|
||||
- [GoogleDrive](https://drive.google.com/)
|
||||
- [123云盘](https://www.123pan.com/)
|
||||
- FTP / SFTP
|
||||
- [PikPak](https://www.mypikpak.com/)
|
||||
- [S3](https://aws.amazon.com/cn/s3/)
|
||||
- [Seafile](https://seafile.com/)
|
||||
- [又拍云对象存储](https://www.upyun.com/products/file-storage)
|
||||
- WebDav(支持无API的OneDrive/SharePoint)
|
||||
- Teambition([中国](https://www.teambition.com/ ),[国际](https://us.teambition.com/ ))
|
||||
- [分秒帧](https://www.mediatrack.cn/)
|
||||
- [和彩云](https://yun.139.com/) (个人云, 家庭云)
|
||||
- [Yandex.Disk](https://disk.yandex.com/)
|
||||
- [百度网盘](http://pan.baidu.com/)
|
||||
- [UC网盘](https://drive.uc.cn)
|
||||
- [夸克网盘](https://pan.quark.cn)
|
||||
- [迅雷网盘](https://pan.xunlei.com)
|
||||
- [蓝奏云](https://www.lanzou.com/)
|
||||
- [阿里云盘分享](https://www.aliyundrive.com/)
|
||||
- [谷歌相册](https://photos.google.com/)
|
||||
- [Mega.nz](https://mega.nz)
|
||||
- [一刻相册](https://photo.baidu.com/)
|
||||
- SMB
|
||||
- [115](https://115.com/)
|
||||
- Cloudreve
|
||||
- [Dropbox](https://www.dropbox.com/)
|
16
apps/alist/data.yml
Normal file
16
apps/alist/data.yml
Normal file
@ -0,0 +1,16 @@
|
||||
name: AList
|
||||
tags:
|
||||
- 云储存
|
||||
title: 支持多存储的文件列表程序和私人网盘
|
||||
description: 支持多存储的文件列表程序和私人网盘
|
||||
additionalProperties:
|
||||
key: alist
|
||||
name: AList
|
||||
tags:
|
||||
- Storage
|
||||
shortDesc: 支持多存储的文件列表程序和私人网盘
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 65
|
||||
website: https://alist.nn.ci/
|
BIN
apps/alist/logo.png
Normal file
BIN
apps/alist/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
x
Reference in New Issue
Block a user