Lothiraldan / saltpad

A gui and cli to manage saltstack deployments
Other
659 stars 146 forks source link

Unable to load the SaltPad WebUI #192

Open espressobeanies opened 7 years ago

espressobeanies commented 7 years ago

Hi,

I went through the process of installing SaltPad on a CentOS machine following the below instructions and I'm not able to see the WebUI appear, but rather the following text line:

{"clients": ["_is_master_running", "local", "local_async", "local_batch", "runner", "runner_async", "ssh", "ssh_async", "wheel", "wheel_async"], "return": "Welcome"}

If I add the /login to the URL, I get the following:

{"status": null, "return": "Please log in"}

It appears I'm not able to load the images. Any thoughts on how to resolve? Thanks.

https://github.com/Lothiraldan/saltpad/blob/master/docs/installation/index.md

martinlevington commented 7 years ago

you have to setup 2 websites.

one to proxy back to the salt api two to serve the salt ui files

TheBigBear commented 6 years ago

@espressobeanies u using nginx or apache? you need to follow the correct instructions for those. The one 'snafu' I have come across is that you 'HAVE TO' use '/saltpad/' at end of your URL just even leaving out the final slash will lead to an empty page as well.