准备应用 独角数卡

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
萌森 2024-08-20 19:04:38 +08:00
parent 9b98321743
commit 1b69ebc73f
8 changed files with 132 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi

View File

@ -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

35
apps/dujiaoka/README.md Normal file
View File

@ -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)

18
apps/dujiaoka/data.yml Normal file
View File

@ -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/

BIN
apps/dujiaoka/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB