mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-21 18:37:41 +08:00
feat:添加小雅Alist到列表
This commit is contained in:
parent
a34502419b
commit
fb9c1c709c
26
apps/xiaoya/README.md
Normal file
26
apps/xiaoya/README.md
Normal file
@ -0,0 +1,26 @@
|
||||
# 使用说明
|
||||
|
||||
第一次安装会失败,需要手动获取所需配置。
|
||||
|
||||
**参考指南配置文件**:https://xiaoyaliu.notion.site/xiaoya-docker-69404af849504fa5bcf9f2dd5ecaa75f
|
||||
|
||||
然后编辑应用目录下`data`文件夹下的对应文件,重启容器即可
|
||||
|
||||
***
|
||||
# 原始相关
|
||||
|
||||
数据内容请参考:https://alist.xiaoya.pro
|
||||
|
||||
订阅我的tg频道获取最新消息: https://t.me/xiaoyaliu
|
||||
|
||||
- webdav 账号密码
|
||||
```
|
||||
用户: guest 密码: guest_Api789
|
||||
```
|
||||
重启就会自动更新数据库及搜索索引文件
|
||||
|
||||
```
|
||||
docker restart xiaoya
|
||||
```
|
||||
|
||||
[详细的配置指南请点击打开](https://www.notion.so/xiaoyaliu/xiaoya-docker-69404af849504fa5bcf9f2dd5ecaa75f)
|
||||
20
apps/xiaoya/data.yml
Normal file
20
apps/xiaoya/data.yml
Normal file
@ -0,0 +1,20 @@
|
||||
name: 小雅 Alist (xiaoya)
|
||||
tags:
|
||||
- 工具
|
||||
title: 基于 Alist 的网盘聚合站
|
||||
type: 工具
|
||||
description: 基于 Alist 的网盘聚合站
|
||||
additionalProperties:
|
||||
key: xiaoya
|
||||
name: 小雅 Alist (xiaoya)
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 基于 Alist 的网盘聚合站
|
||||
shortDescEn: Alist-based cloud disk aggregation station
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: http://alist.xiaoya.pro
|
||||
github: https://hub.docker.com/r/xiaoyaliu/alist
|
||||
document: https://www.notion.so/xiaoyaliu/xiaoya-docker-69404af849504fa5bcf9f2dd5ecaa75f
|
||||
2
apps/xiaoya/latest/.env.sample
Normal file
2
apps/xiaoya/latest/.env.sample
Normal file
@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="xiaoya"
|
||||
PANEL_APP_PORT_HTTP="40160"
|
||||
10
apps/xiaoya/latest/data.yml
Normal file
10
apps/xiaoya/latest/data.yml
Normal file
@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40160
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
0
apps/xiaoya/latest/data/myopentoken.txt
Normal file
0
apps/xiaoya/latest/data/myopentoken.txt
Normal file
0
apps/xiaoya/latest/data/mytoken.txt
Normal file
0
apps/xiaoya/latest/data/mytoken.txt
Normal file
0
apps/xiaoya/latest/data/temp_transfer_folder_id.txt
Normal file
0
apps/xiaoya/latest/data/temp_transfer_folder_id.txt
Normal file
22
apps/xiaoya/latest/docker-compose.yml
Normal file
22
apps/xiaoya/latest/docker-compose.yml
Normal file
@ -0,0 +1,22 @@
|
||||
version: '3'
|
||||
services:
|
||||
xiaoya:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:80"
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
#environment:
|
||||
# - HTTP_PROXY=${proxy_url}
|
||||
# - HTTPS_PROXY=${proxy_url}
|
||||
# - no_proxy=*.aliyundrive.com
|
||||
image: xiaoyaliu/alist:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
BIN
apps/xiaoya/logo.png
Normal file
BIN
apps/xiaoya/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user