feat:调整Meting-API

This commit is contained in:
okxlin 2024-05-21 03:03:36 +08:00
parent e96cf7b0a7
commit 687c3ce518
7 changed files with 11 additions and 12 deletions

View File

@ -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

View File

@ -0,0 +1,2 @@
CONTAINER_NAME="meting-api"
PANEL_APP_PORT_HTTP="40246"

View File

@ -1,6 +1,6 @@
additionalProperties:
formFields:
- default: "3000"
- default: "40246"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port

View File

@ -1,6 +1,6 @@
version: '3.8'
services:
meting:
meting-api:
container_name: ${CONTAINER_NAME}
restart: always
networks:

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -1,2 +0,0 @@
CONTAINER_NAME="meting"
PANEL_APP_PORT_HTTP="3000"