diff --git a/apps/Lucky/data.yml b/apps/Lucky/data.yml deleted file mode 100644 index 52ff4d69..00000000 --- a/apps/Lucky/data.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Lucky -tags: - - 实用工具 -title: Lucky 的核心程序完全采用 Golang 实现,具有高效、稳定、跨平台等优点。其后台前端则采用 Vue3.2 技术进行开发,具有良好的用户体验和响应速度。此外,Lucky 的管理后台采用前后端分离的架构,第三方开发者也可以自由使用OpenToken轻松调用Lucky的各种功能接口。 -type: 实用工具 -description: Lucky 的核心程序完全采用 Golang 实现,具有高效、稳定、跨平台等优点。其后台前端则采用 Vue3.2 技术进行开发,具有良好的用户体验和响应速度。此外,Lucky 的管理后台采用前后端分离的架构,第三方开发者也可以自由使用OpenToken轻松调用Lucky的各种功能接口。 -additionalProperties: - key: Lucky - name: Lucky - tags: - - Tool - shortDescZh: Lucky 的核心程序完全采用 Golang 实现,具有高效、稳定、跨平台等优点。其后台前端则采用 Vue3.2 技术进行开发,具有良好的用户体验和响应速度。此外,Lucky 的管理后台采用前后端分离的架构,第三方开发者也可以自由使用OpenToken轻松调用Lucky的各种功能接口。 - type: Tool - crossVersionUpdate: true - limit: 0 - recommend: 0 - website: https://lucky666.cn/ - github: https://github.com/gdy666/lucky - document: https://lucky666.cn/docs/intro \ No newline at end of file diff --git a/apps/Lucky/latest/data.yml b/apps/Lucky/latest/data.yml deleted file mode 100644 index 20d23b72..00000000 --- a/apps/Lucky/latest/data.yml +++ /dev/null @@ -1,33 +0,0 @@ -additionalProperties: - formFields: - - default: ./data - edit: true - envKey: DATA_PATH - labelEn: Data folder path - labelZh: 数据文件夹路径 - required: true - type: text - - default: 16601 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Console Port - labelZh: 控制台端口 - required: true - rule: paramPort - type: number - - default: 1880 - edit: true - envKey: PANEL_APP_PORT_HTTP1 - labelEn: HTTP Port - labelZh: HTTP端口 - required: true - rule: paramPort - type: number - - default: 18443 - edit: true - envKey: PANEL_APP_PORT_HTTP2 - labelEn: HTTPS Port - labelZh: HTTPS端口 - required: true - rule: paramPort - type: number \ No newline at end of file diff --git a/apps/Lucky/latest/docker-compose.yml b/apps/Lucky/latest/docker-compose.yml deleted file mode 100644 index 57633170..00000000 --- a/apps/Lucky/latest/docker-compose.yml +++ /dev/null @@ -1,19 +0,0 @@ -version: "3" -services: - blossom: - container_name: ${CONTAINER_NAME} - restart: always #重启策略 - networks: - - 1panel-network - ports: - - "${PANEL_APP_PORT_HTTP1}:80" - - "${PANEL_APP_PORT_HTTP}:16601" - - "${PANEL_APP_PORT_HTTP2}:443" - volumes: - - /DATA_PATH/luckyconf/:/goodluck - image: gdy666/lucky #镜像 - labels: - createdBy: Apps -networks: - 1panel-network: - external: true \ No newline at end of file diff --git a/apps/Lucky/logo.png b/apps/Lucky/logo.png deleted file mode 100644 index de2ba23b..00000000 Binary files a/apps/Lucky/logo.png and /dev/null differ diff --git a/apps/lucky/2.6.2/.env.sample b/apps/lucky/2.6.2/.env.sample new file mode 100644 index 00000000..de3e6402 --- /dev/null +++ b/apps/lucky/2.6.2/.env.sample @@ -0,0 +1,3 @@ +CONTAINER_NAME="lucky" +PANEL_APP_PORT_HTTP="16601" +DATA_PATH="./data" diff --git a/apps/lucky/2.6.2/data.yml b/apps/lucky/2.6.2/data.yml new file mode 100644 index 00000000..c6038c4c --- /dev/null +++ b/apps/lucky/2.6.2/data.yml @@ -0,0 +1,17 @@ +additionalProperties: + formFields: + - default: 16601 + disabled: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + required: true + rule: paramPort + type: number + - default: ./data + edit: true + envKey: DATA_PATH + labelEn: Data folder path + labelZh: 数据文件夹路径 + required: true + type: text diff --git a/apps/lucky/2.6.2/docker-compose.yml b/apps/lucky/2.6.2/docker-compose.yml new file mode 100644 index 00000000..48d04c76 --- /dev/null +++ b/apps/lucky/2.6.2/docker-compose.yml @@ -0,0 +1,11 @@ +version: '3' +services: + lucky: + container_name: ${CONTAINER_NAME} + restart: always + network_mode: host + volumes: + - ${DATA_PATH}/luckyconf:/goodluck + image: gdy666/lucky:2.6.2 + labels: + createdBy: "Apps" diff --git a/apps/Lucky/README.md b/apps/lucky/README.md similarity index 97% rename from apps/Lucky/README.md rename to apps/lucky/README.md index 2aac0657..6c2ff8bc 100644 --- a/apps/Lucky/README.md +++ b/apps/lucky/README.md @@ -119,15 +119,3 @@ Lucky 的核心程序完全采用 Golang 实现,具有高效、稳定、跨平 ```bash docker run -d --name lucky --restart=always --net=host -v /root/luckyconf:/goodluck gdy666/lucky ``` - - - - - - - - - - - - diff --git a/apps/lucky/data.yml b/apps/lucky/data.yml new file mode 100644 index 00000000..0dabb845 --- /dev/null +++ b/apps/lucky/data.yml @@ -0,0 +1,20 @@ +name: Lucky +tags: + - 工具 +title: 软硬路由公网神器 +type: 工具 +description: 软硬路由公网神器 +additionalProperties: + key: lucky + name: Lucky + tags: + - Tool + shortDescZh: 软硬路由公网神器 + shortDescEn: A software and hard routing public network artifact + type: tool + crossVersionUpdate: true + limit: 0 + recommend: 0 + website: https://lucky666.cn + github: https://github.com/gdy666/lucky + document: https://lucky666.cn/docs/intro diff --git a/apps/lucky/latest/.env.sample b/apps/lucky/latest/.env.sample new file mode 100644 index 00000000..de3e6402 --- /dev/null +++ b/apps/lucky/latest/.env.sample @@ -0,0 +1,3 @@ +CONTAINER_NAME="lucky" +PANEL_APP_PORT_HTTP="16601" +DATA_PATH="./data" diff --git a/apps/lucky/latest/data.yml b/apps/lucky/latest/data.yml new file mode 100644 index 00000000..c6038c4c --- /dev/null +++ b/apps/lucky/latest/data.yml @@ -0,0 +1,17 @@ +additionalProperties: + formFields: + - default: 16601 + disabled: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + required: true + rule: paramPort + type: number + - default: ./data + edit: true + envKey: DATA_PATH + labelEn: Data folder path + labelZh: 数据文件夹路径 + required: true + type: text diff --git a/apps/lucky/latest/docker-compose.yml b/apps/lucky/latest/docker-compose.yml new file mode 100644 index 00000000..5b6c6282 --- /dev/null +++ b/apps/lucky/latest/docker-compose.yml @@ -0,0 +1,11 @@ +version: '3' +services: + lucky: + container_name: ${CONTAINER_NAME} + restart: always + network_mode: host + volumes: + - ${DATA_PATH}/luckyconf:/goodluck + image: gdy666/lucky:latest + labels: + createdBy: "Apps" diff --git a/apps/lucky/logo.png b/apps/lucky/logo.png new file mode 100644 index 00000000..e30ebe40 Binary files /dev/null and b/apps/lucky/logo.png differ