Giter VIP home page Giter VIP logo

luban's Introduction

项目简介

pigs 小飞猪运维平台3.0, 本项目使用Go1.15.x、 Gin、Gorm开发, 前端使用的是Vue3+Ant Design2.2.x框架。

使用说明

  1. 安装编译
# 拉取代码
git clone https://github.com/small-flying-pigs/pigs.git

# 打包
cd pigs
go build main.go -o ./pigs
or
GOOS=windows GOARCH=amd64 go build main.go ./pigs

# 启动
./pigs

# 启动前端
cd pigs/pigs_fe
npm run dev
  1. 启动服务前先创建etc/config.yaml
# 数据库配置
mysql:
  path: '192.168.1.96:3306'
  db-name: 'pigs'
  username: 'root'
  password: '123456'

目前已经实现的功能

  • 用户登录、LDAP
  • 权限管理

Demo地址

http://115.231.236.19

账号: [email protected] 密码: test1234

首页

avatar

仪表盘

avatar

资产管理

avatar

远程连接

avatar

集群管理

avatar

集群详情

avatar

节点列表

avatar

Features

Roadmap

历史版本详情

  • K8S多集群管理
  • 应用发布(分批发布、版本回退)
  • 资产管理
  • 作业系统
  • 审批流

Contributing

对于项目感兴趣,想一起贡献并完善项目请参阅contributing

Support

  • 参考安装文档
  • 阅读 源码
  • 阅读 wiki 或者寻求帮助
  • 直接反馈issue ,我们会定期查看与答复
  • 有兴趣的同学可以加入我们的QQ交流群,代码会持续更新,谢谢大家的支持。 QQ群: 258130203

FAQ

License

Everything is Apache License 2.0.

luban's People

Contributors

gujiwork avatar zijiwork avatar eagle9527 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.