mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-14 05:12:19 +08:00
feat:调整Meting-API
This commit is contained in:
parent
e96cf7b0a7
commit
687c3ce518
@ -1,15 +1,14 @@
|
|||||||
name: Meting
|
name: Meting-API
|
||||||
tags:
|
tags:
|
||||||
- 工具
|
- 实用工具
|
||||||
title: 开源音乐API服务
|
title: 开源的音乐 API 服务
|
||||||
type: 工具
|
description: 开源的音乐 API 服务
|
||||||
description: Meting 是一个开源的音乐 API 服务
|
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
key: meting
|
key: meting-api
|
||||||
name: Meting
|
name: Meting-API
|
||||||
tags:
|
tags:
|
||||||
- Tool
|
- Tool
|
||||||
shortDescZh: 开源音乐API服务
|
shortDescZh: 开源的音乐 API 服务
|
||||||
shortDescEn: Open-source music API service
|
shortDescEn: Open-source music API service
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
2
apps/meting-api/latest/.env.sample
Normal file
2
apps/meting-api/latest/.env.sample
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CONTAINER_NAME="meting-api"
|
||||||
|
PANEL_APP_PORT_HTTP="40246"
|
@ -1,6 +1,6 @@
|
|||||||
additionalProperties:
|
additionalProperties:
|
||||||
formFields:
|
formFields:
|
||||||
- default: "3000"
|
- default: "40246"
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: Port
|
labelEn: Port
|
@ -1,6 +1,6 @@
|
|||||||
version: '3.8'
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
meting:
|
meting-api:
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
@ -1,2 +0,0 @@
|
|||||||
CONTAINER_NAME="meting"
|
|
||||||
PANEL_APP_PORT_HTTP="3000"
|
|
Loading…
Reference in New Issue
Block a user