你懂的!
 
 
 
Go to file
Q01 6cf8e48248
Update main.yml
2021-05-02 13:19:45 +08:00
.github/workflows Update main.yml 2021-05-02 13:19:45 +08:00
Dockerfile Mod: use slim image. 2021-05-02 12:38:10 +08:00
README.md Update README.md 2021-03-27 14:18:49 +08:00
app.py Remove: deps 2021-05-02 12:52:03 +08:00
index.html Add: github link. 2021-05-02 12:50:31 +08:00
requirements.txt Add files via upload 2021-03-27 11:31:35 +08:00

README.md

MobaXterm-GenKey

你懂的!!

本地启动

需要安装Python3!!!

pip install --no-cache-dir -r requirements.txt
python app.py

Docker

docker pull malaohu/mobaxterm-genkey
docker run -d -p 5000:5000 malaohu/mobaxterm-genkey

使用方法

生成LC

name -- 自定义用户名 ver -- 软件版本

访问IP:5000/gen/?name=malaohu&ver=21.0 接口返回一串字符串

下载文件

访问IP:5000/download/xxxxxxx xxxxxxx 为上面生成的字符串

生成&下载

IP:5000/?name=malaohu&ver=21.0

激活方式

直接放到软件目录即可!

核心内容来自:https://github.com/flygon2018/MobaXterm-keygen