首次推出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

3
lucky/CHANGELOG.md Normal file
View File

@@ -0,0 +1,3 @@
### v2.8.0 (2024-03-23)
- 首次推出

6
lucky/DOCS.md Normal file
View File

@@ -0,0 +1,6 @@
# Lucky(万吉)
## 配置说明
### 更改此主机上由加载项开放的端口
- 默认端口号16601
官方使用说明:[使用指南](https://lucky666.cn/docs/intro)

25
lucky/README.md Normal file
View File

@@ -0,0 +1,25 @@
# 冬瓜甄选addons: Lucky(万吉)
## 关于
Lucky最初是作为一个小工具由开发者为自己的个人使用而开发用于替代socat在小米路由AX6000官方系统上实现公网IPv6转内网IPv4的功能。Lucky的设计始终致力于让更多的Linux嵌入式设备运行以实现或集成个人用户常用功能降低用户的硬件和软件操作学习成本同时引导使用者注意网络安全。随着版本更新和网友反馈Lucky不断迭代改进拥有更多功能和更好的性能成为用户值得信赖的工具。
Lucky 的核心程序完全采用 Golang 实现,具有高效、稳定、跨平台等优点。其后台前端则采用 Vue3.2 技术进行开发具有良好的用户体验和响应速度。此外Lucky 的管理后台采用前后端分离的架构第三方开发者也可以自由使用OpenToken轻松调用Lucky的各种功能接口。
## 功能
- 端口转发
- 动态域名(DDNS)
- Web服务
- Stun内网穿透
- 网络唤醒
- 计划任务
- ACME自动证书
- 网络存储
## 来源
https://github.com/gdy666/lucky

20
lucky/config.yaml Normal file
View File

@@ -0,0 +1,20 @@
name: Lucky(万吉)
version: 2.8.0
slug: lucky
codenotary: wghaos@163.com
description: '替代socat,IPv6 tcp/udp 转发内网IPv4,动态域名服务'
url: https://gitcode.com/waxgourd/addons
image: wghaos/lucky
init: false
boot: manual
arch:
- aarch64
- amd64
- armv7
#webui: "[PROTO:http]://[HOST]:[PORT:16601]"
ports:
16601/tcp: 16601
ingress: true
ingress_port: 16601
panel_icon: 'mdi:server-network'
host_network: true

BIN
lucky/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
lucky/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,3 @@
### hostmode (2024-03-23)
- 首次推出

21
xiaoya-alist/DOCS.md Normal file
View 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
View 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
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?

BIN
xiaoya-alist/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
xiaoya-alist/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View 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.

View 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: >-
代理。