{"id":14965331,"url":"https://github.com/luckman666/devops_kkit","last_synced_at":"2025-06-12T10:08:36.006Z","repository":{"id":100179068,"uuid":"180939192","full_name":"luckman666/devops_kkit","owner":"luckman666","description":"django2.1写的自动化运维系统","archived":false,"fork":false,"pushed_at":"2019-09-30T01:50:39.000Z","size":11883,"stargazers_count":52,"open_issues_count":0,"forks_count":28,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T06:41:24.601Z","etag":null,"topics":["devops","django2","html","python3","saltstack","ssh-server","webconsole","websocket"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luckman666.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-12T05:50:53.000Z","updated_at":"2023-03-21T11:35:14.000Z","dependencies_parsed_at":"2023-04-25T20:16:33.209Z","dependency_job_id":null,"html_url":"https://github.com/luckman666/devops_kkit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luckman666/devops_kkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckman666%2Fdevops_kkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckman666%2Fdevops_kkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckman666%2Fdevops_kkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckman666%2Fdevops_kkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luckman666","download_url":"https://codeload.github.com/luckman666/devops_kkit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckman666%2Fdevops_kkit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259444946,"owners_count":22858547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devops","django2","html","python3","saltstack","ssh-server","webconsole","websocket"],"created_at":"2024-09-24T13:34:35.882Z","updated_at":"2025-06-12T10:08:35.979Z","avatar_url":"https://github.com/luckman666.png","language":"JavaScript","readme":"\n# 本项目已经停止维护\n\n新推出全栈自动化运维项目kkitDeploy，请大家继续关注\n\nhttps://github.com/luckman666/kkitdeploy_server\n\n##########################################################################\n\n简单介绍一下自己之前写的一个全栈项目，框架用的是django2.1版本\n\n主要对paramiko模块，salstack的API二次开发。\n\n核心组件包括：\n\nMQ,mysql,websocket,redis,web控制台采用shellinabox。\n\n# 为了部署方便我已经把所有组件做成了docker镜像，有时候可能会因为mq启动顺序问题导致不成功。项目具体部署过程如下：\n\ngit clone https://github.com/luckman666/devops_kkit.git\n\ncd docker_deploy\n\ndocker-compose up -d\n\n#等待全部启动完毕如果访问出现502错误，那么执行下面语句\n\ndocker-compose restart kkit_app\n\n# 如需试用saltstack功能，需要自行安装并配置相关api，然后修改本目录的settings.py配置即可。\n\n该版核心功能如下：\n\n1、\t操作日志留存、审计、分析。\n\n2、\t动态分配临时账号，对服务器等资源进行临时授权。\n\n3、\t内部邮件系统。\n\n4、\tSsh，saltstack，web界面三种方式的控制操控渠道。\n\n5、\t内部通信及沟通机制。\n\n6、\t容器管理（没开发完成）。\n\n7、\t物理机、虚拟机等底层资源日志分析及审计。\n\n8、\t定时任务。\n\n9、\t管理员控制面板。\n\n有些内容没写全，因为要改写整个架构。\n\n初始账号123@123.com 密码123\n\n正在全新改写第三版，敬请期待！\n\n也在抓紧录制这个项目的教学视频！\n\n欢迎大家关注我个人的订阅号，会定期分享学习心得，相关案例信息!\n\n\n\n![index1](https://github.com/luckman666/devops_kkit/blob/master/gzh.jpg)\n管理员控制仪表板：\n![index2](https://github.com/luckman666/devops_kkit/blob/master/image/1.jpg) \n系统账号临时登录授权（内部邮件系统发送账号密码和临时token）：\n![index3](https://github.com/luckman666/devops_kkit/blob/master/image/2.jpg) \n动态图表监视任务情况：\n开始\n![index4](https://github.com/luckman666/devops_kkit/blob/master/image/3.jpg) \n结束：\n![index5](https://github.com/luckman666/devops_kkit/blob/master/image/4.jpg) \n\n日志系统可以查看主机系统日志，通过websocket反馈给页面，实现日志动态同步更新。但是我懒得弄了没写完。。。\n![index5](https://github.com/luckman666/devops_kkit/blob/master/image/5.jpg) \n\n批量命令及文件传输下载：\n![index5](https://github.com/luckman666/devops_kkit/blob/master/image/6.jpg) \n![index5](https://github.com/luckman666/devops_kkit/blob/master/image/7.jpg) \n![index5](https://github.com/luckman666/devops_kkit/blob/master/image/8.jpg) \n文件下载\n![index5](https://github.com/luckman666/devops_kkit/blob/master/image/9.jpg) \nsaltstack相信大家不会陌生吧，我对这个实用工具也进行的集成：\n![index5](https://github.com/luckman666/devops_kkit/blob/master/image/10.jpg) \nsaltstack相信大家不会陌生吧，我对这个实用工具也进行的集成：\n\n批量执行shell脚本\n\n![index5](https://github.com/luckman666/devops_kkit/blob/master/image/11.jpg) \n\n一个简单的CMD系统：\n\n![index5](https://github.com/luckman666/devops_kkit/blob/master/image/12.jpg) \n\n\n简单的工单系统：\n\n\n![index5](https://github.com/luckman666/devops_kkit/blob/master/image/13.jpg) \n报修工单列表：\n![index5](https://github.com/luckman666/devops_kkit/blob/master/image/14.jpg) \n\n\n编辑工单\n![index5](https://github.com/luckman666/devops_kkit/blob/master/image/15.jpg) \n下面的一些关于审计的模块没有来的及写。\n![index5](https://github.com/luckman666/devops_kkit/blob/master/image/16.jpg) \n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckman666%2Fdevops_kkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluckman666%2Fdevops_kkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckman666%2Fdevops_kkit/lists"}