feat: Optimize the Waline installation package
This commit is contained in:
parent
9d40230629
commit
c6a1ab1493
BIN
python.zip
BIN
python.zip
Binary file not shown.
|
|
@ -10,7 +10,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:8360
|
- ${PANEL_APP_PORT_HTTP}:8360
|
||||||
environment:
|
environment:
|
||||||
- SQLITE_PATH=/app/data # 默认值,不建议修改(如果修改,则需要手动将waline.sqlite挂载到这个目录下)
|
- SQLITE_PATH=/app/data
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
- JWT_TOKEN=${JWT_TOKEN}
|
- JWT_TOKEN=${JWT_TOKEN}
|
||||||
- COMMENT_AUDIT=${COMMENT_AUDIT}
|
- COMMENT_AUDIT=${COMMENT_AUDIT}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ title: 一款简洁、安全的评论系统
|
||||||
description: 一款简洁、安全的评论系统
|
description: 一款简洁、安全的评论系统
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
key: waline
|
key: waline
|
||||||
name: waline
|
name: Waline
|
||||||
tags:
|
tags:
|
||||||
- Tool
|
- Tool
|
||||||
shortDescZh: 一款简洁、安全的评论系统
|
shortDescZh: 一款简洁、安全的评论系统
|
||||||
|
|
|
||||||
BIN
waline/logo.png
BIN
waline/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 4.1 KiB |
Loading…
Reference in New Issue