feat: 新增第三方应用 MSLX - #15
Open
luluxiaoyu wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR 描述
提交新增 MSLX 面板的 Docker 应用配置,包含完整的
app.json、docker-compose.yml及相关资源文件。以下为应用详情说明:📝 应用简介
MSLX 是一款跨平台、多功能的服务端进程管理面板。它不仅是搭建 Minecraft 服务器的利器,更能轻松托管各类控制台程序。原生支持 MC Java 版(原版/插件/模组核心)及基岩版自动化构建,内置 FRP 内网穿透,支持自动化数据备份与实例状态监控,让复杂运维化繁为简。
🏷️ 镜像版本
docker.mslmc.cn/xiaoyululu/mslx-daemon:latest⚙️ 主要环境变量说明
应用遵循宝塔商店规范,核心环境变量均通过
app.json动态生成至.env:PANEL_PORT: 面板外部访问端口(默认1027),负责将宿主机端口映射至容器内部固定的1027端口。APP_PATH: 应用数据存储目录,统一将${APP_PATH}/data挂载至容器内的/app/DaemonData,确保数据持久化与后续备份迁移的安全。TZ: 容器内时区设置,默认固定为Asia/Shanghai。CPUS/MEMORY_LIMIT: 接收用户在面板填写的 CPU 与内存限制配置,通过deploy.resources进行约束。HOST_IP: 宝塔内置变量,根据用户是否勾选“允许外部访问”动态分配0.0.0.0或127.0.0.1。🔗 是否有依赖
✅ 测试情况