All Projects → zihao-boy → zihao

zihao-boy / zihao

Licence: AGPL-3.0 license
The Zihao platform is a containerized management platform, including host resources, mirror warehouses, docker containers, monitoring, ci/cd construction, etc.

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
HTML
75241 projects
CSS
56736 projects

Labels

Projects that are alternatives of or similar to zihao

Docs
User documentation for Knative components.
Stars: ✭ 3,106 (+18170.59%)
Mutual labels:  paas
dokku-elasticsearch
an elasticsearch plugin for dokku
Stars: ✭ 82 (+382.35%)
Mutual labels:  paas
layer0
Build, Manage, and Deploy Your Applications
Stars: ✭ 40 (+135.29%)
Mutual labels:  paas
controller
Hephy Workflow Controller (API)
Stars: ✭ 14 (-17.65%)
Mutual labels:  paas
Mantle
Mantle is a framework for building massively scalable .NET-based applications that can be hosted either on-premises or on a variety of public cloud providers including Microsoft Azure and Amazon AWS.
Stars: ✭ 26 (+52.94%)
Mutual labels:  paas
dokku-http-auth
dokku plugin that gives the ability to manage HTTP basic auth for an application
Stars: ✭ 71 (+317.65%)
Mutual labels:  paas
Rainbond
Cloud-native and easy-to-use application management platform | 云原生且易用的应用管理平台
Stars: ✭ 2,871 (+16788.24%)
Mutual labels:  paas
paas-docker-cloudfoundry-tools
No description or website provided.
Stars: ✭ 30 (+76.47%)
Mutual labels:  paas
dokku-rethinkdb
a rethinkdb plugin for dokku
Stars: ✭ 42 (+147.06%)
Mutual labels:  paas
uploadcare-ios
UploadcareKit: iOS SDK for Uploadcare API
Stars: ✭ 24 (+41.18%)
Mutual labels:  paas
riser
The main repo for Riser, an opinionated app platform built on Kubernetes and Knative
Stars: ✭ 16 (-5.88%)
Mutual labels:  paas
dokku-mysql
a mysql plugin for dokku
Stars: ✭ 85 (+400%)
Mutual labels:  paas
tails
tails enables you to view, edit, and organize all your programming projects in one place
Stars: ✭ 20 (+17.65%)
Mutual labels:  paas
xxcloud
xxcloud,旨在整合数据中心异构虚拟化资源为统一的资源池,并在资源池上为用户提供各类IAAS、PAAS服务。
Stars: ✭ 64 (+276.47%)
Mutual labels:  paas
paas-aiven-broker
A service broker to provide Aiven Elasticsearch and InfluxDB services to Cloud Foundry users
Stars: ✭ 15 (-11.76%)
Mutual labels:  paas
Empire
A PaaS built on top of Amazon EC2 Container Service (ECS)
Stars: ✭ 2,660 (+15547.06%)
Mutual labels:  paas
distros.bid
A saas to create drupal websites in seconds using docker containers.
Stars: ✭ 16 (-5.88%)
Mutual labels:  paas
SPaaS
A Simple-PaaS similar to Heroku
Stars: ✭ 18 (+5.88%)
Mutual labels:  paas
CADLab Loyalty
This is a end to end Loyalty business scenario
Stars: ✭ 21 (+23.53%)
Mutual labels:  paas
barcelona
PaaS built on top of AWS
Stars: ✭ 46 (+170.59%)
Mutual labels:  paas

梓豪平台是一个docker 容器化管理平台 包括主机管理,手工制作镜像,镜像管理,ci/cd 构建和应用管理的paas平台。欢迎安装使用,也欢迎贡献!

qq:709574906

1.0 安装(install)

yum install -y wget && wget https://homecommunity.oss-cn-beijing.aliyuncs.com/install.sh && sh install.sh

或者

yum install -y wget && wget https://homecommunity.oss-cn-beijing.aliyuncs.com/install.sh -O zihaoinstall.sh && sh zihaoinstall.sh

2.0 如何访问(view)

访问地址 http://ip:7000 账号为 zihao 密码为 123456

3.0 演示地址(demo)

http://www.zihao.org.cn/ 账号 zihao 密码 123456

4.0 视频教程(video)

https://www.bilibili.com/video/BV1BM4y1w7Ti?spm_id_from=333.999.0.0

5.0 文档

梓豪相关文档

6.0 功能列表

1、多租户管理:在系统设置下添加不同的租户 权限分离,更加有利于不同团队管理不同的项目,相互不受影响;

2、多主机管理: 局域网多主机管理,包括linux 和window (window需要安装 openssh),包括各个主机中启动的容器,主机资源使用情况等;

3、web shell功能:web端集成shell 和cmd 操作能力 可以远程 操作服务器,不用再单独安装 shell客户端工具;

4、文件系统:让linux 系统就像window一样 界面化操作文件夹和文件,文件上传,下载,新建 ,编辑,删除,重名等功能呢;

5、应用管理:依赖强大的docker 容器能力,用镜像的方式交付,让管理docker容器更加方便,支持多主机 容器化部署,底层依赖k8s 等组件管理容器, 端口映射,磁盘映射,hosts,环境变量 界面化操作,简单方便不易出错;

6、ci/cd 持续集成功能:简化开发到项目部署的难度,通过webhook 等方式 开发者推代码后触发项目的编译 构建镜像,推镜像并发布到应用,通过企业 微信或者钉钉机器人的方式通知整个过程中的消息;

7、docker 镜像管理:镜像交付让运维的同事不再那么关注环境的差异而带来的各种问题,让升级回退扩容变的简单

8、mysql web 操作控制:我们将mysql 客户端在 web端实现,方便运维的同事登录梓豪平台即可操作数据库,避免设置复杂的网络等,也是为了将数据库 端口对外不开放来提高数据库的安全性

9、 数据备份功能 分为文件 和数据库备份 可以备份到 ftp oss 和mysql 数据库

10、实现ftp 客户端功能 文件操作包括上传下载 删除 重命名等

11、实现oss 客户端功能 文件操作包括上传下载 删除 等

12、加入waf功能

13、加入虚拟组网功能

14、加入dns 功能

未来我们还会加入很多有趣的功能。

7.0 系统截图

image

image

image

image

image

image

image

image

image

image

image

image

image

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].