All Projects → orachide → heketi-ui

orachide / heketi-ui

Licence: other
Heketi-UI provide a light Web UI to manage Heketi clusters

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to heketi-ui

ceil
Helmut Hoffer von Ankershoffen experimenting with auto-provisioned RPi cluster running K8S on bare-metal
Stars: ✭ 42 (+90.91%)
Mutual labels:  glusterfs, heketi
spring-file-storage-service
The FSS(file storage service) APIs make storing the blob file easy and simple .
Stars: ✭ 33 (+50%)
Mutual labels:  glusterfs
zabbix-glusterfs
Monitoring GlusterFS Discovery storage with Zabbix 3.4
Stars: ✭ 17 (-22.73%)
Mutual labels:  glusterfs
Glusterfs
Gluster Filesystem : Build your distributed storage in minutes
Stars: ✭ 3,437 (+15522.73%)
Mutual labels:  glusterfs
gluster exporter
Gluster Exporter for Prometheus
Stars: ✭ 70 (+218.18%)
Mutual labels:  glusterfs
docker-volume-plugins
Managed docker volume plugins
Stars: ✭ 126 (+472.73%)
Mutual labels:  glusterfs
kaabah
A Terraform solution to design, build and operate Docker Swarm infrastructures
Stars: ✭ 29 (+31.82%)
Mutual labels:  glusterfs
ansible-role-glusterfs
Ansible Role - GlusterFS
Stars: ✭ 95 (+331.82%)
Mutual labels:  glusterfs
cockpit-gluster
Easy to use management console for Gluster Storage with glusterd2 support.
Stars: ✭ 29 (+31.82%)
Mutual labels:  glusterfs
libgfapi-python
Python bindings for libgfapi - (This is only a public mirror)
Stars: ✭ 42 (+90.91%)
Mutual labels:  glusterfs
awesome-storage
A curated list of storage open source tools. Backups, redundancy, sharing, distribution, encryption, etc.
Stars: ✭ 324 (+1372.73%)
Mutual labels:  glusterfs
kubevirt-tutorial
Demo that guides users through an end to end KubeVirt experience.
Stars: ✭ 29 (+31.82%)
Mutual labels:  glusterfs

Heketi-Ui

Build Status

Overview

Heketi UI is a web UI to manage heketi server. This should allow to have an overview of your glusterfs cluster.

This project is still in dev phase and is not ready for use in production

Run with docker

You can find the docker images here orachide/heketi-ui

docker run -e HEKETI_SERVER_URL="" -e HEKETI_SERVER_USER="admin" -e HEKETI_SERVER_SECRET="" -p 3000:3000 orachide/heketi-ui

After the container is running, you can browse to http://localhost:3000/

Development

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

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