Code Monkey home page Code Monkey logo

docker-gluster-web-interface's Introduction

docker-gluster-web-interface

gluster-web-interface is Web UI to manage GlusterFS.

Pull the image to local

docker pull like/gluster-web-interface

Run the instance to expose port 3000

docker run -it -p 3000:3000 like/gluster-web-interface

Please open http://<ip address>:3000/ by browser to access gluster-web-interface.

docker-gluster-web-interface's People

Contributors

likema avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

docker-gluster-web-interface's Issues

Error when add new (first) node

Hi

I get this error when I try add a node
Showing /gluster-web/app/views/node/index.html.erb where line #9 raised:
no such service echo/tcp

def ping_test?(host) check = Net::Ping::External.new(host) return check.ping? end end

Rails.root: /gluster-web

Application Trace | Framework Trace | Full Trace
app/helpers/application_helper.rb:193:in new' app/helpers/application_helper.rb:193:in ping_test?'
app/helpers/application_helper.rb:128:in block in ssh_nodes' app/helpers/application_helper.rb:120:in ssh_nodes'
app/views/node/index.html.erb:9:in `_app_views_node_index_html_erb___1879663613896154129_100236580'

Can you help me ?
Thank you

New install , broken UI

HI

i just installed it in fresh environment and UI is broken , none of the menu/links are not working

Broken UI after clean docker install

Screen Shot 2019-10-03 at 9 58 07 PM

It seems like there are some JS errors preventing the UI from working.
This is on a clean install with:

docker pull like/gluster-web-interface
docker run -it -p 3000:3000 like/gluster-web-interface
buttons.bootstrap.min.self-3daec233291dd6f6dddf4fa3b39616815ceaed60cb2cdc8111c9cccae0b472e6.js:6 Uncaught TypeError: Cannot read property 'Buttons' of undefined
    at buttons.bootstrap.min.self-3daec233291dd6f6dddf4fa3b39616815ceaed60cb2cdc8111c9cccae0b472e6.js:6
    at buttons.bootstrap.min.self-3daec233291dd6f6dddf4fa3b39616815ceaed60cb2cdc8111c9cccae0b472e6.js:6
    at buttons.bootstrap.min.self-3daec233291dd6f6dddf4fa3b39616815ceaed60cb2cdc8111c9cccae0b472e6.js:6
(anonymous) @ buttons.bootstrap.min.self-3daec233291dd6f6dddf4fa3b39616815ceaed60cb2cdc8111c9cccae0b472e6.js:6
(anonymous) @ buttons.bootstrap.min.self-3daec233291dd6f6dddf4fa3b39616815ceaed60cb2cdc8111c9cccae0b472e6.js:6
(anonymous) @ buttons.bootstrap.min.self-3daec233291dd6f6dddf4fa3b39616815ceaed60cb2cdc8111c9cccae0b472e6.js:6
responsive.bootstrap.self-1764a929d1a0793bcd775c69ddd996a8a7b68b5076f150568e323585317b1706.js:40 Uncaught TypeError: Cannot read property 'Responsive' of undefined
    at responsive.bootstrap.self-1764a929d1a0793bcd775c69ddd996a8a7b68b5076f150568e323585317b1706.js:40
    at responsive.bootstrap.self-1764a929d1a0793bcd775c69ddd996a8a7b68b5076f150568e323585317b1706.js:33
    at responsive.bootstrap.self-1764a929d1a0793bcd775c69ddd996a8a7b68b5076f150568e323585317b1706.js:35
(anonymous) @ responsive.bootstrap.self-1764a929d1a0793bcd775c69ddd996a8a7b68b5076f150568e323585317b1706.js:40
(anonymous) @ responsive.bootstrap.self-1764a929d1a0793bcd775c69ddd996a8a7b68b5076f150568e323585317b1706.js:33
(anonymous) @ responsive.bootstrap.self-1764a929d1a0793bcd775c69ddd996a8a7b68b5076f150568e323585317b1706.js:35
custom.self-46caa8983184eee92cdc7d5236b7efa6241685154bfe6553c3f5e21f7de8e3e3.js?body=1:84 Uncaught TypeError: $(...).smartresize is not a function
    at HTMLDocument.<anonymous> (custom.self-46caa8983184eee92cdc7d5236b7efa6241685154bfe6553c3f5e21f7de8e3e3.js?body=1:84)
    at fire (jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3233)
    at Object.fireWith [as resolveWith] (jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3363)
    at Function.ready (jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3583)
    at HTMLDocument.completed (jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3618)
(anonymous) @ custom.self-46caa8983184eee92cdc7d5236b7efa6241685154bfe6553c3f5e21f7de8e3e3.js?body=1:84
fire @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3233
fireWith @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3363
ready @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3583
completed @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3618

Map with host

Hi.

Can I map the Docker with the host?
I have the GlusterFS running on the machine and I would like to know the webui through Docker.

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.