Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

humpback/humpback-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

humpback-server

PkgGoDev Vue 3 Docker Release

Humpback logo

Lightweight container service management platform site.

Language

Feature

  • Multiple Deployment Strategies: Flexible deployment strategies to meet your various business scenarios.
  • Supporting Multiple Cluster:One-stop operation and management of multiple clusters.
  • Centralized Access Control: Granular permission control (team and individual levels).
  • Friendly Web UI: An intuitive web interface that hides the complexity of container operations.

Getting Started

Installing

First, create the volume that Humpback Server will use to store its database:

docker volume create humpback_data

Then, install the Humpback Server container:

docker run -d \
  --name humpback-server \
  -p 8100:8100 \
  -p 8101:8101 \
  --restart=always \
  -v humpback_data:/workspace/data \
  -e LOCATION=prd \
  humpbacks/humpback-server

By default, Humpback Server will expose the UI over port 8100 and expose a API server over port 8101 for receiving agent report.

Humpback Server has now been installed. you can log into your Humpback Server instance by opening a web browser and going to:

http://localhost:8100

The initial super administrator account and password are humpback

License

Humpback Server is licensed under the Apache Licence 2.0.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •