diff --git a/apps/qexo/3.6.1/.env.sample b/apps/qexo/3.6.1/.env.sample new file mode 100644 index 0000000..f6c6fa5 --- /dev/null +++ b/apps/qexo/3.6.1/.env.sample @@ -0,0 +1,5 @@ +CONTAINER_NAME="hexo" +PANEL_APP_PORT_HTTP="40064" +DATA_PATH="./data" +GIT_USERNAME="gituser" +GIT_MAIL="user@email.com" diff --git a/apps/qexo/3.6.1/data.yml b/apps/qexo/3.6.1/data.yml new file mode 100644 index 0000000..4849c55 --- /dev/null +++ b/apps/qexo/3.6.1/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: 40078 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + required: true + rule: paramPort + type: number \ No newline at end of file diff --git a/apps/qexo/3.6.1/docker-compose.yml b/apps/qexo/3.6.1/docker-compose.yml new file mode 100644 index 0000000..580513a --- /dev/null +++ b/apps/qexo/3.6.1/docker-compose.yml @@ -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 \ No newline at end of file diff --git a/apps/qexo/README.md b/apps/qexo/README.md index 6addb7c..1aae5b2 100644 --- a/apps/qexo/README.md +++ b/apps/qexo/README.md @@ -1,11 +1,15 @@ # 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的挂载卷地址。 **Qexo** 是一个快速、强大、美观的在线 **静态博客编辑器**。使用 GPL3.0 **开源**协议。支持包括且不限于在 **Vercel** 等平台部署, 为您的静态博客添加**动态**的元素 -![Dashboard](https://s2.loli.net/2024/07/19/r1XJPHnYANKbcRl.png) +![](https://s2.loli.net/2024/07/19/r1XJPHnYANKbcRl.png) - **文章管理~全新界面** diff --git a/apps/qexo/README_en.md b/apps/qexo/README_en.md index 5c7a909..61ee232 100644 --- a/apps/qexo/README_en.md +++ b/apps/qexo/README_en.md @@ -1,4 +1,9 @@ # 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:** > >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.