Giter Site home page Giter Site logo

mj-plus-admin's Introduction

midjourney-plus-admin

midjourney-plus 的管理后台

主要功能

  • 支持MJ账户的增删改查功能
  • 支持MJ账户的详细信息查询和账户同步操作
  • 支持MJ账户的并发队列设置
  • 支持MJ的任务查询

后续计划

  • 任务查询功能优化
  • 支持MJ的账户settings修改
  • 支持MJ的队列内容查询
  • ...

使用示例

①登录页

登录页

②欢迎页

欢迎页

③账户管理

账户管理

④添加账户

添加账户

⑤账户详情

账户详情

⑥任务列表

任务列表

部署方式

1.运行环境

支持 Linux、MacOS、Windows 系统(可在Linux服务器上长期运行),同时需安装 node18

(1) 克隆项目代码:

git clone https://github.com/litter-coder/midjourney-proxy-admin
cd midjourney-proxy-admin/

(2) 安装依赖 :

npm install

2.配置

配置文件在根目录的.env中:

# 账户名
ADMIN_NAME=admin
# 密码
PASS_WORD=123456
# MJ-SERVER
MJ_SERVER=http://127.0.0.1:8080
# mj.api-secret
UMI_APP_MJ_API_SECRET=123456

3.运行

使用nohup命令在后台运行程序:

nohup npm run start > out.log 2>&1 & disown
# 在后台运行程序

4.其他

1.查看进程

ps -ef | grep npm

2.结束进程

kill -9 [进程id]

mj-plus-admin's People

Watchers

huaixia18 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.