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

View File

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

View File

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

View File

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

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"