Remake Repository

This commit is contained in:
arch3rPro
2025-06-30 23:37:03 +08:00
parent d593e04bd7
commit e98d0faf79
420 changed files with 55489 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# Qexo
> **使用说明**
> 本应用需配合静态博客网站使用,安装时需要修改Docker-compose中的挂载卷-volumes参数,默认为hexo_data,请按需修改为博客应用APP的挂载卷地址。
**Qexo** 是一个快速、强大、美观的在线 **静态博客编辑器**。使用 GPL3.0 **开源**协议。支持包括且不限于在 **Vercel** 等平台部署, 为您的静态博客添加**动态**的元素
![Dashboard](https://s2.loli.net/2024/07/19/r1XJPHnYANKbcRl.png)
- **文章管理~全新界面**
3.0版本的 Qexo 重新设计了文章编辑页面, 您可以更优雅地进行文章编辑
支持多种图床上传, 上传尽在弹指之间
![PostEditor](https://s2.loli.net/2024/07/19/q3LlJutFDCvpbMh.png)
- **缓存功能~速度至上**
支持将文章、页面、配置索引一键缓存至数据库, 保证您的高速访问
Webhook 全自动清除缓存, 时刻保持数据最新
- **麻雀虽小~五脏俱全**
- 模块化架构
- 支持多种 Hexo、Hugo、Valaxy 托管商 Github、Gitlab、本地
- 多种图床协议支持 Github、S3、FTP、远程API
- Markdown 语法 + 多种编辑界面, 所见即所得
- 全新界面 黑夜/白天 一键切换
- 多形式推送 Bark、Telegram、Pushdeer、Wechat...
- reCaptcha 防止垃圾信息侵害
- 友情链接 前端申请, 一键接入
- 自动更新 简单方便, 保持最新
- 自定字段 / 站点统计 / 页面管理 / 配置编辑
- 评论通知 / 图片上传 / 标识生成 / API 拓展
+36
View File
@@ -0,0 +1,36 @@
# 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.
**Qexo** is a fast, powerful and beautiful online **static blog editor**. Uses the GPL3.0 **Open Source** license. Support includes and is not limited to deployment on platforms such as **Vercel**, adding **dynamic** elements to your static blogs
![Dashboard](https://s2.loli.net/2024/07/19/r1XJPHnYANKbcRl.png)
- **Article Management ~ New Interface**
Version 3.0 of Qexo redesigned the post editing page, you can edit posts more elegantly.
Support multiple image uploading, uploading is just a click away!
![PostEditor](https://s2.loli.net/2024/07/19/q3LlJutFDCvpbMh.png)
- **Cache function ~ speed is the most important thing**
Supports caching articles, pages and configuration indexes to database, ensuring your high-speed access.
Webhook fully automatic cache clearing, always keep your data up-to-date.
- **Smaller than a sparrow ~ complete in every way**
- Modularized Architecture
- Supports multiple Hexo, Hugo, Valaxy hosts Github, Gitlab, Local
- Multiple graph bed protocols support Github, S3, FTP, remote APIs
- Markdown syntax + multiple editing interfaces, what you see is what you get.
- New interface: Night/Day with one click
- Multi-format push Bark, Telegram, Pushdeer, Wechat...
- reCaptcha Spam Prevention
- Links Front-end application, one-click access
- Automatic update Easy and convenient, keep the latest
- Customized Fields / Site Statistics / Page Management / Configuration Editing
- Comment Notification / Image Upload / Logo Generation / API Expansion
+22
View File
@@ -0,0 +1,22 @@
ZXname: Qexo
tags:
- 建站
title: 快速、强大、美观的在线静态博客编辑器
description: 快速、强大、美观的在线静态博客编辑器
additionalProperties:
key: qexo
name: Qexo
tags:
- Website
shortDescZh: 快速、强大、美观的在线静态博客编辑器
shortDescEn: A fast, powerful & beautiful online static blog editor
description:
zh: Qexo 是一个快速、强大、美观的在线静态博客编辑器。
en: Qexo is a fast, powerful, and beautiful online static blog editor.
type: website
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://www.oplog.cn/qexo/
github: https://github.com/Qexo/Qexo
document: https://www.oplog.cn/qexo/start.html
+5
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
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
+26
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:latest
labels:
createdBy: "Apps"
volumes:
hexo_data:
name: hexo_data
networks:
1panel-network:
external: true
Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB