diff --git a/apps/dujiaoka/2.0.7/data.yml b/apps/dujiaoka/2.0.7/data.yml new file mode 100644 index 000000000..efdeb2f90 --- /dev/null +++ b/apps/dujiaoka/2.0.7/data.yml @@ -0,0 +1,17 @@ +additionalProperties: + formFields: + - default: "/home/acg-faka" + edit: true + envKey: ACG_FAKA_ROOT_PATH + labelZh: 数据持久化路径 + labelEn: Data persistence path + required: true + type: text + - default: 8080 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelZh: WebUI 端口 + labelEn: WebUI port + required: true + rule: paramPort + type: number diff --git a/apps/dujiaoka/2.0.7/docker-compose.yml b/apps/dujiaoka/2.0.7/docker-compose.yml new file mode 100644 index 000000000..f41e02964 --- /dev/null +++ b/apps/dujiaoka/2.0.7/docker-compose.yml @@ -0,0 +1,22 @@ +version: "3.8" + +networks: + 1panel-network: + external: true + +services: + acg-faka: + image: qyg2297248353/acg-faka:v1.3.1 + container_name: ${CONTAINER_NAME} + labels: + createdBy: "Apps" + restart: always + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:80 + env_file: + - /etc/1panel/envs/global.env + - ${ENV_FILE:-/etc/1panel/envs/default.env} + volumes: + - ${ACG_FAKA_ROOT_PATH}/data:/var/www/html diff --git a/apps/dujiaoka/2.0.7/scripts/init.sh b/apps/dujiaoka/2.0.7/scripts/init.sh new file mode 100644 index 000000000..77b849120 --- /dev/null +++ b/apps/dujiaoka/2.0.7/scripts/init.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/apps/dujiaoka/2.0.7/scripts/uninstall.sh b/apps/dujiaoka/2.0.7/scripts/uninstall.sh new file mode 100644 index 000000000..c86c4fbca --- /dev/null +++ b/apps/dujiaoka/2.0.7/scripts/uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/apps/dujiaoka/2.0.7/scripts/upgrade.sh b/apps/dujiaoka/2.0.7/scripts/upgrade.sh new file mode 100644 index 000000000..77b849120 --- /dev/null +++ b/apps/dujiaoka/2.0.7/scripts/upgrade.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/apps/dujiaoka/README.md b/apps/dujiaoka/README.md new file mode 100644 index 000000000..61ed8d670 --- /dev/null +++ b/apps/dujiaoka/README.md @@ -0,0 +1,35 @@ +# 独角数卡 + +🦄独角数卡(自动售货系统)-开源站长自动化售货解决方案、高效、稳定、快速!🚀🚀🎉🎉 + +![异次元店铺系统](https://file.lifebus.top/imgs/dujiaoka_cover.png) + +![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue) + +## 接口集成 + ++ 支付宝当面付 ++ 支付宝PC支付 ++ 支付宝手机支付 ++ payjs微信扫码. ++ Paysapi(支付宝/微信). ++ 码支付(QQ/支付宝/微信) ++ 微信企业扫码支付 ++ Paypal支付(默认美元) ++ V免签支付 ++ 全网易支付支持(通用彩虹版) ++ stripe + +## 环境说明 + ++ Redis 支持 + +## 安装说明 + +> 后台路径 `/admin` +> 默认管理员账号 admin +> 默认管理员密码 admin + +--- + +![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) diff --git a/apps/dujiaoka/data.yml b/apps/dujiaoka/data.yml new file mode 100644 index 000000000..33b015383 --- /dev/null +++ b/apps/dujiaoka/data.yml @@ -0,0 +1,18 @@ +name: 独角数卡 +title: 独角数卡(自动售货系统)-开源站长自动化售货解决方案、高效、稳定、快速! +description: 独角数卡(自动售货系统)-开源站长自动化售货解决方案、高效、稳定、快速! +additionalProperties: + key: dujiaoka + name: 独角数卡 + tags: + - WebSite + - Tool + - Local + shortDescZh: 独角数卡(自动售货系统)-开源站长自动化售货解决方案、高效、稳定、快速! + shortDescEn: Dujiaoka (Automatic Vending System) - Open source webmaster automatic vending solution, efficient, stable, fast! + type: website + crossVersionUpdate: true + limit: 0 + website: https://github.com/assimon/dujiaoka/ + github: https://github.com/assimon/dujiaoka/ + document: https://github.com/assimon/dujiaoka/ diff --git a/apps/dujiaoka/logo.png b/apps/dujiaoka/logo.png new file mode 100644 index 000000000..15ef52ae0 Binary files /dev/null and b/apps/dujiaoka/logo.png differ