1
0

Merge arch3rPro/1Panel-Appstore into localApps

This commit is contained in:
pooneyy
2025-06-15 21:57:00 +08:00
275 changed files with 50769 additions and 0 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/latest/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:latest
labels:
createdBy: "Apps"
volumes:
hexo_data:
name: hexo_data
networks:
1panel-network:
external: true