Code Monkey home page Code Monkey logo

supervisoradmin's Introduction

Intro

把supervisord 统一管理 保留原管理平台的功能

requirement

  • Python3+
  • Flask
  • redis
  • pyyaml

部署代码,安装依赖

git clone https://github.com/doomzhou/SupervisorAdmin.git

cd SupervisorAdmin

pip install -r requirements.t

关于配置文件

cp config.yaml.example config.yaml

AppDebugOption : False              # Debug开关
Host           : 0.0.0.0
Port           : 5001
Redis:                              # Redis 配置项
    Host: 127.0.0.1
    Port: 6379
    Auth: redisauthkey              # 需要配置Redis密码验证
DBPrefix: prefix
SecretKey: wtfsecret                # key is wtf
Token_expire: 3600                  # 登录session超时时间 

## mail server for userinvite       需要邮件邀请功请配置
Email:
    From: [email protected]
    Pass: noreply'spassword
    Smtpser: smtp.exmail.qq.com
    Smtpport: 465

运行

python app.py

初始化登录

user: [email protected]

password: admin

#####另:请及时修改密码

Screenshots

cap1

cap2

cap3

supervisoradmin's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

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