1 Star 0 Fork 0

Trexguo/lzc-mcdash

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifest.yml 859 Bytes
一键复制 编辑 原始数据 按行查看 历史
Trexguo 提交于 2024-11-23 23:07 +08:00 . init
lzc-sdk-version: "0.1"
name: Minecraft MCDash Server
package: cloud.lazycat.games.mcdash
version: 0.0.1
description: A MCDash server
license: https://choosealicense.com/licenses/apache-2.0/
homepage: https://mcdash.gnmyt.dev/
author: MCDash
application:
subdomain: mcdash
background_task: true
multi_instance: false
gpu_accel: true
kvm_accel: false
usb_accel: false
routes:
- /=http://mcdash.cloud.lazycat.games.mcdash.lzcapp:7865
public_path:
- /
ingress:
# - protocol: tcp
# port: 80
# service: mc
- protocol: tcp
port: 7865
service: mc
- protocol: tcp
port: 25565
service: mc
- protocol: udp
port: 25565
service: mc
services:
mcdash:
image: registry.lazycat.cloud/rex/germannewsmaker/mcdash:1.0.0
environment:
binds:
- /lzcapp/var/data:/app/data
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/trexguo/lzc-mcdash.git
git@gitee.com:trexguo/lzc-mcdash.git
trexguo
lzc-mcdash
lzc-mcdash
master

搜索帮助