mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
feat:添加moments到列表
This commit is contained in:
parent
233d87ab24
commit
97f025a259
3
apps/moments1/0.0.7/.env.sample
Normal file
3
apps/moments1/0.0.7/.env.sample
Normal file
@ -0,0 +1,3 @@
|
||||
CONTAINER_NAME="moments"
|
||||
PANEL_APP_PORT_HTTP="40217"
|
||||
DATA_PATH="./data"
|
17
apps/moments1/0.0.7/data.yml
Normal file
17
apps/moments1/0.0.7/data.yml
Normal 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
|
20
apps/moments1/0.0.7/docker-compose.yml
Normal file
20
apps/moments1/0.0.7/docker-compose.yml
Normal 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
7
apps/moments1/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
# 使用说明
|
||||
|
||||
- 账户密码
|
||||
```
|
||||
username: admin
|
||||
password: a123456
|
||||
```
|
19
apps/moments1/data.yml
Normal file
19
apps/moments1/data.yml
Normal 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
|
3
apps/moments1/latest/.env.sample
Normal file
3
apps/moments1/latest/.env.sample
Normal file
@ -0,0 +1,3 @@
|
||||
CONTAINER_NAME="moments"
|
||||
PANEL_APP_PORT_HTTP="40217"
|
||||
DATA_PATH="./data"
|
17
apps/moments1/latest/data.yml
Normal file
17
apps/moments1/latest/data.yml
Normal 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
|
20
apps/moments1/latest/docker-compose.yml
Normal file
20
apps/moments1/latest/docker-compose.yml
Normal 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
BIN
apps/moments1/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
Loading…
Reference in New Issue
Block a user