1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 02:11:04 +08:00
pooneyy 24ed5c9e9d
feat(apps): add description field to all application data files
- add english and chinese description fields to all application data files
- standardize yaml formatting and indentation across all files
- remove BOM characters from several files
- fix tag indentation in multiple files
- update architecture field formatting in DecoTV and wechat-selkies
- fix crossVersionUpdate value from False to false in gitlab applications
- improve description field formatting in billion-mail application
2025-11-06 22:24:44 +08:00
..
2024-12-12 21:27:56 +08:00
2024-05-21 03:03:36 +08:00
2024-05-21 03:03:36 +08:00

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 容器和相关数据即可。

文档