https://github.com/helloxz/v8cdn
v8cdn的Docker镜像打包
https://github.com/helloxz/v8cdn
Last synced: about 1 month ago
JSON representation
v8cdn的Docker镜像打包
- Host: GitHub
- URL: https://github.com/helloxz/v8cdn
- Owner: helloxz
- License: apache-2.0
- Created: 2023-11-29T06:19:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T07:38:51.000Z (over 2 years ago)
- Last Synced: 2025-02-24T18:56:24.633Z (over 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v8cdn
v8cdn是一款Cloudflare Partner面板程序,v8cdn非本人开发,此项目是v8cdn的前后端Docker镜像打包,感谢原作者的贡献和分享。
## v8cdn项目
* 后端:[https://github.com/aoaostar/v8cdn](https://github.com/aoaostar/v8cdn)
* 前端:[https://github.com/aoaostar/v8cdn-panel](https://github.com/aoaostar/v8cdn-panel)
## docker-compose部署
```bash
# 使用git拉取此项目
git clone https://github.com/helloxz/v8cdn.git
# 进入v8cdn目录
cd v8cdn
# 根据自己的情况修改config/config.js和config/config.yaml
# 运行
docker-compose up -d
```