Giter Site home page Giter Site logo

flynndarren / dst-admin-go Goto Github PK

View Code? Open in Web Editor NEW

This project forked from carrot-hu23/dst-admin-go

0.0 0.0 0.0 2.37 MB

饥荒联机开服面板 (go 版本),支持开启多个房间,一个面板管理多个房间,提供可视化创建世界和模组,并提供玩家日志采集和统计

License: Apache License 2.0

Shell 1.45% Python 10.24% Lua 2.94% Go 85.36%

dst-admin-go's Introduction

dst-admin-go

饥荒联机版管理后台Go版本

Date: 2023/05/11

在线预览地址 http://1.12.223.51:8080/ (admin 123456)

使用go编写的饥荒管理面板,部署简单,占用内存少,界面美观,操作简单,提供可视化界面操作房间配置和模组在线配置,支持多房间管理

部署

目前多房间版本还有些bug没有修复(等单房间功能稳定后在迁移过来), 萌新勿用

注意目录必须要有读写权限。

二进制部署

一键部署

目前只支持 centos。感谢 SubTel提供的脚本 dst-admin-go一键部署脚本centos版本.sh 支持 systemctl 命令

wget https://github.com/hujinbo23/dst-admin-go/releases/download/1.1.6.hotfix/dst-admin-go.centos.sh

docker 部署

此版本是单房间版本,安装后记得在页面系统设置把64位改成32启动,64位启动暂时还有问题

docker pull hujinbo23/dst-admin-go
docker run -d -p8082:8082 hujinbo23/dst-admin-go

预览

首页效果 首页效果 首页效果 首页效果 统计效果 面板效果 日志效果

运行

修改config.yml

#端口
port: 8082
database: dst-db

运行

go mod tidy
go run main.go

打包

window 打包

window 下打包 Linux 二进制

打开 cmd
set GOARCH=amd64
set GOOS=linux

go build

请作者喝一杯咖啡

WeChat Pay

WeChat Pay

QQ群 反馈交流

首页效果

dst-admin-go's People

Contributors

carrot-hu23 avatar tsangkam avatar xdujiang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.