ghauth icon indicating copy to clipboard operation
ghauth copied to clipboard

轻量的MC服务器yggdrasil验证/皮肤加载解决方案

Results 10 ghauth issues
Sort by recently updated
recently updated
newest added

Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.12.6 to 5.21.8. Changelog Sourced from systeminformation's changelog. Changelog Major Changes - Version 5 New Functions audio() detailed audio information bluetoothDevices() detailed information detected bluetooth devices dockerImages()...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.6.0 to 6.11.3. Release notes Sourced from mongoose's releases. 6.10.1 / 2023-03-03 fix: avoid removing empty query filters in $and and $or #13086 #12898 fix(schematype): fixed validation...

dependencies

我希望能添加一個從blessing-skin服務器向ghauth遷移數據的功能。 I'm requesting for a method/feature to migrate player data from blessing-skin server to ghauth.

enhancement
help wanted

# 添加docker部署方式 ## 包含内容 - docker-compose部署 - docker部署 - readme更新 ## 存在的潜在问题 - 在config.yml中,mongodb的host配置十分难以定位,因此为了可以正常运行,Dockerfile中粗暴地将所有的`host: 127.0.0.1`替换,可能会存在潜在问题 - 可能的解决方式:config.yml中,mongodb配置节下的`host: 127.0.0.1`替换为`host: 127.0.0.1 #mongo host`或者其他存在唯一行的特征的内容方便Dockerfile中使用sed替换,redis配置节同理。 - 在`src/install/install.js`中,有些地方使用例如`fs.existsSync('./install.lock')`的方式定位文件,有的地方使用`path.join(__dirname, '../config/config.yml')`的方式定位文件。后一种定位文件的方式存在`__dirname`路径是`src/install`的问题,例如config.yml会定位到`src/config/config.yml`,实际上这个路径并不存在。暂时没有好的办法,先在Dockerfile中粗暴地将它替换掉了。

**Is your feature request related to a problem? Please describe.** sqlite相比于Mongodb更加轻量 而且mongodb可能在一些平台无法顺利的安装(比如centos9) **Describe the solution you'd like** 加一个使用sqlite的参数和对应功能 **Describe alternatives you've considered** snap或者flatpak安装mongodb

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** 我服务器里有一部分玩家看不懂中文,所以我希望能有添加多语言支持。 **Describe the solution you'd like** 我希望能添加多语言支持(配置全局语言或者单个用户语言)。

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** 玩家无法修改游戏内名称 **Describe the solution you'd like** 固定玩家uuid,而允许玩家修改游戏内名称

enhancement
help wanted
low priority