mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-14 02:20:30 +08:00
refactor: 删除应用
This commit is contained in:
parent
126bcc5d31
commit
b33c4ab635
@ -1,12 +0,0 @@
|
|||||||
# Hexo
|
|
||||||
|
|
||||||
> A fast, simple & powerful blog framework, powered by [Node.js](https://nodejs.org).
|
|
||||||
|
|
||||||
## More Information
|
|
||||||
|
|
||||||
- Read the [documentation](https://hexo.io/)
|
|
||||||
- Visit the [Awesome Hexo](https://github.com/hexojs/awesome-hexo) list
|
|
||||||
- Find solutions in [troubleshooting](https://hexo.io/docs/troubleshooting.html)
|
|
||||||
- Join discussion on [Google Group](https://groups.google.com/group/hexo), [Discord](https://discord.gg/teM2Anj), [Gitter](https://gitter.im/hexojs/hexo) or [Telegram](https://t.me/hexojs)
|
|
||||||
- See the [plugin list](https://hexo.io/plugins/) and the [theme list](https://hexo.io/themes/) on wiki
|
|
||||||
- Follow [@hexojs](https://twitter.com/hexojs) for latest news
|
|
@ -1,20 +0,0 @@
|
|||||||
name: Hexo
|
|
||||||
tags:
|
|
||||||
- 建站
|
|
||||||
title: 快速、简洁且高效的博客框架
|
|
||||||
type: 建站
|
|
||||||
description: 快速、简洁且高效的博客框架
|
|
||||||
additionalProperties:
|
|
||||||
key: hexo
|
|
||||||
name: Hexo
|
|
||||||
tags:
|
|
||||||
- WebSite
|
|
||||||
shortDescZh: 快速、简洁且高效的博客框架
|
|
||||||
shortDescEn: A fast, simple & powerful blog framework
|
|
||||||
type: website
|
|
||||||
crossVersionUpdate: true
|
|
||||||
limit: 0
|
|
||||||
recommend: 0
|
|
||||||
website: https://hexo.io/
|
|
||||||
github: https://github.com/hexojs/hexo
|
|
||||||
document: https://hexo.io/docs/
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.2 KiB |
@ -1,24 +0,0 @@
|
|||||||
additionalProperties:
|
|
||||||
formFields:
|
|
||||||
- default: 40064
|
|
||||||
edit: true
|
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
|
||||||
labelEn: Port
|
|
||||||
labelZh: 端口
|
|
||||||
required: true
|
|
||||||
rule: paramPort
|
|
||||||
type: number
|
|
||||||
- default: ""
|
|
||||||
edit: true
|
|
||||||
envKey: GIT_USERNAME
|
|
||||||
labelEn: Git username
|
|
||||||
labelZh: Git 用户名
|
|
||||||
required: true
|
|
||||||
type: text
|
|
||||||
- default: ""
|
|
||||||
edit: true
|
|
||||||
envKey: GIT_MAIL
|
|
||||||
labelEn: Git Email
|
|
||||||
labelZh: Git 邮箱
|
|
||||||
required: true
|
|
||||||
type: text
|
|
@ -1,24 +0,0 @@
|
|||||||
version: '3'
|
|
||||||
services:
|
|
||||||
hexo:
|
|
||||||
container_name: ${CONTAINER_NAME}
|
|
||||||
restart: always
|
|
||||||
networks:
|
|
||||||
- 1panel-network
|
|
||||||
ports:
|
|
||||||
- "${PANEL_APP_PORT_HTTP}:4000"
|
|
||||||
volumes:
|
|
||||||
- "./data:/app"
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=Asia/Shanghai
|
|
||||||
- GIT_USER=${GIT_USERNAME}
|
|
||||||
- GIT_EMAIL=${GIT_MAIL}
|
|
||||||
image: bloodstar/hexo:stable-23-07-01
|
|
||||||
labels:
|
|
||||||
createdBy: "Apps"
|
|
||||||
|
|
||||||
networks:
|
|
||||||
1panel-network:
|
|
||||||
external: true
|
|
Loading…
x
Reference in New Issue
Block a user