https://github.com/miboqiang130/miuzcserver
miuzc音乐播放器的云端服务
https://github.com/miboqiang130/miuzcserver
lua luajit nginx rsa server-side
Last synced: about 2 months ago
JSON representation
miuzc音乐播放器的云端服务
- Host: GitHub
- URL: https://github.com/miboqiang130/miuzcserver
- Owner: miboqiang130
- License: mit
- Created: 2024-05-27T05:41:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T07:15:03.000Z (about 2 years ago)
- Last Synced: 2025-01-28T14:48:17.838Z (over 1 year ago)
- Topics: lua, luajit, nginx, rsa, server-side
- Language: Lua
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# miuzcServer
miuzc 的服务端
## 安装
1. 服务基于 **nginx** + **openresty**的[lua_nginx_module](https://github.com/openresty/lua-nginx-module),请先安装
2. 准备好音乐目录和歌词目录
3. 将项目拉到服务器,并在 nginx 配置中引入本项目内的 nginx.conf
```
http {
...
default_type application/octet-stream;
include /home/project/path/nginx.conf;
}
```
4. 修改项目 nginx.conf 文件中 lua 文件的路径()以及 nginx 变量
5. 启动 nginx
## 相关链接
- [miuzcPC](https://github.com/miboqiang130/miuzcPC): PC 端音乐播放器