feat: update Qexo 3.6.1

This commit is contained in:
arch3rPro
2025-07-08 22:30:49 +08:00
parent b649bf0f81
commit a34ec22780
5 changed files with 51 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
CONTAINER_NAME="hexo"
PANEL_APP_PORT_HTTP="40064"
DATA_PATH="./data"
GIT_USERNAME="gituser"
GIT_MAIL="user@email.com"

10
apps/qexo/3.6.1/data.yml Normal file
View File

@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 40078
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,26 @@
services:
qexo:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8000"
volumes:
- ./db:/app/db
- hexo_data:/app/hexo_data
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
- WORKERS=4
- THREADS=4
image: abudulin/qexo:3.6.1
labels:
createdBy: "Apps"
volumes:
hexo_data:
name: hexo_data
networks:
1panel-network:
external: true

View File

@@ -1,11 +1,15 @@
# Qexo # Qexo
![](https://s2.loli.net/2024/07/19/r1XJPHnYANKbcRl.png)
![](https://img.shields.io/badge/Copyright-arch3rPro-ff9800?style=flat&logo=github&logoColor=white)
> **使用说明** > **使用说明**
> 本应用需配合静态博客网站使用安装时需要修改Docker-compose中的挂载卷-volumes参数默认为hexo_data请按需修改为博客应用APP的挂载卷地址。 > 本应用需配合静态博客网站使用安装时需要修改Docker-compose中的挂载卷-volumes参数默认为hexo_data请按需修改为博客应用APP的挂载卷地址。
**Qexo** 是一个快速、强大、美观的在线 **静态博客编辑器**。使用 GPL3.0 **开源**协议。支持包括且不限于在 **Vercel** 等平台部署, 为您的静态博客添加**动态**的元素 **Qexo** 是一个快速、强大、美观的在线 **静态博客编辑器**。使用 GPL3.0 **开源**协议。支持包括且不限于在 **Vercel** 等平台部署, 为您的静态博客添加**动态**的元素
![Dashboard](https://s2.loli.net/2024/07/19/r1XJPHnYANKbcRl.png) ![](https://s2.loli.net/2024/07/19/r1XJPHnYANKbcRl.png)
- **文章管理~全新界面** - **文章管理~全新界面**

View File

@@ -1,4 +1,9 @@
# Qexo # Qexo
![](https://s2.loli.net/2024/07/19/r1XJPHnYANKbcRl.png)
![](https://img.shields.io/badge/Copyright-arch3rPro-ff9800?style=flat&logo=github&logoColor=white)
> **Note:** > **Note:**
> >
>This application needs to be used with a static blog website. When installing, you need to modify the volumes parameter in the Docker-compose file. The default is hexo_data. Please modify it to the mount volume path of the blog application as needed. >This application needs to be used with a static blog website. When installing, you need to modify the volumes parameter in the Docker-compose file. The default is hexo_data. Please modify it to the mount volume path of the blog application as needed.