mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
首次推出lucky、xiaoya-alist
This commit is contained in:
3
xiaoya-alist/CHANGELOG.md
Normal file
3
xiaoya-alist/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
### hostmode (2024-03-23)
|
||||
|
||||
- 首次推出
|
||||
21
xiaoya-alist/DOCS.md
Normal file
21
xiaoya-alist/DOCS.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# 小雅Alist
|
||||
|
||||
## 配置说明
|
||||
|
||||
1. 软路由盒子类似 n1 等,具有 openwrt环境 (可以终端上一键配置)
|
||||
1. NAS 等具有docker插件 (无法或很难登入终端,需要图形化自行配置)
|
||||
1. 云服务器也就是俗称的 vps (可以终端上一键配置)
|
||||
|
||||
|
||||
## 安装说明
|
||||
|
||||
加载项一键安装和更新
|
||||
|
||||
端口:5678
|
||||
访问: http://xxxxx:5678/ (xxxx 为你alist所在设备的 IP)
|
||||
|
||||
webdav 账号密码
|
||||
用户: guest 密码: guest_Api789
|
||||
|
||||
重启就会自动更新数据库及搜索索引文件
|
||||
docker restart xiaoya
|
||||
8
xiaoya-alist/README.md
Normal file
8
xiaoya-alist/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# 冬瓜甄选addons: 小雅Alist
|
||||
|
||||
## 关于
|
||||
一个口碑级的alist应用
|
||||
|
||||
## 来源
|
||||
- 镜像:https://hub.docker.com/r/xiaoyaliu/alist
|
||||
- 文档:https://xiaoyaliu.notion.site/xiaoya-docker-69404af849504fa5bcf9f2dd5ecaa75f
|
||||
37
xiaoya-alist/config.yaml
Normal file
37
xiaoya-alist/config.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
name: 小雅Alist
|
||||
version: hostmode
|
||||
slug: xiaoya-alist
|
||||
codenotary: wghaos@163.com
|
||||
description: '一个口碑级的alist应用'
|
||||
url: https://gitcode.com/waxgourd/addons
|
||||
image: wghaos/xiaoya-alist
|
||||
init: false
|
||||
host_network: true
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
webui: "[PROTO:http]://[HOST]:[PORT:5678]"
|
||||
ports:
|
||||
5678/tcp: 5678
|
||||
2345/tcp: 2345
|
||||
2346/tcp: 2346
|
||||
environment:
|
||||
no_proxy: "*.aliyundrive.com"
|
||||
boot: manual
|
||||
options:
|
||||
alipan_token: ""
|
||||
alipan_refresh_token: ""
|
||||
alipan_folder_id: ""
|
||||
pikpak_email: ""
|
||||
pikpak_mobile: ""
|
||||
docker_address_ext: ""
|
||||
proxy: ""
|
||||
schema:
|
||||
alipan_token: str
|
||||
alipan_refresh_token: str
|
||||
alipan_folder_id: str
|
||||
pikpak_email: str?
|
||||
pikpak_mobile: str?
|
||||
docker_address_ext: str?
|
||||
proxy: str?
|
||||
BIN
xiaoya-alist/icon.png
Normal file
BIN
xiaoya-alist/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
xiaoya-alist/logo.png
Normal file
BIN
xiaoya-alist/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
30
xiaoya-alist/translations/en.yaml
Normal file
30
xiaoya-alist/translations/en.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
configuration:
|
||||
alipan_token:
|
||||
name: alipan_token
|
||||
description: >-
|
||||
alipan token.
|
||||
alipan_folder_id:
|
||||
name: alipan_folder_id
|
||||
description: >-
|
||||
alipan folder id.
|
||||
alipan_refresh_token:
|
||||
name: alipan_refresh_token
|
||||
description: >-
|
||||
alipan refresh token.
|
||||
pikpak_email:
|
||||
name: pikpak_email
|
||||
description: >-
|
||||
pikpak_email.
|
||||
pikpak_mobile:
|
||||
name: pikpak_mobile
|
||||
description: >-
|
||||
pikpak mobile.
|
||||
docker_address_ext:
|
||||
name: docker_address_ext
|
||||
description: >-
|
||||
docker address ext.
|
||||
proxy:
|
||||
name: proxy
|
||||
description: >-
|
||||
proxy.
|
||||
30
xiaoya-alist/translations/zh-Hans.yaml
Normal file
30
xiaoya-alist/translations/zh-Hans.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
configuration:
|
||||
alipan_token:
|
||||
name: 阿里云盘token
|
||||
description: >-
|
||||
阿里云盘token。
|
||||
alipan_folder_id:
|
||||
name: 阿里云盘folderid
|
||||
description: >-
|
||||
阿里云盘folderid。
|
||||
alipan_refresh_token:
|
||||
name: 阿里云盘刷新令牌
|
||||
description: >-
|
||||
阿里云盘刷新令牌。
|
||||
pikpak_email:
|
||||
name: pikpak邮箱
|
||||
description: >-
|
||||
pikpak 邮箱地址。
|
||||
pikpak_mobile:
|
||||
name: pikpak手机号码
|
||||
description: >-
|
||||
pikpak 手机号码。
|
||||
docker_address_ext:
|
||||
name: docker地址文本
|
||||
description: >-
|
||||
docker 地址文本。
|
||||
proxy:
|
||||
name: 代理
|
||||
description: >-
|
||||
代理。
|
||||
Reference in New Issue
Block a user