mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
feat:调整Meting-API
This commit is contained in:
parent
e96cf7b0a7
commit
687c3ce518
@ -1,15 +1,14 @@
|
||||
name: Meting
|
||||
name: Meting-API
|
||||
tags:
|
||||
- 工具
|
||||
title: 开源音乐API服务
|
||||
type: 工具
|
||||
description: Meting 是一个开源的音乐 API 服务
|
||||
- 实用工具
|
||||
title: 开源的音乐 API 服务
|
||||
description: 开源的音乐 API 服务
|
||||
additionalProperties:
|
||||
key: meting
|
||||
name: Meting
|
||||
key: meting-api
|
||||
name: Meting-API
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 开源音乐API服务
|
||||
shortDescZh: 开源的音乐 API 服务
|
||||
shortDescEn: Open-source music API service
|
||||
type: tool
|
||||
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:
|
||||
formFields:
|
||||
- default: "3000"
|
||||
- default: "40246"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
@ -1,6 +1,6 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
meting:
|
||||
meting-api:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
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