1
0
Fork 0

🙄添加应用meting-api

This commit is contained in:
LiuShen 2025-06-25 00:51:53 +08:00
parent fa81e976cf
commit 878ba10b71
8 changed files with 72 additions and 2 deletions

View File

@ -5,7 +5,7 @@ title: 支持多家云存储的云盘系统
description: 支持多家云存储的云盘系统
additionalProperties:
key: cloudreve
name: Cloudreve
name: Cloudreve-mysql
tags:
- Storage
shortDescZh: 支持多家云存储的云盘系统此应用为兼容mariadb和mysql专用

24
meting-api/README.md Normal file
View File

@ -0,0 +1,24 @@
# Meting
## 简介
Meting 是一个开源的音乐 API 服务。
## 安装步骤
1. 确保已经安装并配置好 Docker 和 1Panel。
2. 按照提示填写相关配置参数并完成安装。
3. 反向代理时添加如下内容
```
location /meting/ {
proxy_pass http://localhost:3000/;
proxy_set_header X-Forwarded-Host $scheme://$host:$server_port/meting;
}
```
## 升级
- 目前没有升级脚本,直接重新部署最新版本即可。
## 卸载
- 删除 Docker 容器和相关数据即可。
## 文档
- 详细使用文档请参考 [官方文档](https://github.com/xizeyoupan/Meting-API)。

19
meting-api/data.yml Normal file
View File

@ -0,0 +1,19 @@
name: Meting-API
tags:
- 实用工具
title: 开源的音乐 API 服务
description: 开源的音乐 API 服务
additionalProperties:
key: meting-api
name: Meting-API
tags:
- Tool
shortDescZh: 开源的音乐 API 服务
shortDescEn: Open-source music API service
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://github.com/xizeyoupan/Meting-API
github: https://github.com/xizeyoupan/Meting-API
document: https://github.com/xizeyoupan/Meting-API

View File

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

View File

@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: "40246"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -0,0 +1,15 @@
services:
meting-api:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
image: intemd/meting-api:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

BIN
meting-api/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -5,7 +5,7 @@ title: Google Analytics 的简单、快速、注重隐私的替代方案
description: Google Analytics 的简单、快速、注重隐私的替代方案
additionalProperties:
key: umami
name: Umami
name: Umami-mysql
tags:
- Tool
shortDescZh: Google Analytics 的简单、快速、注重隐私的替代方案