Skip to content

sosohime/pal_host_save_fix_front

Repository files navigation

帕鲁本地服务存档迁移至社区服务器

依赖

  • nodejs >=16.18.1
  • python3
  • rust

使用方法

  1. 用户逐个登陆本地服务器,按修改时间确认自己的存档<old_uid>

  2. 用户逐个登陆新建的社区服务器,记录自己新生成的<new_uid>

  3. 本地存档压缩为zip后上传,格式如下图 上传 压缩包格式

  4. <old_uid>后面输入<new_uid> uid

  5. 等待生成

  6. 点击下载,享受

部署

  1. 记录自己安装uesave的bin路径(如'/Users/heyesheng/.cargo/bin/uesave'),替换掉api/pal/fix.ts中的UE_SAVE_PATH配置

  2. 修改后的存档会压缩放到./fixed目录中,需要nginx做一下代理,访问/download/xxx.zip直接下载

Setup

安装uesave(依赖rust)

cargo install --git https://github.com/trumank/uesave-rs.git

Install the dependencies:

pnpm install

Get Started

Start the dev server:

pnpm dev

Build the app for production:

pnpm build

production bff

pnpm start

For more information, see the Modern.js documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published