feat:添加moments到列表

This commit is contained in:
okxlin 2024-04-24 00:40:18 +08:00
parent 233d87ab24
commit 97f025a259
9 changed files with 106 additions and 0 deletions

View File

@ -0,0 +1,3 @@
CONTAINER_NAME="moments"
PANEL_APP_PORT_HTTP="40217"
DATA_PATH="./data"

View File

@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: 40217
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text

View File

@ -0,0 +1,20 @@
version: '3'
services:
moments1:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
volumes:
- "${DATA_PATH}:/app/data"
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
image: kingwrcy/moments:0.0.7
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

7
apps/moments1/README.md Normal file
View File

@ -0,0 +1,7 @@
# 使用说明
- 账户密码
```
username: admin
password: a123456
```

19
apps/moments1/data.yml Normal file
View File

@ -0,0 +1,19 @@
name: Moments
tags:
- 建站
title: 极简朋友圈
description: 极简朋友圈
additionalProperties:
key: moments1
name: Moments
tags:
- WebSite
shortDescZh: 极简朋友圈
shortDescEn: Minimalist blogosphere platform
type: website
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://m.mblog.club
github: https://github.com/kingwrcy/moments
document: https://github.com/kingwrcy/moments

View File

@ -0,0 +1,3 @@
CONTAINER_NAME="moments"
PANEL_APP_PORT_HTTP="40217"
DATA_PATH="./data"

View File

@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: 40217
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text

View File

@ -0,0 +1,20 @@
version: '3'
services:
moments1:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
volumes:
- "${DATA_PATH}:/app/data"
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
image: kingwrcy/moments:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

BIN
apps/moments1/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB