All Projects → humpback → Humpback Web

humpback / Humpback Web

Licence: apache-2.0
Docker management website

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Humpback Web

Angular Admin Lte
AdminLte for Angular 2
Stars: ✭ 109 (+51.39%)
Mutual labels:  angular2, adminlte
Vue Admin Beautiful
🚀🚀🚀vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus主线版本基于element-plus、element-ui、ant-design-vue三者并行开发维护,同时支持电脑,手机,平板,切换分支查看不同的vue版本,element-plus版本已发布(vue3,vue3.0,vue,vue3.x,vue.js)
Stars: ✭ 10,968 (+15133.33%)
Mutual labels:  adminlte
Django Dashboard Adminlte
AdminLTE Django - Open-source seed project | AppSeed
Stars: ✭ 51 (-29.17%)
Mutual labels:  adminlte
Novo Elements
UI Repository for Bullhorn's Novo Theme
Stars: ✭ 59 (-18.06%)
Mutual labels:  angular2
Ng2 Bootstrap Modal
Library to simplify the work with bootstrap modal dialogs
Stars: ✭ 53 (-26.39%)
Mutual labels:  angular2
Ng2 Breadcrumbs
A breadcrumb service for the Angular 7 router
Stars: ✭ 61 (-15.28%)
Mutual labels:  angular2
Laravel Adminlte Components
Laravel Blade Components For AdminLTE Bootstrap Admin Template
Stars: ✭ 50 (-30.56%)
Mutual labels:  adminlte
Angular I18next
angular v2.0+ integration with i18next v8.4+
Stars: ✭ 69 (-4.17%)
Mutual labels:  angular2
Angular2 Tinymce
Angular 2 component for TinyMCE MCE WYSIWYG editor
Stars: ✭ 66 (-8.33%)
Mutual labels:  angular2
Angular2 Tree Diagram
Angular Hierarchical UI module
Stars: ✭ 50 (-30.56%)
Mutual labels:  angular2
Root Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Root is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 54 (-25%)
Mutual labels:  angular2
Adminlte Rails Template
Rails template application of an admin panel with the AdminLTE theme integrated.
Stars: ✭ 53 (-26.39%)
Mutual labels:  adminlte
Yii2 Adminlte Asset
AdminLTE Asset Bundle for Backend Theme in Yii2 Framework
Stars: ✭ 1,124 (+1461.11%)
Mutual labels:  adminlte
Ngautocomplete
Light-weight autocomplete component for Angular.
Stars: ✭ 52 (-27.78%)
Mutual labels:  angular2
Laravel Adminlte
Almsaeed's AdminLTE Template for Sleeping Owl Admin Generator plugin for Laravel 5
Stars: ✭ 66 (-8.33%)
Mutual labels:  adminlte
Awesome Angular
📄 A curated list of awesome Angular resources
Stars: ✭ 8,160 (+11233.33%)
Mutual labels:  angular2
Until Destroy
🦊 RxJS operator that unsubscribe from observables on destroy
Stars: ✭ 1,071 (+1387.5%)
Mutual labels:  angular2
Laravelinventry
Stock management application using Laravel 5.4
Stars: ✭ 60 (-16.67%)
Mutual labels:  adminlte
Egeo
EGEO is the open-source UI library used to build Stratio's UI. It includes UI Components, Utilities, Services and much more to build user interfaces quickly and with ease. The library is distributed in AoT mode.
Stars: ✭ 69 (-4.17%)
Mutual labels:  angular2
Adminlte Keycloak Theme
A Keycloak theme based on the AdminLTE UI library
Stars: ✭ 68 (-5.56%)
Mutual labels:  adminlte

Introduction

作为 Humpback 的直观展现,基于 Angular2AdminLTE 构建的用于管理 docker 的网站。

Usage

git clone https://github.com/humpback/humpback-web.git
cd humpback-web
npm install
npm start

Open http://localhost

Default Account

UserID: admin
Password: 123456

Docker image

$ docker pull humpbacks/humpback-web:1.3.0

$ docker run -d --net=host --restart=always -e HUMPBACK_LISTEN_PORT=8012 \
  -v /opt/app/humpback-web/dbFiles:/humpback-web/dbFiles \
  --name humpback-web \
  humpbacks/humpback-web:1.3.0

Functions

  • 服务器分组管理
  • 容器及镜像管理
  • 容器批量操作
  • 容器实时监控
  • 容器日志查看
  • 私有仓库管理
  • etc.

Sample Page

Login Page

image

Server Overview

image

New Container

image

Private registry explore - docker image detail

image etc.

License

Apache-2.0

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