爱影CMS 测试

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
萌森 2024-08-13 12:34:58 +08:00
parent 07fb32c1df
commit c3a50a6032
8 changed files with 109 additions and 0 deletions

View File

@ -0,0 +1,25 @@
additionalProperties:
formFields:
- default: "/home/iycms"
edit: true
envKey: IYCMS_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 80
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number
- default: 21007
edit: true
envKey: PANEL_APP_PORT_ADMIN
labelZh: 管理端口
labelEn: Admin port
required: true
rule: paramPort
type: number

View File

@ -0,0 +1,20 @@
version: "3.8"
networks:
1panel-network:
external: true
services:
iycms:
image: qyg2297248353/iycms:v3.3.44
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
- ${PANEL_APP_PORT_HTTP}:8080
volumes:
- ${IYCMS_ROOT_PATH}/data:/app/iycms

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

7
apps/iycms/README.md Normal file
View File

@ -0,0 +1,7 @@
# 爱影CMS
![](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)
---
![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)

17
apps/iycms/data.yml Normal file
View File

@ -0,0 +1,17 @@
name: 爱影CMS
title: 高性能高并发永久免费影视CMS
description: 高性能高并发永久免费影视CMS
additionalProperties:
key: iycms
name: 爱影CMS
tags:
- WebSite
- Local
shortDescZh: 高性能高并发永久免费影视CMS
shortDescEn: High-performance high-concurrency permanent free video CMS
type: website
crossVersionUpdate: true
limit: 0
website: https://www.iycms.com/
github: https://www.iycms.com/
document: https://www.iycms.com/

BIN
apps/iycms/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB