mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
feat: update Qexo 3.6.1
This commit is contained in:
5
apps/qexo/3.6.1/.env.sample
Normal file
5
apps/qexo/3.6.1/.env.sample
Normal 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
10
apps/qexo/3.6.1/data.yml
Normal 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
|
||||
26
apps/qexo/3.6.1/docker-compose.yml
Normal file
26
apps/qexo/3.6.1/docker-compose.yml
Normal 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
|
||||
@@ -1,11 +1,15 @@
|
||||
# Qexo
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
> **使用说明**
|
||||
> 本应用需配合静态博客网站使用,安装时需要修改Docker-compose中的挂载卷-volumes参数,默认为hexo_data,请按需修改为博客应用APP的挂载卷地址。
|
||||
|
||||
**Qexo** 是一个快速、强大、美观的在线 **静态博客编辑器**。使用 GPL3.0 **开源**协议。支持包括且不限于在 **Vercel** 等平台部署, 为您的静态博客添加**动态**的元素
|
||||
|
||||

|
||||

|
||||
|
||||
- **文章管理~全新界面**
|
||||
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
# Qexo
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
> **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.
|
||||
|
||||
Reference in New Issue
Block a user