首次推出lucky、xiaoya-alist

This commit is contained in:
waxgourd
2024-03-27 17:51:18 +08:00
parent 1ac8e5249c
commit 514e1f6e91
14 changed files with 183 additions and 0 deletions

37
xiaoya-alist/config.yaml Normal file
View 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?